Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Ignore some data in a chart

Hi to everyone.

I need your help to know how to ignore some value in a calculated dimension in a linear chart.

example:

my calculated field in the expressions have value like

A

95%

85%

55%

130%

75%

120%

I want to ignore all the value more than 100% in my linear chart.

how can I do that?

thank a lot

1 Solution

Accepted Solutions
vivientexier
Partner - Creator II
Partner - Creator II

If(Expression <= 1

     , Expression

)

View solution in original post

5 Replies
vivientexier
Partner - Creator II
Partner - Creator II

If(Expression <= 1

     , Expression

)

Not applicable
Author

"ignore" - You mean, You don't want them to appear in chart?

Not applicable
Author

yes, this is what I want..

Not applicable
Author

if I write on the condition this if, seems there are no effect in the chart, I still see the same data as before

SunilChauhan
Champion
Champion

see the sample attached file

hope this helps

Sunil Chauhan