Forum Discussion
LucaUSA50
8 years agoFrequent Visitor
Combining two tables
Hello, I have two tables: one containing dates and the other one containing product categories: Table 1: Table 1: Date: 01/01/2016 01/02/2016 01/03/2016 etc. Table 2: Categories: ...
- 8 years ago
Hi LucaUSA50
You simply have to go to Modelisation > New table and fill it with this formula :
NewTable = CROSSJOIN(Table1;Table2)
If it worked, don't forget to mark the topic as solved
- Quentin
quentin_vigne
8 years agoSolution Sage
Hi LucaUSA50
You simply have to go to Modelisation > New table and fill it with this formula :
NewTable = CROSSJOIN(Table1;Table2)
If it worked, don't forget to mark the topic as solved
- Quentin
- LucaUSA508 years agoFrequent Visitor
It works!!
Thanks
- quentin_vigne8 years agoSolution Sage