Hi,
We are using WTX8.3 on Windows.
My Input looks like - All the loops repeats (s).
Parent Loop (s)
Child Loop1 (First occurance of (s))
Record1
Record2
GrandChild Loop1.1 (First occurance of (s))
Record1
Record2
Child Loop2 (Second occurance of (s))
Record1
Record2
GrandChild Loop2.1 (First occurance of (s))
Record1
Record2
Output should populate all the records only (Parent & Child) at the same level with the sequence number.
1 Record1
2 Record2
3 Record1
4 Record2
5 Record1
6 Record2
7 Record1
8 Record2
How would I populate the sequence number? How can I pass the counter from the child level to the parent level so it can resume counting from where child or grandchild had left off?
Regards,
Vibhav1008
We are using WTX8.3 on Windows.
My Input looks like - All the loops repeats (s).
Parent Loop (s)
Child Loop1 (First occurance of (s))
Record1
Record2
GrandChild Loop1.1 (First occurance of (s))
Record1
Record2
Child Loop2 (Second occurance of (s))
Record1
Record2
GrandChild Loop2.1 (First occurance of (s))
Record1
Record2
Output should populate all the records only (Parent & Child) at the same level with the sequence number.
1 Record1
2 Record2
3 Record1
4 Record2
5 Record1
6 Record2
7 Record1
8 Record2
How would I populate the sequence number? How can I pass the counter from the child level to the parent level so it can resume counting from where child or grandchild had left off?
Regards,
Vibhav1008