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.
- Open the project in Design.
- Select the "placeholders" tab.
- Right click on the appropriate document.
- Select "Properties".
- 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.
Updated almost 5 years ago