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

Exclude a value from a formula

Hello,

I want te following formula to exclude the value "n/a". What should I put ?

=count({<Id>}DISTINCT(Id))

Thanks,

dani

1 Solution

Accepted Solutions
crusader_
Partner - Specialist
Partner - Specialist

Hi,

Try this:

=count({$<Id-={"n/a"}>} DISTINCT Id)

Hope this helps.

Andrei

View solution in original post

2 Replies
crusader_
Partner - Specialist
Partner - Specialist

Hi,

Try this:

=count({$<Id-={"n/a"}>} DISTINCT Id)

Hope this helps.

Andrei

PrashantSangle

Hi,

Which field gives you N/A

Try this,

Count({<Id-={'n/a'}>}Distinct Id)

or

count(if(not wildmatch(Id,'n/a'),Distinct ID))

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂