Formula works most of the time but no always

When a new license plate number is entered in a new report (Form view), I want to show the dates of any matching license plates in previous reports. This needs to update without sync - the app is setup to work off-line which is the norm for our users who work in the forest.

Iโ€™ve setup a virtual column ,LongText type, with the following formula:

CONCATENATE(SELECT(NRC Reporting[Timestamp], ([License Plate #] = [_THISROW].[License Plate #])))

The expression assistant warns: โ€œNote, this expression could significantly impact sync time.โ€ But this works perfectly 70-80% of the time. It work off-line and doesnโ€™t matter how many matches are found. I canโ€™t find an underlying reason when it doesnโ€™t work.

Any help would be appreciated.
Bob Haizmann

0 4 392
4 REPLIES 4
Top Labels in this Space