Dynamic delivery to multiple e-mail recipients
For this example, you will need to create a report book and enable it for dynamic delivery. You will also need to create a scheduled task.
See these topics:
Typically, you will use dynamic delivery to deliver a report book to multiple email recipients. To achieve this, you could use a combo box, the listresult property and a GETPROPERTYVALUES function.
The listresult property returns all elements of a list and their properties as an xml table. You can use GETPROPERTYVALUES to extract all values of a specified property from an XML variable. In this example, it extracts the email address.
Imagine that you have a database dimension which contains a list of staff members. The email address of each member of staff is held as an attribute called EmailAddress.