I have 10 columns with True and False values. I would like to create a dashboard where if one column is True and another column is also True, a graph displays a count in that column. For example: if column A is True, column B if False, column C is True - then it would return a count for column C.
I would like a parameter setup where a user can select one of the ten columns and it would show in a bar chart the count of other columns that are True when that column is True.
The first part is where I am having trouble - I haven't gotten to the second part yet. Any help is appreciated.