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: 
qlikviewaf
Creator
Creator

DAY: selection

Hi Guys,

i have as dimension "DAY" on my Calendar.

I would like the user to have the possibility to do a selection on day only if just one month is selected.

Currently the DAY selection field disappear if more than 1 month is selected - but doesnt' reset the selection on the "DAY" field which remains active.

There's a way to automatically clean the DAY Selection in case more than 1 month is selected?

Thanks         

Labels (1)
1 Solution

Accepted Solutions
Or
MVP
MVP

If(Count(Distinct Month)>1,'Day')

Pretty sure the issue is that you are referring to Day rather than 'Day', but not 100% positive.

View solution in original post

3 Replies
Anil_Babu_Samineni
MVP
MVP

May be "Field Event Trigger" is the Answer?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
qlikviewaf
Creator
Creator
Author

I tried in this way but if more than 2 month are selected the field "DAy" is not cleared (as shown below).

Any idea ?

Cattura.PNG

Or
MVP
MVP

If(Count(Distinct Month)>1,'Day')

Pretty sure the issue is that you are referring to Day rather than 'Day', but not 100% positive.