Skip to main content
vaishals
September 6, 2023
Question

Record field in process report

  • September 6, 2023
  • 2 replies
  • 0 views

Hi All,

I created a process report and one of the column definition is a record field(pv!record.orderNumber)  and am not able to see it in report. When i check in documentation, I could see as below

But when i try to query using a!queryProcessAnalystics, the field is still showing blank for me. Am i missing anything?

Thanks in advance!

    2 replies

    mathieud0001
    September 6, 2023

    Is it visible in the process variables?

    Otherwise, I would probably suggest you set it in a PV to a primitive type (number, text) using a script task. Probably easier for troubleshooting.

    vaishals
    vaishalsAuthor
    September 6, 2023

    Yes. Its working when i set record field in separate PV  with primitive type.