Variables within variables: example 2

  1. Place a single variable in the header or footer of the overlay or cover page template:

    <PAGE_NUM >

  2. Next, add the variable PAGE_NUM to the Variables tab in the Assembly Publishing settings:

Volume $Bates($VN,6), Page $VR of $VT

This will be the result in the published output:

Volume 00012, Page 4 of 350.

Ennov InSight 7.2 Publishing Variables Within Variables

Warning: Nested variables must not contain page number system variables, as they will not resolve and may cause publishing issues. Assume there is a variable placeholder on your overlays, as in this example:

<PAGENUM >

On the Variables page in AsmPubSettings you cannot define:

PAGENUM = "Page $CHANNELPAGE"

CHANNELPAGE = "$LR of $LT" (Electronic variable)

CHANNELPAGE = "$VR of $VT" (Paper variable)

But you can define:

PAGENUM = "Page $LR of $LT" (Electronic variable)

PAGENUM = "Page $VR of $VT" (Paper variable)