Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want these fields to persist as "locked" after i leave Qlik View and return to it.
I guess you can achieve it by using triggers (select Field & Lock Field)
.
Hi,
You can set Actions/Triggers "OnOpen" of the Document.
Go to Settings--Document Properties--Triggers tab.
Add Actions as below:
Action Type : Selection
Action : Select in field
Then
Action Type : Selection
Action : Lock Field
And you can repeat this sequence of Actions for multiple fields.
You can also set this action "OnChange", "OnSelect", "OnLock" and "OnUnLock" of any particular field as well.
Hope this helps!