Problem trying emulate Custom Report APP

I am trying to emulate the Sample APP custom Reports
I cannot seem to get the Virtual Matching column listing the items I want it just shows the first item that matches?

The only difference I notice is that I cannot change the TYPE DETAILS Element type to Ref.

it just keeps going back to text . The column Data type is List.
This is my expression in the virtual column
SELECT(Daily Record เน„เธ”เธญเธฒเธฃเธตเนˆ[Scan], (IN([Date], [_THISROW].[Date Choice])))2X_5_50a493119023f5d360c99a0a07d77ffe41d0d7d3.png

0 2 300
2 REPLIES 2

Is your [Date Choice] columnโ€™s type โ€œDateโ€? If yes, the IN expression is not the correct choice. You can use just [Date]=[_THISROW].[Date Choice]

Steve
Platinum 4
Platinum 4

The first argument should be a single value, the second should be a list.

Top Labels in this Space