Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
My Requirement is when i select country in listbox the bar chart have to show selected country sales and excluded sales and selected value have to show different color or size.
Thank you in advance
Anji
May be use an expression like this:
Sum({<Country = >}Sales)
and a background color expression like this:
If(Sum(Sales) > 0, Red(), Blue())
Sample attached
Hi,
some similar solution:
Sunny's expression might suit your requirement better though, if your chart shall still react to selections in other fields than "country".
hope this helps
regards
Marco
Thank you
you're welcome.
please close this thread if your question is answered.
thanks
regards
Marco