Calendar slice

hi, i made a slice in my calendar based on this formula
AND([Completato]=False,[Data]<>"")

โ€œCompletatoโ€ means completed, and itโ€™s a yes/no fieldd
Data is โ€œdateโ€, and itโ€™s date field

the first part works, and i see only tasks not completed, but i see tasks with no date too.

Solved Solved
0 2 486
1 ACCEPTED SOLUTION

Hi ,

Does this expression help,

AND([Completato]=False, ISNOTBLANK([Data]))

View solution in original post

2 REPLIES 2

Hi ,

Does this expression help,

AND([Completato]=False, ISNOTBLANK([Data]))

Worked

Top Labels in this Space