Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Only require last 30 days back order

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

Labels (1)
1 Solution

Accepted Solutions
qv_jagan
Partner - Creator
Partner - Creator

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

View solution in original post

2 Replies
qv_jagan
Partner - Creator
Partner - Creator

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

Not applicable
Author

Thanks Jagan