Forum Discussion
memoalkatib1
2 years agoFrequent Visitor
Table.Split( ) need to split one flat table into multiple tables
Hi There, I'm importing an excel sheet that has a list of tables in the format of rows and columns . I found an article that almost solves my impediment using table.Split () . but the function o...
AlienSx
2 years agoSuper User
memoalkatib1 the only way to get 3 separate tables is to create 3 queries with tbl[Data]{0}, tbl[Data]{1} and tbl[Data]{2}
memoalkatib1
2 years agoFrequent Visitor
yeah, I was hoping that I can create a custom invoke function with and create a paramter list from 0 to approximately 500 (yes, I have that many dimension tables). and create a script and run it through the custom invoke function somehow passing through the script you mentioned above.