I have an XPage containing a ViewPanel control whose data source is a categorized Domino view. I have set the ViewPanel to open with all categories collapsed by setting expandLevel to 1. If the "Don't show empty categories" property in the Domino view is checked, the viewPanel shows no categories at all, even when the user should be able to see some of the documents.
When this property is unchecked, ALL of the categories are displayed, even those containing no documents that the user can see. The result I'm looking for is to show all categories containing documents the user can access, but hide all the others.
How do I make this happen?