Skip to main content
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

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

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