Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hyperlink to new report and passing filter criteria? 1

Status
Not open for further replies.

MSIsam

Programmer
Sep 29, 2003
173
US
I have a requirement from our business partners that after a prompted report is run, that a there is a hyperlink to a new report. When the user clicks on the new report, the report is executed with the filter criteria for the original report.
Environment: MSI 7.2.4 (NO OLAP services)

For example:
Report A is a sales report (Grid) that prompts on Company and Month

User selects the AACME company for JANUARY and FEBRUARY

Report A results:
Code:
[B]Company  MONTH  SALES[/B]
AACME      JAN    100
AACME      FEB    200
This report would have a hyperlink somewhere/anywhere on it.

Clicking on the hyperlink would run Report B automatically with the company and month filters from report A applied.

Report B results:
Code:
[B]Division       Week  Inventory[/B]
AACME shirts        1       1000
AACME shirts        2       2000
AACME shirts        3       3000
AACME shirts        4       4000
AACME pants         1       1000
AACME pants         2       2000
AACME pants         3       3000
AACME pants         4       4000
[B][COLOR=red](SHOWN AS PIE CHART)[/B][/color]

I have done something sililar to this using Business Objects and would like to know how it can be done using MSI 7.2.4. I used hyperlinks here for an example but the solution just needs to meet the requirement - run report B (or C, D, etc.) with user defined filter criteria from report A.

Any help would be greatly appreciated



 
Have you considered using drill to template option? It will allow you to keep the same filter/prompt selections with another totally different set of metrics.

Let me know if you think this may work for you and you need further information.

Phoenixier
 
Thanks sunnyphoenixier,
I was not familiar with this option. It obviously looks like a good fit and I will research.

Thanks Again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top