Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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')