Hi All,
I am using BOXI rich client version 3.1.
Here is my data set
Id | Date Intervals | Date Range Start | Expected Result |
---|---|---|---|
12345 | 17/04/2015 | 26/05/2014 | 20/10/2014 |
12345 | 20/10/2014 | 26/05/2014 | 20/10/2014 |
12345 | 3/10/2013 | 26/05/2014 | 20/10/2014 |
12345 | 25/09/2013 | 26/05/2014 | 20/10/2014 |
67890 | 6/02/2015 | 30/09/2014 | 30/09/2014 |
67890 | 11/11/2014 | 30/09/2014 | 30/09/2014 |
67890 | 20/10/2014 | 30/09/2014 | 30/09/2014 |
67890 | 30/09/2014 | 30/09/2014 | 30/09/2014 |
67890 | 28/05/2014 | 30/09/2014 | 30/09/2014 |
I would like to find Min of Date Intervals for each Id, but date intervals should be greater than or equal to Date Range Start.
I am able to get MIN value but not sure how to restrict the Min function only for those dates which are in the date range.
Appreciate your help.
Thanks,
Usha