declare a variable on top of the group.
<?xdoxslt:set_variable($_ XDOCTX, 'TROW_NUM', 0)?>
add another variable inside the loop.
<?xdoxslt:set_variable($_ XDOCTX, 'TROW_NUM',
xdoxslt:get_variable($_XDOCTX, 'TROW_NUM') + COLUMN_NAME)?>
And put the below inside the total field
<?xdoxslt:get_variable($_ XDOCTX, 'TROW_NUM')?>
<?xdoxslt:set_variable($_
add another variable inside the loop.
<?xdoxslt:set_variable($_
xdoxslt:get_variable($_XDOCTX, 'TROW_NUM') + COLUMN_NAME)?>
And put the below inside the total field
<?xdoxslt:get_variable($_
This comment has been removed by the author.
ReplyDelete