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
I have 5 tables that have the same columns (8 columns) with different columns.
Different demographic information for different places..
From my understanding, it's not an efficient design to append all the tables to 1 large dataset. This is how I have it setup currently to get the data cards I wanted.
what's the way to design the relationships so that I can put data cards that calculate off all of the data? Is it just a ton of many to many relationships and create some sort of unique id in the queries?
Solved! Go to Solution.
Hello @Djtimestamp ,
it's better to append them all in one table.
Proud to be a Super User! | |
Hello @Djtimestamp ,
it's better to append them all in one table.
Proud to be a Super User! | |