About this task
Some of the merge fields include filters. For example,
the VariantRepeater limit can be used to set how many variants will
be included per Issue.
Note: In the VariantScreenShot field, the
filter defines the scale ("Scale=50") by percentage (50%). You can
change this to any integer value up to 100 (for full size).
Procedure
- Select the field.
<<AS:VariantRepeaterStart<Limit=1>
>>
- To see the full field names, click [Alt]+F9 (or
right-click on the field and select Toggle Field Codes from
the menu).
{MERGEFIELD AS:VariantRepeaterStart<Limit=1>\*MERGEFORMAT}
- Update the filter between the angled brackets.
{MERGEFIELD AS:VariantRepeaterStart<Limit=4>\*MERGEFORMAT}
- To hide the full field names, click [Alt]+F9 (or
right-click on the field and select Toggle Field Codes from
the menu).
<<AS:VariantRepeaterStart<Limit=4>
>>