Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exclude '*' value using exclude(e) in set analysis.

Hi all,

I want the result exclude '*'  using e in set analysis

for example.  "=Count({$<ADVANCEID=e({1<ADVANCEID={'*'}>})>}ADVANCEID)". But this is not working.Exclude in SA.png

Pleas help me out guys...

1 Reply
sunny_talwar

Try this:

=Count({$<ADVANCEID = ADVANCEID = {" =ADVANCED <>'*'  "}>})>}ADVANCEID)

Also attaching a small sample where I tried to test it out

Capture.PNG