Skip to main content
Question

SSRS Operation Reports - Oracle Database Datasource

  • December 21, 2023
  • 1 reply
  • 82 views

Forum|alt.badge.img+5

Hello,

Is it possible to use a Oracle Database datasource connection instead of IFS Report Data Extension in IFS Cloud?

1 reply

Forum|alt.badge.img+5

Used,

SUBSTR(:IFS, 1, INSTR(:IFS, '#', 1, 1) - 1)

insted of

SUBSTR(:IFS, 1, INSTR(:IFS, '.', 1, 1) - 1)

and it started working.