RobNauticus
MIS
Hello all, I am trying to write a report (CR 8.5) that will show a dynamic date range (given from parameters at runtime).
Example: (Parameter = startdate(6/13/05), enddate (6/18/05))
Group1 - Foreman Name
Detail -
6/13 Job#, Job Name, Task1, Task2, Task3
6/14 Job#, Job Name, Task1, Task2, Task3
6/15 Job#, Job Name, Task1, Task2, Task3
6/16 Job#, Job Name, Task1, Task2, Task3
6/17 Job#, Job Name, Task1, Task2, Task3
6/18 Job#, Job Name, Task1, Task2, Task3
I need all of the dates to show even if there is no data to display for that date.
Each of the tasks are date fields that one of the 3 must fall within the range specified.
Preferably I should create a group for each date so there can be multiple Jobs per date if necessary.
I am in the process of trying to create a dynamic array that is fed from a for loop creating a cell for each day then I will spit it out to the group definitions. I am not too good at coding so I am not sure if I am headed in the right direction.
If anyone can offer any suggestions, they are warmly welcomed.
Thanks so much
Rob M.
Example: (Parameter = startdate(6/13/05), enddate (6/18/05))
Group1 - Foreman Name
Detail -
6/13 Job#, Job Name, Task1, Task2, Task3
6/14 Job#, Job Name, Task1, Task2, Task3
6/15 Job#, Job Name, Task1, Task2, Task3
6/16 Job#, Job Name, Task1, Task2, Task3
6/17 Job#, Job Name, Task1, Task2, Task3
6/18 Job#, Job Name, Task1, Task2, Task3
I need all of the dates to show even if there is no data to display for that date.
Each of the tasks are date fields that one of the 3 must fall within the range specified.
Preferably I should create a group for each date so there can be multiple Jobs per date if necessary.
I am in the process of trying to create a dynamic array that is fed from a for loop creating a cell for each day then I will spit it out to the group definitions. I am not too good at coding so I am not sure if I am headed in the right direction.
If anyone can offer any suggestions, they are warmly welcomed.
Thanks so much
Rob M.