Team
What is the MAXL script syntax for granting essbase database read access to a group via shared services?
i have tried this: grant read on ‘App’.'Db' to group 'PlanningUsers';
The statement gets executed with warnings. “Syntax error near [”App"]
Any ideas?