Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
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

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

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

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.