Forum Discussion
Anonymous
4 years agoNot applicable
How to call a Function to generate multiple queries
I have a complex function that does a ton of modeling on some very wide and deep tables. To reduce the amount of data the function takes a single text argument that is used as a filter. At the end th...
- 4 years ago
The first list should be a one-column table, then invoke your function as a new column:
otravers
4 years agoCommunity Champion
The first list should be a one-column table, then invoke your function as a new column:
Anonymous
4 years agoNot applicable
Ugh, such a "duh" moment, answer was right in front of my face and I ignored it. Thank you!