I have created a ref virtual column in my Timesheets table to pull the Employee Name from the Employees table. It works superbly, no errors shown on my errors tab in the Info section and my app compiles and runs fine. Except…
On my Ux that virtual field has a warning symbol next to it. Why? No explanation is given anywhere as to why it is there or how to get rid of it.
Is it because I have two ref columns in my Timesheets table back to the one table (Employees)?
This is still an issue for me, as far as I can see I have a relationship between my two tables which is based on the key column in the source and yet I get a warning symbol. What am I missing??