Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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])