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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
josecanalla
Creator
Creator

How to stay selection fixed

Hello

I have various tables loaded in my app; and I want to stay selection of a field fixed. So the user can't deselect them. Is there any way to do that?

Thanks!

1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

For hiding you can check this out: HidePrefix – hiding fields

But you still might need to Lock the field down. Why do you even bring the non-selected values in. Remove them in the script?

View solution in original post

7 Replies
sunny_talwar
MVP
MVP

You can right click on the list box and select 'Lock' and the selection/s should turn blue

josecanalla
Creator
Creator
Author

Yes, it's OK, but is there any way to hide entirely this? For preventing that the user unlock them.

sunny_talwar
MVP
MVP

For hiding you can check this out: HidePrefix – hiding fields

But you still might need to Lock the field down. Why do you even bring the non-selected values in. Remove them in the script?

josecanalla
Creator
Creator
Author

It's a good idea but I try to filter it and I can't.

I do

Load ....

SQL SELECT ...

WHERE fieldname = 'S' and don't works. How can I filter char values?

mgranillo
Specialist
Specialist

Jose,

What error are you receiving?

Not applicable

Or just TAG FIELDS ... WITH $hidden; from your script

josecanalla
Creator
Creator
Author

It now works. My mistake.