Well, It is partially working now, not sure what all changed. It did not work with existing records but did with new records (which is fine). Here’s where I’m at:
I have created another column in the Ticket Details Table, Tsheets ID Enum to further test what is going on.. (The Enum list is preferred if possible and the one I’m still having troubles with)
TSheets Id, type Ref, table: T Sheets Export, Suggested values: T Sheets Export[Timesheet ID] -Ticket Details[Tsheets ID]
Results work as desired
Tsheets ID Enum, type EnumList, base type Ref, table T Sheets Export, Suggested values: T Sheets Export[Timesheet ID] -Ticket Details[Tsheets ID Enum]
Enum still allows chosen values to be selected… I have disabled Allow other values as well as Auto-complete other values and get the same results.
Per your suggestion, “What happens if you create two separate VCs, for T Sheets Export[Timesheet ID] and Ticket Details[Tsheets ID] and create another for the difference between those two?”
I’m struggling, here are the results:
Virtual Columns Created:
[T Sheets Export ID] , App formula: t sheets export[Timesheet ID]
[Ticket Details Tsheets ID], App formula: Ticket Details[Tsheets ID Enum]
[Difference in VCs], App formula: [T Sheets Export ID]-[Ticket Details Tsheets ID Enum])
Getting stuck here, what do I choose for the EnumList to populate off of? Column Tsheets ID Enum : EnumList, base type ref, ticket details, Suggested Values: [Difference in VCs] results in broken link list of ID’s (not the label) however it is filtering out the used items.. so close!