HomeGuidesRecipesAPI
HomeGuidesAPILog In
Guides
These docs are for v16. Click to read the latest docs for v31.

Unique file names for repeating documents

When generating a document for each record returned from a data source often the separated documents should be titled differently.

  1. Open the project in Design.
  2. Select the "placeholders" tab.
  3. Right click on the appropriate document.
  4. Select "Properties".
  5. Provide a valid formula within filename property. Usually referring to fields in the data source, for example:
=concat([q1.clientId],"-",[q1.clientSurname])

Make sure that the “Allow Change of File Name” tick box is Unchecked.

348