0

Hide ONLY IF A FIELD IS CHECKED from calendar

Is there a way to hide something from the calendar only if the field "Canceled"is checked?

 

if 'Check-In' > Evento.Inizio then
styled(Evento.Evento + "-" + 'Nr. persone' + " persone", "orange")
else
styled(Evento.Evento + "-" + 'Nr. persone' + " persone", "red")
endSchermata 2020-07-07 alle 12.44.26

Reply

null