Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
i want to execute this request in a text object :
select count(field) where field='clos'
how can i do that in qlikview???
Hi,
Try This one =Count({<field={'clos'}>}field)
HTH
Sushil
Count({$<field = {'clos'}>}field)
think u
=Count(If(field='clos',field))