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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Suppress value in chart

Hi All...

Is it possible to supress a value in line chart ...

Here in this scenario i have a requirment not to show dimension value "ABC Inc" in the Chart...

LineChart.JPG

Please click on image to enlarge ...

Labels (1)
1 Solution

Accepted Solutions
MayilVahanan
MVP
MVP

Hi

Try like this

Use set analysis in your expression

=Sum({<Vendor - = {'ABC Inc'}>}Sales)

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

4 Replies
MayilVahanan
MVP
MVP

Hi

Try like this

Use set analysis in your expression

=Sum({<Vendor - = {'ABC Inc'}>}Sales)

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Your expression works if i have to show only ABC Inc... but my requirment is not show only ABC Inc and show all other values

Not applicable
Author

IF(Vendor<>'ABC',Sales)

Not applicable
Author

Sorry i missed the "-" symbol .... you expression works