I have three checkboxes as check1, check2, check3. There can be 7 types of their combination (check1, check2, check3, check1&2, check2&3, check1&3, check 1, 2&3). And I want to group data by these seven combos in one report.
Is there any way to do that?
Thank you.