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

where claus

hi,

i want to execute this query in qlikview:

select count(field) where field='value1' or field='value2'

11 Replies
anbu1984
Master III
Master III

=Concat({$<field={'value1','value2'}>}Field1,',')

PrashantSangle

Hi,

Use if statement

count(if(wildmatch(field,'value1') and wildmatch(field,'value2'),field))

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 🙂