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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
MRitter
Employee
Employee

Expression Problem

I have been fighting with this and just can't get any results returned using the variable.

I have displayed the variable value in a text box and it shows 35.

I have displayed the MaxQtr values and they are legit.

If I hard code 35 instead of the variable I get results.  But nothing with the variable.  

Count({$<MaxQtr={"<$(vDormantQtrVal)"}>}Distinct [End Customer Global Ultimate ID])

1 Reply
sunny_talwar
MVP
MVP

May be try this

Count({$<MaxQtr={"<$(=vDormantQtrVal)"}>}Distinct [End Customer Global Ultimate ID])

or this

Count({$<MaxQtr={"<$(=$(vDormantQtrVal))"}>}Distinct [End Customer Global Ultimate ID])