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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
phongnnguyen
Contributor II
Contributor II

Set Analysis for Variable

Hi there,

I have a problem when using variable in expression. I want to count AccountID with vVari  is null conditional.

This is my code, but it not work

Count({<AccountID={"=$(vVari)='-'"}>} AccountID)

Thanks for your help !

1 Reply
sunny_talwar

May be this

Count({<AccountID={"=Len(Trim($(vVari))) = 0"}>} AccountID)