Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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)