raghuvirk20
21st September 2016, 16:58
Hi All,

Simply i had generated a report.( Item Quantity Report). but while i am printing a report, only integer data is showing on report. But String data is not showing on the report. So, please any one can help me on this.

Please find my attachment for your reference. 6209

mark_h
21st September 2016, 17:33
This did not look like it was related to excel and dates in the other thread. So I make it a new post.

Things to check - put session and report in debug more. Make sure the fields are being set in the session script. Then make sure the fields are listed as input fields to the report. Then with the report in debug mode step thru it and make sure the fields are getting populated on input from the session script. At least that would be what I would do in 4c4.

rahul ingale
21st September 2016, 21:33
check the print condition in report fields.

Ajesh
22nd September 2016, 07:20
check the following conditions

A) Are the fields defined as INput fields?
B) Are they assigned certain values
C) Anything, as mentioned above, in there in Print Conditions which is preventing them from printing
D) Anything, in the report script which is preventing them from getting printed.