Hi,
I have a requirement to fulfill where i have to fetch data from the data source.. In that the number of pages in a report might vary due to the number of times the customer has purchased. Basically Customer Number is the primary Key and based on the Customer Number the report will run and each invoice will be in a different page. The template of invoice will be same except for few values. It is in pdf format..
My question is how can i create a report in such a way it takes the default template and creates many invoices based on the number of invoices present .....
Hello,
I understood correctly (i'm french), you want to have one page per invoice.
Try with repeat table : one query filters (customer) the second query (with the data).
In the property, choose 1 for rows per page (one invoice per page).
I hope you will help.