Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I have several tables with same field in each
Table 1
- Region
- Segment
- #Visits
Table 2
- Region
- Code
- #Cost
Table 3
- Region
- Vertical
- #price
I wanted to create a fourth table with the distinct value of "region" field from my 3 tables to be able to use as a filter.
Thanks for help
Duplicate each table.
Remove all columns in each except Region.
Append the 3 tables.
Remove Duplicates from the column.