Hi Dojo!
I wanted to ask if it's possible in Visio to display different pages based on the user group a user belongs to.
I’m aware that we can control visibility using security levels or depending on whether the user is accessing via DataMiner Cube or the web interface, but I was wondering if there is a specific parameter or method to directly use user group membership for this purpose?
Thanks in advance!
Yahya
Outside executing a script and setting session variables as output, I don't think we have a clean way to do this (and even then I'd need to check if the user context can be passed correctly to the script). Do let me know if you need help doing something like this though.
My broader question though is what your exact use case is. I would generally recommend leveraging the built-in DM security to achieve this. By that I mean putting the Visual Overview pages on the right DM object (view, service, element) and restricting access on those for those groups. Then you can embed those pages in your main Visual Overview and the DM security will do the rest.

Thank you, Toon, for your response.
To further explain my use case:
We have users from two different groups, both with access to the same view.
Users from Group 1 would like to see a specific Visio page on that view, while users from Group 2 prefer a different Visio page, also within the same view.
Is it possible to show a dedicated visio page for a certain group?