Hi. Using CR9.0, reporting from Microsoft SQL.
I've made a report of a shiftplan which is to be printed to paper and hung on the wall. It has the following layout.
What I want to do is to represent this in a graphical manner, instead of just writing out the times of day.
Let's use Monday as an example, using time of day:
With this view, you instantly see that there are two employees in the store between 14:00-17:00, Employee 1 and 3. Employee two doesn't work this monday.
I'm really not sure how to solve this, so any help is greatly appreciated!
Thanks,
Regards Bjorn
I've made a report of a shiftplan which is to be printed to paper and hung on the wall. It has the following layout.
Code:
...........Mon 06.06--Tue 07-06--Wed 08.06-- etc..
----------------------------------------------
Employee 1|..07-17...|..09-17...|..08-16...|
Employee 2|..........|..12-20...|..........|
Employee 3|..14-20...|..........|..13-20...|
Let's use Monday as an example, using time of day:
Code:
..06.07.08.09.10.11.12.13.14.15.16.17.18.19.20.21.22.23
E1...XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..................
E2.....................................................
E3........................XXXXXXXXXXXXXXXXXXXX.........
I'm really not sure how to solve this, so any help is greatly appreciated!
Thanks,
Regards Bjorn