Hello Everyone,
I prepared a dashboard which we gonna present to the higher level management ,lower level and to the middle level.Now I have certain panel and tables on the dashboard which should be visible only to higher level management .Can I achieve this with user access or we have some other way to do this ?
The easiest way would be to have separate panels, one for each level.
If however you absolutely want all three levels to use the very same dashboard, you can still achieve that. If you're using AdvancedXML, you can use SideviewUtil's Multiplexer module to decide based on the role of the current user whether to show a panel or not. If you're using SplunkJS/Webframework, you can probably achieve the same from the JavaScript of the view. I doubt you can do this in SimpleXML without a lot of customization.