Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
what wrong in my expression-
sum({<Year_Month={"(Year_Month<year(Today())&num(month(today())))"}>}BudgetCurrentBook_UNIT)
tnx adi
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)
tnx!
but i found a solution with a variable and its worked!!
😃