Greetings,
I have this workflow to calculate a score with a decision tree. I need this process to be iterative througth the stores number... I mean:
I have three stores 100, 101 and 102.
First calculate score for the store 100, second for the store 101 and third for the 102. All these result should be saved in a single file.
I did this process but with a filter using a text box tool but I have to manually write the stores (and I need to make the score automatically)
Can anyone help me?