prompt - Cognos Scheduling Multiple Parameter job -


I have to schedule a CSV report for each organization to run every organization, then this report will be Specially my file system for the directory Save organization.

Although there may be more than 100 different organizations, is there any way to go through any organization to prompt only one schedule and loop?

> Or will I have to create a scheduled job for every organization (probably 100s) and give the prompt screen variables for each organization?

Thank you

You will need a query to draw the list of the object. You can use the list of organizations to set up bustings, where the reports will create separate copies of each for each recurrence of a list.

File-> Burst Options

In the list of organizations to include in bust, you can enter your main code in your organization code (or name, unique ID, whichever database of organizations Are used to identify) will set the burst query to feed. Every time you run an organization in your bust, it will filter the main query to include existing organization data in the burst transition.

P>


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -