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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
madhuqliklondon
Creator II
Creator II

Set analysis

Hi

I am trying to achieve ,I want to show only  Type = 'standard 'and exclude brand = gim', I am using below expression but its not working.

Sum({<[Master SKU no_]={'*'},[Product Type]={'Standard'},[Brand name] - ={'gim'}>}1)

See below picture those headers are labelled names.

Set analysis meant to use on original field names or labelled names . The above expression is done on original field names. Help please.

8 Replies
Anil_Babu_Samineni

Make sure, Set analysis reads as Case Sensitive. Please check whether CHANEL is Chanel or Something. Then use the same

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
Sergey_Shuklin
Specialist
Specialist

Hi, Madhu!

Are you using only this one expression in the straight table? There might be other expressions with crossing conditions.

If there is no other expressions, can you place a piece of source table, please?

madhuqliklondon
Creator II
Creator II
Author

Hi, I am trying to do this in live dashboard, but created new straight table, and using only one expression. I will screen shot for sure.

shiveshsingh
Master
Master

Please share some source code/file.

one more thing you have to keep in mind, qlikview is case sensitive!!

Sergey_Shuklin
Specialist
Specialist

Hi, Madhu!

Sometimes it helps to undertand the reason of unworking expression is separate it by parts.

For instance:

Can you tell me, please, is this expression Sum({<[Product Type]={'Standard'}>}1) works?

tyagishaila
Specialist
Specialist

Hi Madhu,

Are you sure your expression is OK,

Try it

Sum({<[Master SKU no_]={'*'},[Product Type]={'Standard'},[Brand name] =- {'CHANEL'}>}1)

jonathandienst
Partner - Champion III
Partner - Champion III

Take out the space between the - and =:

Sum({<[Master SKU no_]={'*'}, [Product Type]={'Standard'}, [Brand name] -={'CHANEL'}>}1)

                                                                                                         ^^^

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
madhuqliklondon
Creator II
Creator II
Author

Yes, it is working now . It did not work because i was using just field name, I tried with tablename.fieldname  and its working fine now.  Thank you all for quick qlik suggestions and support.