Hi there
Can anyone tell me what the variables are for “Set Page Number” and “Set Page Count”
I would have thought it would be “set.page.nr” and “set.count.pages” respectively
I know “Set Sequence Number” is set.sequence.job
Kind regards
Hi there
Can anyone tell me what the variables are for “Set Page Number” and “Set Page Count”
I would have thought it would be “set.page.nr” and “set.count.pages” respectively
I know “Set Sequence Number” is set.sequence.job
Kind regards
Try the below:
1- For the number of pages in the current set:
${set.count.pages}
2- For the current page number in the current set:
${page.sequence.set}
Thank you, worked like a charm