Forum Discussion
jPinhao
10 years agoAdvocate II
Dynamically generate query tables
I'm importing data from an Azure Blob, and then generating some queries to share on the online portal. One of my intermediate queries generates a table of [name][table] like: Query: ALL TABLES
na...
Greg_Deckler
10 years agoCommunity Champion
If I may paraphrase to see if I understand what you are trying to achieve (more or less). You have a bunch of tables in and new tables will be added periodically and you want a way to grabs all of the data in those tables and automagically recognize when new tables are added and pull that into the data model during refresh?
Is that correct?