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: 
Not applicable

Problem in advanced SET analysis

Dear All,

I am facing problem to write a exclude set analysis expression.

Please find the qlikview and excel attachmet.

Regards,

Debasmita

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi!

Can you try this?

count({<Item_Name=e(Item_Name), [Bill No]=e([Bill No])>}DISTINCT [Bill No])

KR

Elena

View solution in original post

3 Replies
rubenmarin
MVP
MVP

Hi Debasmita

To retrieve the bills without the selected Item, you can use an expression like:

Count(DISTINCT {1<[Bill No]=E({$<Item_No={$(vItem)}>})>} [Bill No])

Anonymous
Not applicable
Author

Hi!

Can you try this?

count({<Item_Name=e(Item_Name), [Bill No]=e([Bill No])>}DISTINCT [Bill No])

KR

Elena

agilos_mla
Partner - Creator III
Partner - Creator III

Hi,

Simply try the following Expression that should return all the bills that excluding those linked to selection

=count(distinct {1<[Bill No]=E([Bill No])>}[Bill No])

Rgds,

Michael