Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
In the attached app I would like to control which button is activated based on the currently logged in user, comparing that user against the Users table, and seeing which group they have access to.
I believe I somehow need to compare the OSUser() against the USERID values but I am not sure.
All of this info is provided in the app. Does anyone know how to implement it?

Thank you ![]()
Try out the attached
add to every button, in the layout tab, a conditional show
example for button 1
Alt(Only({$ <USERID={$(=osuser())}>} Group1), 0)
Thank you sunny for this very nice idea!
Thank you maxgro you are a star!