Why sometimes empty categories are properly hidden and sometimes not. I am using Hide empty category in view properties and reader fields. I rebuild the view but it shows empty categories. I use totals in categories.
Subject: Re: Hide empty categories sometimes work, sometimes not
Hi Gregor,
This may be related to your issue. There is a known issue where empty categories are not hidden even if the option is enabled
LO82134: VIEW WITH PROPERTIES "DON'T SHOW EMPTY CATEGORIES" AND "SHOW RESPONSE DOCUMENTS IN A HIERARCHY" DISPLAYS "EMPTY" CATEGORIE http://www-01.ibm.com/support/docview.wss?uid=swg1LO82134
Thanks,
Mark
Subject: Thanks for the hint
As I needed also response docs in views, but its ok to display them as main docs, I used this formula in SELECT, and it works.
DEFAULT $Ref = “”;
SELECT Form=“MainForm” | Form=“ResponseForm”