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: 
Akina0929
Creator
Creator

how to ignore one value in straight table?

Hi ,

I have straight table that consist country as dimension, in that i don't want to show one country how can we do please help me .

Thanking you

1 Solution

Accepted Solutions
stabben23
Partner - Master
Partner - Master

Use set analysis in Your Expression(s) is another option

sum({<Country -={'YourCountry'}>}Value)

View solution in original post

3 Replies
tamilarasu
Champion
Champion

Hello,

Goto Dimesnion Tab and type the below in Calculated dimesion:

If(Country<>'CountryName', Country)

Enable "Suppress When Value is Null" Option

Akina0929
Creator
Creator
Author

thank you Nagaraju

stabben23
Partner - Master
Partner - Master

Use set analysis in Your Expression(s) is another option

sum({<Country -={'YourCountry'}>}Value)