Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: dglavastormHi, I'm attempting to publish two inputs to a report template but on the same sheet, however the second pin seems to overwrite the space from the first with blanks. Not sure if this is a feature or I'm doing something wrong.
Output Spec :
<workbook>
<sheet inputIndex="1" outputIndex="4" dataStartRow="5" dataStartColumn="1" outputHeaderRow="false"/>
<sheet inputIndex="2" outputIndex="4" dataStartRow="5" dataStartColumn="6" outputHeaderRow="false"/>
</workbook>
So this shows correctly : <sheet inputIndex="2" outputIndex="4" dataStartRow="5" dataStartColumn="8" outputHeaderRow="false"/>
But the cells where this should publish are blank : <sheet inputIndex="1" outputIndex="4" dataStartRow="5" dataStartColumn="1" outputHeaderRow="false"/>
There is definitely data on the input node.
I could concatenate the two together initially, but I need to have at least 3 blank columns between the two datasets (Picky boss) so in Excel it looks like :
Header 1 ; Header 1 ; Blank ; Blank ; Blank ; Header 2 ; Header 2
Open to suggestions or corrections either way.
Cheers as always,
Dave