Hello Friends,
i have used two table node for printing two tablular data(one for header and other for item data printing) and want to print the data like this
header data
loop
endloop
itemtitle header
loop2
endloop2.
i have got data in both the loop but while printing loop2 is printing data in continuation with loop1 but i want tht loop2 should be printed after item title header as shown above.
Sunny