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

Announcements
Discover how organizations are unlocking new revenue streams: Watch 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

1 Solution

Accepted Solutions
MarcoWedel

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

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

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!