Check out example #2 in the examples on the tutorial article on iterations: https://easymorph.com/learn/iterations.html. The example does exactly that – it splits a dataset into several files.
You may need to append month to the export file name using an expression either in a column, or in a calculated parameter.
Yes, it’s possible use the file action “Create folder” before exporting into a file. This action can create a folder if it doesn’t exist, or do nothing if it does.
Thanks Andrew,
It works fine.
But I’m unable to export in theses folders. The export of an Excel file with a parameter as a name, write the file in the same folder than the .morph file…
Michel
Michel, that parameter should contain both path to the folder (relative or absolute) and filename.
I assume that your subproject already has two parameters - for a filename and for a folder path.
I such case you just have to add a third parameter which will combine those two parameters together and then use it in Export to Excel action.