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!

Parameter Fields With Control Structures

Status
Not open for further replies.

Moonmouth

MIS
Jul 17, 2001
14
CA
Is it possible to "populate" different values given to a user according to which choice he chose with a previous parameter box...

Ex:

Parameter 1 : Which Server do you want to report on?

choice = Server1, Server2, Server3

If the user chooses "Server1" then the next Parameter would be populated with these choices:
"CPU","Memory"
if he chose "Server2" it would be populated with
"Disk","Network"


is this possible?

Thanks in advance

Peace
Jason
 
Not within CR.

You would have to write your own front end for that, like in VB. Ken Hamady
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top