How to switch Group X to display all items or only certain items?
How to switch Group X to display all items or only certain items?
As shown in the JSL below, using Where can make Group X display only specific items. However, it is not possible to toggle between displaying all and displaying partial items. How should this be modified? Perhaps using add variable() is needed, but I cannot find how to use add where.
Names Default To Here( 1 );
selection = 1;
New ...