Dear experts,
In my smartform output, I need to print my sub-totals at the end of the each page dynamically based on how many are supposed to be printed based on first column for example
Page 1 :
INIT USD 7,000.00
BLNK USD 5,000.00
BLNK USD 4,000.006
INIT USD 3,000.00
BLNK USD 2,000.006
Sub Total for INIT USD 10,000.00
Sub Total for BLNK USD 11,000.00
Page 2 :
INIT USD 10,000.00
BLNK USD 2,000.00
INIT USD 10,000.00 4
Sub Total for INIT USD 20,000.00
Sub Total for BLNK USD 2,000.00
I tried loop stmt in footer (by collecting data in main window code), how ever, it is not working.
Could you please help. Thank you all in advance.