Discussion board where members can learn more about Qlik Sense App Development and Usage.
Hi,
Suppressing rows requires coding expressions into each dimension. Is there any way for the end user to suppress certain rows, for example, nulls and zeroes other than editing dimension expression?
We do have suppress if value is null option in qlikview but i believe you have to code to suppress in qlik sense.
Like field > 0
Hi,
You can try to filter those values in Measure expression via set analysis
for eg if you want to remove nulls
=Sum({<Dimension-={IsNull}>}Measure)
Regards,
Devyanshu