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

1 Reply
er_mohit
Master II
Master II

Try this

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