Skip to main content
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

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!!

😃