In CR XI, I plan to mimic the MS Project Gantt chart using a horizontal bar (text box perhaps) in the detail. The position and width of the horizontal bar will need to change with each record. Is that possible in CR?
The record set has 1 record for each person who will work on a job - there will be many jobs in the report. The fields included are:
- Job Number
- Worker's name
- Estimated hours
- Job start date
Records will be grouped by Worker's name.
For each worker, I want the detail to be a horizontal bar to represent the work period, starting from an x position which represents the job's start date and extending to the right an amount proportional to the number of days the job will take to complete (which will be a calculaton of Estimated hours divided by a fixed working hours per day).
The report will have parameters to allow users to specify a date range. The width of each horizontal bar will depend on the days needed to complete the job divided by days in date range.
Thanks for any help.
The record set has 1 record for each person who will work on a job - there will be many jobs in the report. The fields included are:
- Job Number
- Worker's name
- Estimated hours
- Job start date
Records will be grouped by Worker's name.
For each worker, I want the detail to be a horizontal bar to represent the work period, starting from an x position which represents the job's start date and extending to the right an amount proportional to the number of days the job will take to complete (which will be a calculaton of Estimated hours divided by a fixed working hours per day).
The report will have parameters to allow users to specify a date range. The width of each horizontal bar will depend on the days needed to complete the job divided by days in date range.
Thanks for any help.