Hi,
I have this type of xml file and I try to have a subtotal by row.
<StaffNationalOfficial>
<Row>
<Calcul>
<Position>catego1</Position>
<TotalNumberOfDays>21.00000000</TotalNumberOfDays>
<AmountPerDay>230.00000000</AmountPerDay>
</Calcul>
<Calcul>
<Position>cart2</Position>
<TotalNumberOfDays>22.00000000</TotalNumberOfDays>
<AmountPerDay>240.00000000</AmountPerDay>
</Calcul>
<PartnerOrganisation>part1</PartnerOrganisation>
</Row>
<Row>
<Calcul>
<Position>cater33</Position>
<TotalNumberOfDays>540.00000000</TotalNumberOfDays>
<AmountPerDay>0.00000000</AmountPerDay>
</Calcul>
<PartnerOrganisation>pat2</PartnerOrganisation>
</Row>
Could someone help-me ? Please -
)
Luisa
I have this type of xml file and I try to have a subtotal by row.
<StaffNationalOfficial>
<Row>
<Calcul>
<Position>catego1</Position>
<TotalNumberOfDays>21.00000000</TotalNumberOfDays>
<AmountPerDay>230.00000000</AmountPerDay>
</Calcul>
<Calcul>
<Position>cart2</Position>
<TotalNumberOfDays>22.00000000</TotalNumberOfDays>
<AmountPerDay>240.00000000</AmountPerDay>
</Calcul>
<PartnerOrganisation>part1</PartnerOrganisation>
</Row>
<Row>
<Calcul>
<Position>cater33</Position>
<TotalNumberOfDays>540.00000000</TotalNumberOfDays>
<AmountPerDay>0.00000000</AmountPerDay>
</Calcul>
<PartnerOrganisation>pat2</PartnerOrganisation>
</Row>
Could someone help-me ? Please -
Luisa