Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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)