Hello,
Is it possible to create user specific content/graphs in ARIS MashZone (MashApp) ?
So that different users will monitor data/graphs as per their position/role.
e.g. :- MashZone Administrator will create only one MashApp which include all graphs/data. Then depending upon department, user can only see relevant data on MashApp (as per their department/role).
I like to know, is it possible by using only one MashApp ?
Please see attachment to understand my expectation.
Hi,
if your data feed had a column to indicate if a user is eligable to view the record you could utilize the filter values operator and the retrieve info operator to adjust the chart contents.
Instead of filtereing within the data feed you may even delegate filtering to the data source. Therefore you may use the retrieve info opertator to send the current user's name as a parameter to the data source. This could be a SQL statement with a where clause or a URL paramter sent to a web service.
Regards
Stephan