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: 
Anonymous
Not applicable

a continuous selection

Hi,

I'd like to forbid making discontinuous selection for the end user.

There is a field 'month' in my application. Months can be selected through a list-box only.

I want the end user to select months in a consecutive order and forbid to make a discontinuous selection (via Ctrl button).

Are there any approaches to do so?

Thank you in advance,

Larisa

Labels (1)
1 Solution

Accepted Solutions
MarcoWedel
MVP
MVP

should be possible with field event triggers and field selection actions that reset a selection to the range between min and max of the initial selection.

hope this helps

regards

Marco

View solution in original post

7 Replies
m_woolf
Master II
Master II

Try using a Table Box instead of a List Box

Qrishna
Master
Master

Correct me if i am wrong.

You want to use a list box with a dimension 'Month'.

The User should make only consecutive selections i.e for eg : if the user selects 'Jan' then the next selection should be 'Feb' and the rest of the selections should be excluded/hidden and so on? am i right?

sasiparupudi1
Master III
Master III

I am afraid it is not possible with a list box

MarcoWedel
MVP
MVP

should be possible with field event triggers and field selection actions that reset a selection to the range between min and max of the initial selection.

hope this helps

regards

Marco

MarcoWedel
MVP
MVP

you could also use a slider object set to discrete/multi value selections.

regards

Marco

Anonymous
Not applicable
Author

Yes

Anonymous
Not applicable
Author

Thanks, everyone, for your answers!