excel repeating parent field
Hi,
quick question on Excel template within Oracle EBS :
Here is an example of the xml file :
<GROUP PARENT>
ASSEMBLY
<GROUP CHILD>
COST1
</GROUP CHILD>
<GROUP CHILD>
COST2
</GROUP CHILD>
<GROUP CHILD>
COST3
</GROUP CHILD>
</GROUP PARENT>
Here is the output with my excel template :
Column A Column B
Line1 : ASSEMBLY COST1
Line2 : COST2
Line3 : COST3
Is there any possibility to repeat ASSEMBLY on lines 2 and 3 or am I obliged to update also the data template ?
hope my question is clear,
thanks,
Thomas