Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi Experts I created a nest loop in the output template: %loop dlist1% %value $index% <!–(1)–> %loop dlist2% code… %endloop% %value $index <1–(2)–> %endloop% The first %value $index% return the correct index of the outside loop. The second %value $index% always return -1. How can I let the outside loop remember its index after a inside loop.
Thanks in advance peter