Skip to main content

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
  1. May 19, 2022, 4:43 PM

    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"

0/9000