If you are unable to create a new account, please email support@bspsoftware.com

Author Topic: Dynamic pages in cognos reports  (Read 2423 times)

raghuubm@gmail.com

  • Guest
Dynamic pages in cognos reports
« on: 23 Jan 2015 06:01:13 am »
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 .....   

Virgin

  • Guest
Re: Dynamic pages in cognos reports
« Reply #1 on: 27 Jan 2015 08:25:34 am »
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.