Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I am facing problem to write a exclude set analysis expression.
Please find the qlikview and excel attachmet.
Regards,
Debasmita
Hi!
Can you try this?
count({<Item_Name=e(Item_Name), [Bill No]=e([Bill No])>}DISTINCT [Bill No])
KR
Elena
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])
Hi!
Can you try this?
count({<Item_Name=e(Item_Name), [Bill No]=e([Bill No])>}DISTINCT [Bill No])
KR
Elena
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