BusinessObjects Board

Customize labels on X axis

Hi All,

I am using Stacked column chart and there on X-axis i am displaying months from JAN-NOV and last column is Budget. I want to display Budget something different.Presently all months and Budget are showing in same color.

How can i differentiate budget from months.:hb:

Can any one please help me.

Thanks&Regards,
Siva.


siva4bw (BOB member since 2013-11-15)

I would add another series for the Budget value.

For the new series, the values for JAN-NOV would all be 0, and you would have a value for the Budget series only.

Here’s a small example for JAN - AUG.

J F M A M J J A budget
1 1 1 1 1 1 1 1 0
2 2 2 2 2 2 2 2 0
0 0 0 0 0 0 0 0 5

Hope this helps.
-tkt


theknowtank (BOB member since 2011-04-20)