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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

prevent non sequential selection

Hi Guys,

how can i prevent from users to select non sequential selection, for instance

month dim.

1, 4, 12 - wrong

1,2,3 - ok

2 - ok

2,3,4 -ok

Thanks in advanced,

Aviad

1 Solution

Accepted Solutions
johnw
Champion III
Champion III

Attached is one solution. I trigger a macro OnSelect of the field. The maco checks the max and the min, and then makes sure that the count corresponds exactly to that range. If not, then it does an ActiveDocument.Back to undo the offending selection(s).

View solution in original post

2 Replies
johnw
Champion III
Champion III

Attached is one solution. I trigger a macro OnSelect of the field. The maco checks the max and the min, and then makes sure that the count corresponds exactly to that range. If not, then it does an ActiveDocument.Back to undo the offending selection(s).

Not applicable
Author

Thank u !!!!