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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
ashu237
Contributor
Contributor

Filter data based on date which should lie between start date and end date

I have one table in which I have start date , end date , part number, part sale date, cost. I want filter data by checking if the partsale date lies between start date and end date.

Table:

Partnumber.     Part cost.     Part sale date   start date.    End date

Abcd.                    0.99                  2/29/2020.         8/4/2005.     6/17/2006

Abcd.                     0.99                  2/29/2020.        6/17/2006.  10/4/2010

Abcd.                   1.1.                    2/29/2020.         7/10/2019.     9/18/2022

 

 

Expected result

Partnumber.     Part cost.     Part sale date   start date.    End date

Abcd.                   1.1.                    2/29/2020.         7/10/2019.     9/18/2022

 

 

 

Labels (3)
0 Replies