Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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..
Hi..
You can delete this sheet from App.
Regard's
Sarvesh Srivastava
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.
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.
Apply section access on sheet level like below
=if(Match(OSUser,'dev','lakky'),1,0)
Regards,
Devendar