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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

May be try this

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

or this

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