Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am doing a report where I only require the last 30 days back orders. Basically I require all back orders in the last month (ie from 30 days before to current date.How do you create a formula for this.
kind regards
Nayan
Hi Nayan,
Use the following Formula given below.
Back_Order_Date >= Date(Today()-30)
This will give Back_Order_Dates greater than 08-Sep-2012.
Jagan.V
Hi Nayan,
Use the following Formula given below.
Back_Order_Date >= Date(Today()-30)
This will give Back_Order_Dates greater than 08-Sep-2012.
Jagan.V
Thanks Jagan