Is it possible to use some technique to hide rows that have Zero Total Amount in the Analysis By Dimension Report? In some cases, we have many blank lines in Analysis By Dimension, and it become cubersome to export the data into excel to see values > 0 <.
Appreciate any input.
0
Answers
if total amount =0 then
curreport.showoutput(false);
Thanks for your time.
Empty lines could be filtered with <>''
viewtopic.php?f=23&t=44529&start=0
It was quite simple once I got the logic behind how the system computed the Analysis by Dimension.