Skip to main content
vempatir680997
November 20, 2024
Question

Help me with the report, i am unable to get the process variable name in report

  • November 20, 2024
  • 4 replies
  • 0 views

Hi everyone,
i am unable to call the process variable name in the report,
it's showing error in the report if i call the process variable
can any one help me with it ,
i have attached the image below,

4 replies

robert.shankin
November 20, 2024

try wrapping the definition expression in tostring().

Also, it looks like you're trying to use old process reporting.  
Since it also looks like you're working with data fabric - have you considered more modern reporting with SAIL?

-r

sarathkumr268295
November 21, 2024

Record type values will not show up in the report. But I think it will be available while you are trying to query from the report. Try querying and see if the issue persists.

vempatir680997
November 21, 2024

Ya it's working now thanks.

stefanhelzle0001
November 21, 2024

Process reports do not support record type data. You will have to store the required data in a separate process variable.