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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Option to show detail

Status
Not open for further replies.

GRECONCG

Technical User
Oct 8, 2009
31
US
Hi I have a tax report that shows the counties with the orders for each county. I would like to give the option to show summery or detail, how would I do that? Thanks
 
Can you show summary when the users run the report and then let them click on a button to see Details? This can be done using a sub-report for Details.
1) create a sub report
2) place it any where [on summary section] as a small Hyperlink
3) link parameters from Main to summary report
 
All you need to do is set up a parameter {?Report Level} with options "Summary" and "Detail". Then go into the section expert->detail->suppress->x+2 and enter:

{?Report Level} = "Summary"

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top