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

Announcements
We are aware of an issue with the Product Downloads page and looking into it.
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)
Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Have you tried:

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

?

View solution in original post

2 Replies
swuehl
Champion III
Champion III

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