Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
here i create 1 chart take a dimension month
and my current month is july and my graph show me all 12 month data
my requirement is
if my month = current month then change the axes color
here i write this expression
if(wildmatch(Month,'Jul',red(),green())
in axes tab but is not working .
Any help.
PFA the solution.
Correction needed:
if(match(Month,'Jul'), red(),green())
Sorry, you can't color axes values with multiple colors as this expression can't refer dimension values.
is it correct,
but user want change axes color also.
try this dynamic one
if(Month=Month(today()),red(),green())
I have applied Tresesco Sir Code. It is working.
Is this what you want?
Hi Nag ,
is it ok for me also
but i want below of this chart change 'Jul' color also in axes.
thanks for reply deepak,
no is not correct for me
i want whole july part in chart is red like graph as well as axes also