All,
Need some pointers on the following:
-
Is there there a way to automatically collapse all the categories within a view each time that view is open. Currently, the View properties only allows collapse when view is first open. I want its documents collapse each and every time.
-
In my View, the documents are sorted and catorized. One of columns is set to show Total and the “Hide Detail Row” is enable in the properties. However, enabling this cause the the row under the parent catagory to be empty. Is it possible to hide these emtpy rows?
Thanks.
Gene
Subject: How Collapse Category Everytime
Hi
-
Put “@Command([ViewCollapseAll])” in the PostOpen formula of the view
-
Hide Detail Rows simply hides that column value for the documents, rather than the whole row. It’s an unhelpful name for the feature, but that’s what it does. I don’t think that there’s any way to have a document pulled in by the selection formula and then not show it in the actual view …
HTH
Kiers
Subject: RE: How Collapse Category Everytime
Kiers,
Thanks for the help. I will test it out.
Subject: RE: How Collapse Category Everytime
This works well as I use it but I have also discovered a wee problem. If you do a search on a view and get some results and then click another view with the ViewCollapseAll command in the PostOpen, an error message is issued saying the Comand cannot be executed. It is presumably carrying the search across to the other view and then trying to collapse it which will not work. Any work around or solution?
Thanks,
Chris