Forum Discussion
BTONG
Dec 08, 2023Copper Contributor
Conditional formula for forms edit - hide per permissions
I'm looking to hide a field in a form for everyone who has lower than Admin access
=if([$PermMask]>='0x7ffffffffff00000','true','false')
unfortunately this does not work
It will work however, when i do <=
any help would be greatly appreciated
No RepliesBe the first to reply