I have these commands in a button:
Set GROUPBY=grouplist
Go GROUPCOLLAPSE=*
The first command properly asks for and sets a column header to group by.
The second command is ignored. The group by is not collapsed.
What can I do to get the Go GROUPCOLLAPSE=* to execute?
Leo
April 14, 2026, 3:01pm
2
Not sure if the command supports it or not, but try:
Set GROUPBY=grouplist
[
Go GROUPCOLLAPSE=*
]
[No change. The second command is ignored. The group by is not collapsed.
None of these work.
[
/home\dopusrt.exe /cmd Go GROUPCOLLAPSE=*
]
[
@sync: or @async:/home\dopusrt.exe /cmd Go GROUPCOLLAPSE=*
]
a815
April 14, 2026, 3:12pm
4
Try Set GROUPBY=grouplist GROUPCOLLAPSE=On
No change.
Neither of these work.
Set GROUPBY=grouplist
GROUPCOLLAPSE=On
[
/home\dopusrt.exe /cmd Go GROUPCOLLAPSE=*
]
Set GROUPBY=grouplist
GROUPCOLLAPSE=On
a815
April 14, 2026, 3:19pm
6
This is a one-line command
Leo
April 14, 2026, 3:26pm
7
I don’t think the command for generating a list of groups supports adding extra commands to the buttons it generates, at least currently.
a815
April 14, 2026, 3:33pm
8
But it does work for me (if I correctly understood the OP's goal: group by the specified column and collapse all groups by default).
@a815 Your one line command does work. Thank you!
I think Leo's point is that no commands after that one line have any effect - a second button would be needed to do anything else.
As a result of these discussions, I make a feature request that commands after the one line turning on the group by take effect - a second button would then not be needed.
Jon
April 15, 2026, 5:46am
11
In the next beta you'll be able to use Leo's suggestion of:
Set GROUPBY=grouplist
[
Go GROUPCOLLAPSE=*
]