Hi there! I am using CR XI and an Oracle DB.
I am grouping by package, and each package has several dates as details...
Package A
2/19/2005
3/12/2005
4/5/2005
5/10/2005
Package B
4/10/2005
6/12/2005
8/15/2005
Package C
1/2/2005
1/23/2005
2/4/2005
3/12/2005
I have two parameters: Start_Date, and End_Date. If any date detail of a package is between these two parameters, I want all details to show. Example:
Parameters:
Start_Date = 4/1/2005
End_Date = 4/15/2005
Result:
Package A
2/19/2005
3/12/2005
4/5/2005
5/10/2005
Package B
4/10/2005
6/12/2005
8/15/2005
I am grouping by package, and each package has several dates as details...
Package A
2/19/2005
3/12/2005
4/5/2005
5/10/2005
Package B
4/10/2005
6/12/2005
8/15/2005
Package C
1/2/2005
1/23/2005
2/4/2005
3/12/2005
I have two parameters: Start_Date, and End_Date. If any date detail of a package is between these two parameters, I want all details to show. Example:
Parameters:
Start_Date = 4/1/2005
End_Date = 4/15/2005
Result:
Package A
2/19/2005
3/12/2005
4/5/2005
5/10/2005
Package B
4/10/2005
6/12/2005
8/15/2005