I want a button to toggle between one particular grouping and no grouping.
I tried this, but it doesn't work....
Set GROUPBY=type,*off
I want a button to toggle between one particular grouping and no grouping.
I tried this, but it doesn't work....
Set GROUPBY=type,*off
The Set GROUPBY command needs to be told specifically to toggle, so try the following command:
Set GROUPBY=type,toggle
awesome, thanks