I have a table of tables. Can I invoke one function to create/expand each of the tables as new individual tables? I want to end up with the original (table of tables) alongside all of the individuals.
Currently the built in Expand All function creates one enormous table and joins them but this isn’t what I’m hoping to do.
I think everyone agrees - if Melissa doesn’t know, nobody does!
I might try to find a way of doing joins and transforms elsewhere. My problem is I don’t have access to this database (yet). In terms of performance is there a general rule of what is faster:
Expanding big flat table and trimming down into smaller tables (referencing)
Good question and hard to answer at the same time, performance can be impacted by several things. Best approach when in doubt is built both, run diagnostics a couple of times to measure transformation- and/or overall speed to confirm.