HarpreetSachdev
MIS
Can the following layout be achieved in crystal?
prompting on from date: 03/01
To date: 09/01
Person name: Joe Doe
Layout:
03/01 04/01 05/01 06/01 07/01 08/01 09/01
Subcontractor
Performance Ind.1
Perf. Ind 2
Perf Ind 3
SO for the date range, and the person need to calculate the counts of PM1, PM2 and PM3 for the date range. THe date range can be different everytime based on the promts.
Can crystal do this? Do I need SQR?
I looked at using datediff to calculate the difference between the two dates and then use a for loop, in the
for loop use the dateadd function. But I cant get the columns to show the different dates on each month?
Any tips?
Thanks
prompting on from date: 03/01
To date: 09/01
Person name: Joe Doe
Layout:
03/01 04/01 05/01 06/01 07/01 08/01 09/01
Subcontractor
Performance Ind.1
Perf. Ind 2
Perf Ind 3
SO for the date range, and the person need to calculate the counts of PM1, PM2 and PM3 for the date range. THe date range can be different everytime based on the promts.
Can crystal do this? Do I need SQR?
I looked at using datediff to calculate the difference between the two dates and then use a for loop, in the
for loop use the dateadd function. But I cant get the columns to show the different dates on each month?
Any tips?
Thanks