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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewaf
Creator
Creator

Avoid Day selection if more than 1 month is selected

Hi,

there's any way to CLEAN automatically  the day selection if more than 1 month is selected?

Thank you,

3 Replies
tresesco
MVP
MVP

You may use a trigger to action 'Clear Field' on a field selection. Use field expression, like:

=if(getselectedcount(month)>1, 'day')

qlikviewaf
Creator
Creator
Author

Where i have to put this trigger?

tresesco
MVP
MVP

Settings->Document Properties1.png

In Field Event Triggers, select your Month field

2.png

In the Field, try expression like:

=if(getselectedcount(MonthField)>1, 'dayfield')