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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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'}>})

Labels (1)
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
MVP
MVP

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
MVP
MVP

Is this a dimension or expression?

Anil_Babu_Samineni
MVP
MVP

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
MVP
MVP

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