Forum Discussion

Bobfather's avatar
Bobfather
Frequent Visitor
9 years ago
Solved

attribute slicer based on multiple columns

I have a report with 3 columns of attributes that I would like to combine into one multi-selectable chiclet-style slicer, since they are all somewhat similar ways to filter the data.  The first has t...
  • Bobfather's avatar
    Bobfather
    9 years ago

    Couldn't figure out exactly how to do it like I thought I wanted, but the end result works great!

     

    I left as three separate columns, with a single character designating the type. I set the two "Yes/No" columns from my query to either have the value, or be null. Then, I created three new tables with the short characters used in my main data table, along with "prettified" names for use in the slicers.  I set the relationships to crossfilter both ways, and created three slicers, but grouped them together so they looked like they belonged together.  Creating the extra tables eliminated buttons showing for both "Yes" and "No", and now it will either filter it to the equivalent of the "Yes" answers, or not filter that column at all.