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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
shiveshsingh
Master
Master

Exclude Value

I want to exclude one value in Straight Table

what is the error on below set analysis in Expression part.

({<Column-={'Country'}>})

10 Replies
trdandamudi
Master II
Master II

Looks good to me. What is the error you are getting and can you share a small sample ?

sunny_talwar

Set analysis doesn't look wrong, but how you are using it? Something like this?

Sum({<Column -= {'Country'}>} Measure)

vishsaggi
Champion III
Champion III

IS your Country a value or a field name here? What is your full expression you are using?

shiveshsingh
Master
Master
Author

But country is text, how come sum will help here?

sunny_talwar

Is this a dimension or expression?

Anil_Babu_Samineni

Can you show image atleast?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
shiveshsingh
Master
Master
Author

Expression

Anil_Babu_Samineni

Then Sunny's solution should work. And make we need to type same as in DB. Qlikview is Case Sensitive

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Akina0929
Creator
Creator

Hi,

may be it helps try this,

   create calculate dimension

     =if(country<>'india',country)

and check the option >>properties>>>dimensions >>supress when value is null