Unable To Collapse Category With Formula

I have created a Private View with formula:@Command([SelectionCollapseAll]) in PostOpen; however, the categories are still expanded. I am not sure if I am using the correct function or the correct object.

I don’t have authority to do any Database propertey updates so I am relying on what I can do in a View.

Subject: Unable To Collapse Category With Formula

@Command([ViewCollapseAll]) is what you’re looking for.

Subject: RE: Unable To Collapse Category With Formula

I tried @Command([ViewCollapseAll]) and that did not work.

Subject: RE: Unable To Collapse Category With Formula

It works for me. Are you sure you have a categorised column in the view ?

Subject: RE: Unable To Collapse Category With Formula

I am not sure what you mean by categorized column in the view? I am logged on to a client’s Lotus Notes using a product called Document Libarary that came with Notes. My only options for creating a view is “Private”. From there I want to add a formula to collapse the descendants and only see the main category. If I press Shift -, or - it works.

Subject: Unable To Collapse Category With Formula

Tom,Do you want me to email you the screen prints of what I am viewing and what I want it to look like if the formula works?

Subject: Unable To Collapse Category With Formula

Try @Command([ViewCollapseAll])