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: 
Not applicable

Include a string in a variable

Hi. This is a simple problem, but I just cant get it to work
I have a variable vDummy_Product that returns 'Cheque', but when I try to include the variable in the following expression (highlighted in red), no luck.
sum({<PROD_GRP_DESC_Dummy = {'Cheque'}>}Total_Rel_Rev)
1 Solution

Accepted Solutions
swuehl
MVP
MVP

Have you tried:

sum({<PROD_GRP_DESC_Dummy = {'$(vDummy_Product)'}>}Total_Rel_Rev)

?

View solution in original post

2 Replies
swuehl
MVP
MVP

Have you tried:

sum({<PROD_GRP_DESC_Dummy = {'$(vDummy_Product)'}>}Total_Rel_Rev)

?

Not applicable
Author

Thanks, not sure what I was doing wrong. Its been a long day