Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
My requirment is when i select any bar on my chart, only that bar should be highlighted in yellow and the rest of the bars should have the default color. I have succedded in doing so.
the only chlalange that i am facing here is that when i do clear all, all bars turn yellow instead of the default color.
Is there any turn around for this.
Thanks
Dear Yousuf,
Correct your background color condition
=if(GetSelectedCount(Segment)>=1 and Match(Segment,Only(Segment)),Yellow())
It will work. ![]()
Regards,
Kiran Rode
+918976977897
Dear Yousuf,
Correct your background color condition
=if(GetSelectedCount(Segment)>=1 and Match(Segment,Only(Segment)),Yellow())
It will work. ![]()
Regards,
Kiran Rode
+918976977897
kiran is right see the sample