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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

set analysis (date)

what wrong in my expression-

sum({<Year_Month={"(Year_Month<year(Today())&num(month(today())))"}>}BudgetCurrentBook_UNIT)

tnx adi

Labels (1)
1 Solution

Accepted Solutions
adiarnon
Creator III
Creator III
Author


tnx!

but i found a solution with a variable and its worked!!

😃

View solution in original post

2 Replies
anbu1984
Master III
Master III

Do you want to calculate sum when Year_Month is less than today's Year & Month? Then try this

sum({<Year_Month={"<$(=year(Today())&num(month(today())))"}>}BudgetCurrentBook_UNIT)

adiarnon
Creator III
Creator III
Author


tnx!

but i found a solution with a variable and its worked!!

😃