'@ifset:QUICKFILTER' has no effect when the filter bar is hidden

Is there an alternative that will work after the filter bar is hidden? Found quick_filter in the evaluator but not for buttons.

Want to do something similar to this:

@if:SET QUICKFILTER=o
dopusrt /argsmsgbox Filter
@if:=return expanded
dopusrt /argsmsgbox Expanded
@if:else
dopusrt /argsmsgbox Hi

This seems to work:

@if:Set QUICKFILTER
@output:set

@if:else
@output:not set

Thanks, but no.