Hello,
I created an action button in my app to report quantity from a column to another to help the users with their actions.
This action should only be available to suppliers (B2B situation).
I would like to hide this button under the condition that the user is not a supplier. I tried to do it with a condition in Behavior but it has not been successfull so far.
Do you have any suggestions ?
Thanks and regards,
Anthony
Solved! Go to Solution.
Hello Scott, thanks for your help, it was just a syntax problem. I'm not used to it yet.
IF(USERSETTINGS("magasinId") = [magasinFournisseur];TRUE;FALSE)
User | Count |
---|---|
15 | |
12 | |
8 | |
8 | |
4 |