Also is there a way to default the report to do this form openning?
I need to filter out highlighted lines as attached
Hello, Milan,
Thank you for writing to us.
We kindly suggest one of the following approaches:
null
instead of 0
:
In Flexmonster, empty rows are not shown by default.
This means that if all zeros are represented as null
, then the zero value rows will not be shown.
Please see the following JSFiddle example for illustration: https://jsfiddle.net/flexmonster/wvu6cp9b/
Another solution is to apply a value filter to the corresponding hierarchy to filter out the zero value rows.
Here is a JSFiddle example for illustration: https://jsfiddle.net/flexmonster/g4jkxe5m/
In the example, the filter is specified in the initial slice
configuration, therefore, the zero value rows will be filtered out by default.
For more information about configuring the slice
object, please see the following guide: https://www.flexmonster.com/doc/slice/
Please let us know if this works for your case.
Looking forward to your reply.
Kind regards,
Vera
Hi Vera, thanks for your response, will try these two approaches when I get a moment. I'm sure it'll be fine
Cheers
M