Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

calculation of back date

how can i calculate the date 250 days behind today

for example today it is 12/12/2012 2 days behind this is 12/10/2012

1 Solution

Accepted Solutions
sreenivas
Creator III
Creator III

=Date(Num(Today())-250)

View solution in original post

2 Replies
sujeetsingh
Master III
Master III

Try like thi it will work on

sum({$<date={today-250}>,sales)

sreenivas
Creator III
Creator III

=Date(Num(Today())-250)