List ref Virtual Column Error

Hi,

I have created two virtual column from one table, but there is a problem, one column is getting "ref list" but the Second virtual column is showing error. The functions of both the Virtual columns are given below.

SELECT(PUTAWAY DETAILS[STICKER PERSON], [Sticker Complete Date] = TODAY())
SELECT(PUTAWAY DETAILS[TABLE PERSON NAME], [ENTRY DATE] = TODAY())

 Capture.JPG

1.JPG

0 1 133
1 REPLY 1

As the error is already telling you, your column type contains a reference to one table, but its formula is selecting references to a different table. Both should reference the same table. 

Top Labels in this Space