Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME 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))