Forum Discussion
Anonymous
4 years agoNot applicable
Create Function that loops on Parameter Values
Hi all, I've created a Function to invoke a table from a SQL database. The function will load the table and keep only the columns that are listed in an Excel file. (but converted to a list). I...
ImkeF
4 years agoCommunity Champion
Hi Anonymous ,
not completely sure about the requirement here:
If you say you want to iterate through a list: What shall happen with the results of each iterated item?: Do you want to create one big table from it (with a column with the list items) or do you want to create multiple queries?
If the latter, that's not possible, I'm afraid.
- Anonymous4 years agoNot applicable
Hi,
thank you for the quick response.
The goal was multiple tables indeed. Guess I'll have to stick to adding them manually table per table.Regards,
Robin