Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

where claus

hi,

i want to execute this request in a text object :

select count(field) where field='clos'

how can i do that in qlikview???

1 Solution

Accepted Solutions
sushil353
Master II
Master II

Hi,

Try This one =Count({<field={'clos'}>}field)

HTH

Sushil

View solution in original post

4 Replies
sushil353
Master II
Master II

Hi,

Try This one =Count({<field={'clos'}>}field)

HTH

Sushil

MK_QSL
MVP
MVP

Count({$<field = {'clos'}>}field)

Not applicable
Author

think u

anbu1984
Master III
Master III

=Count(If(field='clos',field))