VisuaLizeFOCUS . Posted April 5, 2022 Posted April 5, 2022 Hi Guys, Facing a weird issue here : A report with Grand totals is showing only totals and column titles on run. For some users it is showing Full data with grand totals. I am not sure why I am getting this weird behavior for the report. While debugging I found below piece of code: TYPE = REPORT, HFREEZE=TOP, SCROLLHIGHT=AUTO, $ Seems like SCROLLHIGHT = AUTYO is causing some damage. I removed it but still for the data in the report is not there but only totals. any thoughts
Martin Yergeau Posted April 5, 2022 Posted April 5, 2022 Would be better if you could share the whole code
Debra Waybright Posted April 5, 2022 Posted April 5, 2022 Just a thought did you clear cache Weve seen weird behavior from WebFocus where clearing the browser cache resolved the issue.
Manoj Chaurasia Posted April 7, 2022 Posted April 7, 2022 : SCROLLHIGHT there is a typo in your code. It should be SCROLLHEIGHT
VisuaLizeFOCUS . Posted April 7, 2022 Author Posted April 7, 2022 yeah typo Its SCROLLHEIGHT. this issue is fixed.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now