Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I need to use match with a field for examplo match(OSuser,user), where user(grupomelo\rola,grupomelo\pana,....) is a field with multiple users.
But does nothing
Is to hide a button according to the user.
if use match(OSuser, 'grupomelo\rola','grupomelo\pana') , if it works
help me please
try match(OSuser, $(=concat(distinct chr(39) & user & chr(39), ',')))
Hope this helps!
try match(OSuser, $(=concat(distinct chr(39) & user & chr(39), ',')))
Hope this helps!
Thank
very good