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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
rcandeo
Creator III
Creator III

Help with Set Analysis

How is the correct syntax for this set analysis?

sum ({$<Year={'$(YearSelected)'},  Text={'vCenter'}>} amount)

It´s not working with the second part: Text={'vCenter'} 

Probably is a syntax error

Text is a field in my table and vCenter is a variable that contains the same value.

Thank You

1 Solution

Accepted Solutions
MayilVahanan

HI

Try like this

Sum ({$<Year={'$(YearSelected)'},  Text={'$(vCenter)'}>} amount)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan

HI

Try like this

Sum ({$<Year={'$(YearSelected)'},  Text={'$(vCenter)'}>} amount)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
rcandeo
Creator III
Creator III
Author

Perfect. Thank You very very much