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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
venkat1
Creator II
Creator II

set anaysis is not working

sum({<CATEGORY={"D"}>}{$<YM.YEAR_1={"$(vCurrentYear)"}>}D.CARAT), category is not applying in set expression

1 Solution

Accepted Solutions
Lisa_P
Employee
Employee

Try this:
sum({<CATEGORY={"D"} ,YM.YEAR_1={"$(vCurrentYear)"}>}D.CARAT)

View solution in original post

1 Reply
Lisa_P
Employee
Employee

Try this:
sum({<CATEGORY={"D"} ,YM.YEAR_1={"$(vCurrentYear)"}>}D.CARAT)