You are not logged in.
Pages: 1
How do you specify the field names in the DataDefinition when collecting data from a EXCEL file?
Offline
Depending on how many columns you have on the excel file the below will be an example of the 1st field.
<sxi:Fields>
<sxi:Field name="A">
<sxi:OutputField>Fred</sxi:OutputField>
</sxi:Field>
Question is, how do you do you use conditions on the collect for each row because it seems like the condition you set on the collect is based on the 1st row collected and the rest of the rows are ignored?
Thank you
Offline
Pages: 1