You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many times, you have to "split" your output dataset in several parts, such as one sales excel file for each business unit. There is this nice feature on Alteryx that allows to do it and i would like the same : you can write like a file by value of a specified field :
There are several options, I especially like the one where you can specify the full path.
here this Output Data tool is configured to create a separate file for each value in the Region column and append that value to the end of the file name.
Four .YXDB files are generated:
"OutputToolExample_RegionGrouped_Midwest.yxdb"
"OutputToolExample_RegionGrouped_Northeast.yxdb"
"OutputToolExample_RegionGrouped_South.yxdb"
"OutputToolExample_RegionGrouped_West.yxdb"
On excel we can also imagine more solutions like "sheet" by value of this field or "file" by value of this field.
Please note the checkbox to include or not the field.
Best regards,
Simon
The text was updated successfully, but these errors were encountered:
Hello,
Many times, you have to "split" your output dataset in several parts, such as one sales excel file for each business unit. There is this nice feature on Alteryx that allows to do it and i would like the same : you can write like a file by value of a specified field :
There are several options, I especially like the one where you can specify the full path.
here this Output Data tool is configured to create a separate file for each value in the Region column and append that value to the end of the file name.
Four .YXDB files are generated:
On excel we can also imagine more solutions like "sheet" by value of this field or "file" by value of this field.
Please note the checkbox to include or not the field.
Best regards,
Simon
The text was updated successfully, but these errors were encountered: