Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear community,
I'm working with dashboard action to make a specific field/filter locked, and as you already know the field can be unlocked if you click on the 'lock icon'
Any tips on how to make the field always locked; make the 'lock icon' hidden/disappear
I appreciate your help 🙂
The merge option can also be changed, if ther are more possible values. If you want a fixed value by user and don't allow the user to change it maybe you can try using section acces with reduction field, this way when the user opens the app the field will only have the values associated with that user.
Hi, maybe there is workaround, if you want this field don't be deselected when the user clars selctions you can try to set the field as 'always one value selected'.
If the field has more than one value probably you'll need another field that merges all those values in a single value to be selected.
Además puedes hacer que el campos sea oculto añadiendo un prefijo:
I tried with 'always one value selected', only one value is selected that's true however I can still unlock the field and change the value.
I have to try using the merge option
Thank you
The merge option can also be changed, if ther are more possible values. If you want a fixed value by user and don't allow the user to change it maybe you can try using section acces with reduction field, this way when the user opens the app the field will only have the values associated with that user.
Definitely section access is the best option for the data reduction and the most appropriate solution for my issue right now