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

create a parameter

Status
Not open for further replies.

tttggg

Technical User
Joined
May 24, 2007
Messages
61
Location
CA
Is it possible for me create a parameter, so that the user can have an option of viewing a certain number of rows or the entire rows in the report.I would like to have a radio button ,if selected all the rows can be displayed, if not only the number of rows can displayed depending on the parameter input.
If someone can give me an idea,it will be much appreciated.

Thanks
 
A "radio button" I think requires some sort of different front end, and I can't help you with that, but you could just create a parameter {?numberofrows} where you use some very high number as the default value, e.g., 1000000, and allow the user to enter a custom value. Then go to the section expert->details->suppress->x+2 and enter:

recordnumber > {?numberofrows}

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top