Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
i have a line chart of trend of TASKS
i want that the color of each line will be according to another dimnsion.
for ex-
each line represent a task
and i want that the color of the line will be according to the project that the task in.
how can i do that??
adi
Hi,
U can add project in dimension then.
goto Expression of each line and define backgorund colour
if Project=1, red,
if Project=2, green
...
insetad Projekt use your Dimension name
can you upload sample file or atleast sample data
Adi,
You can do something like below @ script side :
set vColorActDirectLabor = 'rgb(141,170,203)';
set vColorAOPDirectLabor = 'rgb(252,115,98)';
and later call these under expression'+'->background or text format.
Thanks,
AS
TNX,
BUT I HAVE ALOT OF PROJECT AND THEY CHANGE
I NEED THAT IT WILL BE AOUTOMATIC.
ADI
ITS NOT WORKING
Hi Adi,
can yu upload an example app?
Andy
what are your current expression and dimension?
Please provide a sample application...
Refer this thread