Hello,
Would it be possible to add a new data type (or just a preview data) for the columns of a table?
Here is my situation:
I have to load and manipulate a Workorder table. In this workorder table, i have many foreign keys used in other tables (Material ID, Location ID, Batch ID, …).
But the data that I would need from the Workorder table to generate a report (or other use) are not the ID itself, I would need the Material Name from Material Table, Location Name and Type from Location table, Batch Status from Batch Table.
Since there is no functionality to do a joint query easily in Tulip, would it be possible to have in my Workorder table the Material Name column? The goal is not to replicate the Material Name column from the Material Table but to have a viewer/preview of the actual Material Name column based on the Material ID that is already provided (Think about pointers in C language).
This functionality would simplify the need to use a lot of “Load Record PlaceHolder based on ID X” and it would make tables a lot more human readable without storing extra data in them. It would also enable to make Query based on data that are in another table. Any modification in my Material table would be propagated directly to all the “preview/viewer” and you won’t need to duplicate your data anymore.
Here is another visual example:
- Yes, I have already done it.
- No, Data replicates are bad practice and I prefer to live with user unfriendly IDs