I am trying to create multiple html outputs from a single excel file.
I have the HTML code right, if I copied it direct into a notepad, however once its an output from Alteryx it doesn't appear to work, and the headers are included on the output.
Attached an example where based on this input I would want to see 2 outputs one named for each store number
and the html output saved in that notepad file.
Solved! Go to Solution.
If I understand correctly, you want your module to output two separate HTML tabs:
Tab1:
And Tab2:
If this is correct, then you need to create a field upstream, call it whatever you like - maybe "Output" and you can use a formula or whatever to create the paths:
Then just configure your output tool with the option at the bottom as such:
That will create two separate tabs.
Hi
Thanks for your reply. To clarify the output, I don't want to have those headers on it or the store number column. The output is purely the code for each store in the HTML Output column.
Thanks
David