Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is there a possibility to drop sheets dynamically based on user?

Hi Team,

As our application has several sheets and plenty of objects in them, it has become very heavy. Not all sheets are required for all users. Therefore is there a possibility to drop sheets based on user LogIn? I am not talking about hiding sheets here.

Can we only have the sheets required by the user when he logs in? Please let me know.. This is urgent..

4 Replies
sarvesh
Creator III
Creator III

Hi..

You can delete this sheet from App.

Regard's

Sarvesh Srivastava

vardhancse
Specialist III
Specialist III

Section access for sheet level can be done.

If hiding was not the requirement, then you can create separate dashboards for the user types.

In general will follow section access to hide and show the sheet.

If you are more concerned about space try to split the dashboards based on some field using document chaining.

sasikanth
Master
Master

Hi,

If you have Publisher in setup then go for " Loop and Reduce" option.

it will divide the Large application into several small apps based on the given FIELD.

Anonymous
Not applicable
Author

Apply section access on sheet level like below

=if(Match(OSUser,'dev','lakky'),1,0)

Regards,

Devendar