Virutals disappear when I change column type - possible bug

Rod
Bronze 3
Bronze 3

I have a couple of virtuals that disappear when I change my column type (Employee) from Name to a ref or enum. They are select expressions in the virtuals as follows:

SELECT(Shift Day[Shift Date],
AND([Name]=[_THISROW].[Employee],
[Shift Date]>=[_THISROW].[Start Date],
[Shift Date]<=[_THISROW].[End Date]))

They come back as valid in both cases. Not sure if this is result of changing the column type from static to dynamic, but enum would be static as well.

I went to support and now Iโ€™m back to this forum.
I would like to change the column type to a ref, butโ€ฆ

Much appreciated if anyone has an answerโ€ฆThanks!!

0 4 489
4 REPLIES 4
Top Labels in this Space