Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Team - I need to hide /show the button based on my user id and password. We were taken the used id & role from our database.
=Match(left (SubField(Upper(OSUser()),'=',-1),8),CDSID) AND ROLE='ADMIN'
Please provide your input.
Thanks
Krish
You can add a button within a Container and set its visibility based on a specified condition.
Thanks for your reply and I have used variables to fix my issue.