HI Experts,
In the below screen am doing a mapping using this condition.
TotalEq = {CNT02} where {CNT01} = 11
TotalCon = {CNT02} where {CNT01} = 12.
My logic is working fine, but am facing a big issue.
My input is
CNT+11:5'
CNT+12:6'
and my output is like below
<TN_e>
<TotalCon>6</TotalCo>
</TN_e>
<TN_e>
<TotalEq>5</TotalEq>
</TN_e>
But i want my output should like below, how can i do it?
<TN_e>
<TotalCon>6</TotalCo>
<TotalEq>5</TotalEq>
</TN_e>
- Edited by sandydv85 17 hours 54 minutes ago