New Bug Encountered: Virtuals Disappear when I change column type

Rod
Bronze 3
Bronze 3

I have two virtuals that run selects:
SELECT(Shift Day[Shift Date],
AND([Name]=[_THISROW].[Employee],
[Shift Date]>=[_THISROW].[Start Date],
[Shift Date]<=[_THISROW].[End Date]))

The โ€œEmployeeโ€ in the form I would like to change to a ref, currently it is a Name type. When I change to ref or enum, the virtuals disappear, then reappear when I return the column type to a Name.

Why are the virtuals disappearing?

Thanks!

0 1 317
1 REPLY 1

Harry2
New Member

@Rod Hi Rod, I replied to your other post about the same issue.

Top Labels in this Space