Cannot compare List with Number in (Tenant[Tenancy_End] >= DAY(TODAY()))

Getting the above error in the formula below

And ([Rent Due Date] >= Day (Today()), Tenant[Tenancy_End] >= Day (Today()))

0 2 235
2 REPLIES 2

Expressions of the form table[column] return a List of all values in that column from all records in the table.

Youโ€™ll need a way to determine which record in the table you want to pull that columnโ€™s value from.

Steve
Platinum 4
Platinum 4

For reference:

Top Labels in this Space