RavCOder
17th September 2019, 12:07
Hi,
I want to display input field ("Order") in a report , but when I compile the session ,the report show me only business partner and sum but not Order.
I don't understand why it doesn't show me input field order, given that there is both in Input field and in the layout of the report.

Regards,

-RavCoder-

mark_h
17th September 2019, 14:23
You made sure the field is an input field on the report and it is declared external in the session script?

RavCOder
17th September 2019, 15:17
No I didn't put external field in the session script ,but I don't know how to use after to have declared into declaration section.
Regards,
-RavCoder-

mark_h
17th September 2019, 23:19
Okay - so to pass a field from the session to the report you need to add it to declaration section and as external. Then add it to the report input fields. Or did you already figure it out? Was not sure from last post.

RavCOder
18th September 2019, 10:20
Thanks, I resolved it . I have to put into report the right input field.
Regards,
-RavCoder-