List with Text - Reda one value of a virtual column

Hi all, 

I have a table called Orders

Inside that table there are:

► a real column called (staff notes) of Enumlist type

► a virtual column called (Return) of Text type.

 

Please note both are in the same table. Now what I am trying to do is to make a formula in the virtual column that reads the data in the (staff notes) column and if there is a word "Return" it shows the same word "return" in the virtual column.

 

------------

I have tried this but got an error (Cannot compare List with Text)

SELECT(Orders[Staff Notes], ([Staff Notes] = "Return"), TRUE)

Thanks indeed

Solved Solved
0 2 113
1 ACCEPTED SOLUTION

2 REPLIES 2

@Marc_Dillon  Perfect, thanks very much 

Top Labels in this Space