Auto Collapse view in composite app

Hello all!

I have a view component in a composite app. The view is categorized and the category shown is selected by using the FilterCurrentUIViewViaCategory action. This category has documents with responses. I want the view to always be collapsed when refreshed with the new category (don’t show the responses).

I’ve tried @Command([ViewCollapseAll]) in the PostOpen event, checking the “Collapse all when database is first opened” setting, going to the view in the Notes db and collapsing all then closing db, setting “Goto Top Row” in design and appending “&CollapseView” to the NotesURL setting in the composite app component preferences. All to no avail.

I’ve noticed that in the “Lead Manager” demo, all the categorized views are expanded. Maybe this is a “feature” that hasn’t been addressed yet.

Thanks for any feedback.

John