Forum Discussion
HEW
Helper III
8 years agoCreate a new table from columns from existing tables
Hi. I would like to create a new table based on 2 existing tables. Table "Currencies" consists of one column "Fra" with the values: DKK CAD GBP SEK Table "Dates" consists of one column ...
- 8 years ago
Hi Hew,
you can acheive this by using following steps:
Create New table using CrossJoin & then calculated column : use concatenate to acheive desired result, please refer to snapshot below:
Create Newtable using CrossJoinCreate Calculated column shown as "Result" above and use concatenate ()
I hope that helps :)
Please dont forget to accept it as solution if it works :)