Forum Discussion
Syndicate_Admin
3 years agoAdministrator
Join two matrices
Hello Would anyone know how to tell me what is the best way to get in the same matrix what I have in two? Now I have two matrices, the data is from different tables since one table is invoice and t...
Syndicate_Admin
3 years agoAdministrator
I already tried but this gives me many problems later, since I have to relate this new table with other tables, some tell me that the relationship can not be because there is already another relationship ... I can't remove that relationship because I use it for something else.
DOLEARY85
3 years agoResident Rockstar
How about a calculated table?
If you go onto the dataview you can select new table and union them together:
Table Combined = UNION(Table1,Table2)
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍