APEX 22.1.0
I'm using authorization schemes to allow different user groups access to various pages and functions within an APEX app. These are working for pages, columns and processes, but not when I create alternative report views in an interactive grid. You can select an authorization scheme, but it seems to have no effect - a user without the privilege can still view the alternative report.
Any idea? Is there any other way to hide these reports conditionally?
I would also like to hide column filters conditionally based on authorization schemes. This certainly isn't an option declaratively, but is it possible using JS or in some other way?
Thanks