Select() isnt working, but does in another app

Rod
Bronze 3
Bronze 3

I have a select that works in one app but not in another, same table structure, etc…
SELECT(TimeCards[ID],
AND([Installer]=[_THISROW].[Employee],
[Task Date]>=[_THISROW].[Start Date],
([Task Date]<=[_THISROW].[End Date])))

The editor gives it a green light, but doesn’t send anything back

0 3 111
3 REPLIES 3

Try each of the AND conditions individually and confirm that they return the expected results.

Rod
Bronze 3
Bronze 3

Okay…hang on

Rod
Bronze 3
Bronze 3

The “name” field can’t be a ref. Thanks Marc!

Top Labels in this Space