I have 2 tables:
- Projects
- Tasks
On Tasks table i have 2 virtual columns based on ref value from Projects table, so if in ref column in tasks table I select the project1 from table Projects, the 2 virtual columns display automatically the values color and time related to that project.
But there is the possibility that if in tasks table i select another field with the value “special project” these two fields color and time must be not populated automatically but they must take the value from other list of values from another table.
It is possible?