How do I add the control such that When 'ALL' is selected I get ALL subsets? like [Subset] = "*" or [Subset] = "All" It seems I only can have " Special or Not Special"
Any Ideas? Thank you
2 answers
Hi @CHRISTOPHER DAVIS -
Modify the calculate field as follow. Drop to filter > select true.
[Group Select]="Special" AND [Subset] IN("A","B")
OR
[Group Select]="All"