Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Viperidae
Contributor II
Contributor II

Lock field dashboard action

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 🙂

Labels (1)
1 Solution

Accepted Solutions
rubenmarin

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.

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manag...

 

View solution in original post

4 Replies
rubenmarin

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:

https://help.qlik.com/es-ES/sense/May2021/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables...

Viperidae
Contributor II
Contributor II
Author

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

rubenmarin

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.

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manag...

 

Viperidae
Contributor II
Contributor II
Author

Definitely section access is the best option for the data reduction and the most appropriate solution for my issue right now