I changed my chart to use AND instead of OR following instructions found in this community. It works great.
When it was the default OR setup when you picked a bar or multiple bars the only ones that displayed were the ones you selected.
After changing it to AND logic all bars display no matter what you select. I want the bars selected to change color. I don't care if they all display or not. Not sure if I can make this happen or how.
I tried using the background parameters for the field as such:
=if(GetFieldSelections([andCondition])= '&Asthma', Green())
But this didn't change the color when I made this selection.
Any ideas would be greatly appreciated.