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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
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)