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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Displaying Only Exception Data

We would like to create a document that only displays data if it fails to meet certain target criteria. Is there a way to do that?  I know I can use the > & < funtions in Presentation to highlight values if they are in a certain range.Thanks sumski

1 Solution

Accepted Solutions
Not applicable
Author

Brian

You can create a chart with you dimension then add an expression with  an If statement :

example :   if (   sum(  value) > 100 ,   sum(value) ) it displays only the dimension where the sum > 100.

There plenty of possibility to use display conditions. In the QV11, you will find out a new panel :: "Dimension limits" where you can  create easy conditions like the 10 largest values or the 80% biggest values , etc.

Hope that help

JJ

View solution in original post

3 Replies
Not applicable
Author

Hi

Could you precise your objective. Do you want to create a conditional chart or to display some dimensions depending of the value of a variable ?

Regards  - JJ

Not applicable
Author

Jean-Jaques.

Thanks for your reply. Actually, I would like to learn to do both. My first priority would be to display dimensions depending on the value of the variable.

Thanks

Brian

Not applicable
Author

Brian

You can create a chart with you dimension then add an expression with  an If statement :

example :   if (   sum(  value) > 100 ,   sum(value) ) it displays only the dimension where the sum > 100.

There plenty of possibility to use display conditions. In the QV11, you will find out a new panel :: "Dimension limits" where you can  create easy conditions like the 10 largest values or the 80% biggest values , etc.

Hope that help

JJ