Focal Point
[SOLVED] Problem populating report even with correct variables

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7757093196

July 01, 2019, 08:14 AM
ccollier
[SOLVED] Problem populating report even with correct variables
I have a report that I am passing only 1 variable into. I'm getting that variable through a listbox of values. I'm properly refreshing the report when a value is changed, and I know that the value is getting passed in by checking the -TYPE of the variable. When in an actual portal, the report isn't populating properly, but when running the report directly, hard coding the variable, it returns something.

This message has been edited. Last edited by: ccollier,


WebFOCUS 8.2.01M on Windows 10
July 01, 2019, 08:34 AM
BabakNYC
Add -SET &ECHO=ALL; to the beginning of your report and find out what value is passed when you run it from a Portal.


WebFOCUS 8206, Unix, Windows
July 01, 2019, 08:52 AM
ccollier
Thanks Baba, I didn't know that the &ECHO debugging feature existed. I found out that I was passing a variable with more quotes than needed around it.


WebFOCUS 8.2.01M on Windows 10