Skip to main content
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