Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

expression

Hello Guys,

I have an expression Taux that displays % I would like to add a condition so if Taux <10% don't display the row

Thanks

2 Replies
sunny_talwar

May be use this if statement for all the expressions in your chart

If(Taux_Expression >= 0.10, Expression1)

If(Taux_Expression >= 0.10, Expression2)

If(Taux_Expression >= 0.10, Expression3)

... and so on

ahaahaaha
Partner - Master
Partner - Master

Would like to see the expression.