HideZeros doesn't work

Stimulsoft Reports.PHP discussion
Post Reply
PeterB
Posts: 5
Joined: Thu Sep 26, 2019 4:04 pm

HideZeros doesn't work

Post by PeterB »

Hello,

one of my reports has a field "anzahl_wp". The field in the underlying database table contains either NULL or 1.
Using the preview function in designer.php everything seems to be OK but when I load my report with viewer.php the value "0" is shown wherever it's NULL, even if the checkbox HideZeros is active!
I also tried to fix this within the query with "... (ifnull (v_count_max_wp.anzahl_wp,'')) AS anzahl_wp ...". Same result.
What else can I do? Is it a bug or am I just too dim?

Thank you for helping me.

Peter
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: HideZeros doesn't work

Post by Lech Kulikowski »

Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
PeterB
Posts: 5
Joined: Thu Sep 26, 2019 4:04 pm

Re: HideZeros doesn't work

Post by PeterB »

It seems to be a case of spontanious self healing. Just when I got all the demo data together I tried another reload and all of a sudden the report operates as expected. Maybe a cache issue of the browser? Anyway, the cache of the report itself is disabled. But the main point is that it works. Thank you for your reply.
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: HideZeros doesn't work

Post by Lech Kulikowski »

Hello

Ok.
Please let us know if you need any additional help.

Thank you.
Post Reply