Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
If(Count(Distinct Month)>1,'Day')
Pretty sure the issue is that you are referring to Day rather than 'Day', but not 100% positive.
May be "Field Event Trigger" is the Answer?
I tried in this way but if more than 2 month are selected the field "DAy" is not cleared (as shown below).
Any idea ?
If(Count(Distinct Month)>1,'Day')
Pretty sure the issue is that you are referring to Day rather than 'Day', but not 100% positive.