Skip to main content
Question

Hi all,I have a drop down list in my analysis with multiple values, but I want one value to always be selected and you must not be able to deselect that specific value. How do I do this?

  • April 5, 2024
  • 2 replies
  • 18 views

koert.kritz11
Level 4
Forum|alt.badge.img+6
Hi all, I have a drop down list in my analysis with multiple values, but I want one value to always be selected and you must not be able to deselect that specific value. How do I do this?

2 replies

Sverre Klein
Level 10
Forum|alt.badge.img+14

Hi @koert.kritz11,

 

This is possible by 'pinning' the selection from the dropdown list.

 

image 

When you have selected your dropdown value, you can then select "pin selection', which disallows the end-users to remove the selection filter.

image 

However, the end user may still choose to hide the filter, but not remove it by clicking on the eye when the selection is pinned.

 

image 

Hopefully this is what you are looking for.

 

Kind regards,

Sverre Klein

 


koert.kritz11
Level 4
Forum|alt.badge.img+6

Hi @koert.kritz11,

 

This is possible by 'pinning' the selection from the dropdown list.

 

image 

When you have selected your dropdown value, you can then select "pin selection', which disallows the end-users to remove the selection filter.

image 

However, the end user may still choose to hide the filter, but not remove it by clicking on the eye when the selection is pinned.

 

image 

Hopefully this is what you are looking for.

 

Kind regards,

Sverre Klein

 

Thank you!