Hi!
For my histogram I use two ACROSS sorts. To make it clearer for the user I'd like to group the bars. E.g.
[tt]
SUM SALES
ACROSS CAR_MODEL
ACROSS WEEKDAY
[/tt]
Assume we have 4 car models. We have 5 week days which are relevant for sales. So what I'd like to get is
[tt]
^
| | |
| | || | |
| | | | |||| | |
| || || | | ||||| |||
| ||||| || || ||||| |||||
| ||||| ||||| ||||| |||||
|-------------------------------------->
Toyota VW Benz BMW
[/tt]
What the histogram displays is a grouping by each model the company sells and further grouping for the weekdays.
Can anybody tell me how to achieve this?
Thanx
Eva
For my histogram I use two ACROSS sorts. To make it clearer for the user I'd like to group the bars. E.g.
[tt]
SUM SALES
ACROSS CAR_MODEL
ACROSS WEEKDAY
[/tt]
Assume we have 4 car models. We have 5 week days which are relevant for sales. So what I'd like to get is
[tt]
^
| | |
| | || | |
| | | | |||| | |
| || || | | ||||| |||
| ||||| || || ||||| |||||
| ||||| ||||| ||||| |||||
|-------------------------------------->
Toyota VW Benz BMW
[/tt]
What the histogram displays is a grouping by each model the company sells and further grouping for the weekdays.
Can anybody tell me how to achieve this?
Thanx
Eva