M
ML
Is there a field that give a unique page number for each page within a
document?
The issue I am having with the PAGE field is that it is specific to
sections. I have another field that creates a unique SEQ number using this
field that is used for page level classification markers. Since there are
multiple sections I end up with possibly having two page 1 for example. I
need to somehow uniquely reference each page.
I tried doing {SECTION * 10000 + PAGE} as a test to see if that would make a
unique number but it seems as such math is not allowed and it only gives the
SECTION.
Any ideas?
document?
The issue I am having with the PAGE field is that it is specific to
sections. I have another field that creates a unique SEQ number using this
field that is used for page level classification markers. Since there are
multiple sections I end up with possibly having two page 1 for example. I
need to somehow uniquely reference each page.
I tried doing {SECTION * 10000 + PAGE} as a test to see if that would make a
unique number but it seems as such math is not allowed and it only gives the
SECTION.
Any ideas?