Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can we restrict the visibility of user to specific tabs?
Regards,
Navdeep
Hi,
Write if(wildmatch(OsUser(),'X'),1,0)
regards
Hi,
In go to sheet Property->General->show Sheet->Write Condition
Regards
Hi,
What condition I can write? Let's say only user X should have visibility to this tab and Y shouldn't have.
Hi,
Write if(wildmatch(OsUser(),'X'),1,0)
regards
Hi,
You can do sheet level section access into your application.
Please see the attachment..
Thanks, got it 🙂