Hide queries with zero results in plansheets

The plansheet parameter syntax is enhanced for passing resources (rv_resource_passed) when based one of more queries. It is now possible to hide query results which return zero results.
When passing queries through rv_resource_passed, this syntax is used:
%{[Query 1], [Query 2], [Query 3]}
To exclude queries with no results, add the character “*” at the end of the query set, for example:
%{[Query 1], [Query 2], [Query 3]}*

This improves usability when reviewing multiple query sets, displaying just those that return a result. For example, when displaying a count of alerts by type it is now possible to display just those alerts which are active (non-zero count).

Note: 
  • This feature is optional, however you can avail this feature after upgrade. To enable this feature for a plansheet, the rv_resource_passed parameter can be updated to apply the additional syntax to the parameter value.
  • A new role or privilege is not required to access this feature. It is accessible to those users with existing permission to add or modify plansheets.