Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to manage access for multiple dashboard of a single application. Suppose in the application there are two dashboards which are Order dashboard and shipping dashboard. Now order dashboard will be displayable for person A(access point) and shipping dashboard will be displayable for person B.
Sounds like they should be two separate applications - why are they in the same document?
I guess you refer a sheet as dashboard, if so try conditional view of sheet. Sheet->Properties->Genaral tab-> Show Sheet-> Conditional :=OsUser()='A'
There will be two sheet for two dashboard. Order dashboard will be displayable for person XYZ in access point and
shipping dashboard will be displayable for person ABC in access point.
Use the way explained above. You might have to different function qvuser() based on your authetication method in the server. For OSUser(), you might have to include the domain name, like:
=OSUser()='DomainName/Username'
Hi Kaoushik,
This can be achieved using sheet level section access. The below thread is having step by step process for implementation of sheet level section access.