Hi Everyone,
I'm trying to set my output as an excel file, with the option "Take file / table name from from fied" active, and within it "Change file/table name" selected with one of my columns named "Locations", so my data is separated into different excel worksheets based on the values in the Location column. This works just fine, but I also want to specify the range for each of these worksheets, where the data will be pasted. Without the settings mentioned before enabled, the Range option works as well (on a single worksheet), but if i separate the data to multiple sheets, than I can not specify the range for each of these sheets, it always starts from the A1 cell.
I'm trying with something like this:
Write to file or database:
\David\excel_file.xlsx|||+[Location]+$B2:AG400
I tried with single and double quotation marks for every position, without success. I feel like I'm missing a step, maybe I have to create an additional variable which contains the location values, but how?
