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: 
Not applicable

r12 calculation Syntax

Hi i am trying to achieve the following R12 Calculation starting from today.

however my statement is not working.

i have one variable which is my Sales amount $(vNettoFsg)

and vToday = today ()

is my syntax wrong?

=sum({$<(vToday -365))>},$(vNettoFsg)

Labels (1)
1 Reply
er_mohit
Master II
Master II

Try this

sum(if($(vToday)-365,$(vNettoFsg)))