Printing variable values

fiedleb

Member
How can I make my column section print each value assigned to my variable? I have an ER that passes values to my variable. I want to print each of those values.

Seems simple enough, but I'm still new to JDE so bare with me.

=====================
JDE OneWorld 8.10, XP
 
Hi, Fiedleb

To show your variable values, and I'm assuming here that you refer to an ER internal variable, (created inside your Event Rule), you must also create a Report Variable, (outside the ER, on the Columnar Section itself).
It will be just like a Business View column, except it's defined from Data Dictionary, and not from your view.
Then, on the Do Section (I assume is where you assign your ER Var values) you must assign that same value to the Report Variable you created, and there it is.

Hope this helps.

Regards
 
Back
Top