Hi,
We are planning to use AAO for adhoc reporting. I would like to restrict the list of hana models displayed based on the package permission of the logged in user. Currently when a user logs in, the following query is triggered to HANA which gives the list of all existing cubes when the "Folder" tab is selected:
SELECT "CUBE_NAME", "DESCRIPTION", "CATALOG_NAME" from "_SYS_BI"."BIMC_CUBES" ORDER BY "CATALOG_NAME" ASC .
Is there a way to restrict this folder list?
Thanks