Skip to Content
0
Former Member
Aug 08, 2016 at 11:10 AM

third value in the context

32 Views

Small query in graphical mapping... value occurs in source four times... the sequence is dynamic.. but I need only one particular occurrence in output..

<Details>

<City>singapore</City>

<Code>1234<Code>

<City>malaysia</City>

<Code>1236<Code>

<City>bangkok</City>

<Code>1235<Code>

<City>jakarta</City>

<Code>1237<Code>

</Details>


Output only get value for


<City>bangkok</City>

<Code>1235<Code>


UDF is required? With remove context I am getting only first value...