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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read 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)