Hi
I am new to Alteryx and in a bit of a trouble.
I have a simple piece of code which generates a dataset which is outputted as a CSV.
However I need to make 193 datasets.
I have attached a snip of my data and my code.
What I need:
1) To run the code where the variable "DATASET" is set to every number between 42 and 234. (creating 193 datasets)
2) The select needs to be updated each time, only columns where the left(column name, 2) < DATASET, should be included in each dataset.
Also [LPERMNO] and [Navnefil] should be included after the select. (This I could manage in the dynamic select)
My tries:
1) I have tried to make an iterative macro which updated the "DATASET" with 1 for each run, however I could not manage to do it correctly.
2) I have tried using dynamic select, however I cannot use the value from DATASET and thus I don't know how to correctly do this.
The only option I see now, is to run it 193 times, updating in both the formula and the select..
Is there anyway this can be done not manually?
Best regards
Emilie