Summary
Issue in printing Total on Last Page and 'Continued' on rest of the pages
Content
Hi Experts,
I have a requirement where I need to print 'Continued' on every page except Last Page. At Last page, I need to print the total. For that, I used below commands but not able to find any luck:
1. Before Calculation table I initialized page total by using '<?init-page-total:contd_footer?>' command.
2. After that I calculated the sum by using '<?add-page-total:contd_footer;'LINE_AMOUNT'?>' command.
3. After the Loop of Calculation table, I used '<xdofo:inline-total display-condition="exceptlast" name="contd_footer">Continued ...</xdofo:inline-total>' command to get the required result.
4. At last I have ended page total with '<?end-page-total:contd_footer?>' command.
Kindly provide your expert comments on the same to resolve this issue.
Regards
Subal
'