Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Srinivas
Creator
Creator

Hide entire row in straight table

Hi All,

i am trying to hide entire row where expression value is "zero or null" , but i couldn't find the solution. PFB Screen shot

see above scree highlighted yellow rows should be hide. this is my requirement.

My output is see below screen shot:

Advance Thanks ,

munna

3 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try this expressions

Sales=If(sum(sales) <> sum(Qty), sum(sales))

Qty =If(sum(sales) <> sum(Qty) AND sum(sales) > 0, sum(Qty))

Test = If(sum(sales) > 0, Column(1))

Regards,

Jagan.

ecolomer
Master II
Master II

See this:

Not applicable

Another possible variant (may be helpful for avoiding modifying all expressions) - apply the condition once, in last dimension:

Untitled.png

and check the box "suppress when value is null" for that dimension.