Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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???

Labels (1)
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))