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

Help me to get Dynamic Fields!!

Status
Not open for further replies.

skybird

Programmer
Aug 28, 2001
2
US
Hi
i have created several reports with a set of fields to be displayed in the reports. but now i need to do reports with dynamic fields. i-e. whatever fields they selects in VB form, i have to display only those fields in the reports. is this possible to change the fields at runtime in reports? early help will be appreciated. thanks!
 
Pass a boolian variable through the parameter fields and then use that field to control the 'suppres' property of each field. Like this:

If not {?field1}

So all field will be supressed unless the relevant param field is passed as 'true'.
Howard Hammerman,

Crystal Reports training, consulting, books, training material, software, and support. Scheduled training in 8 cities.
howard@hammerman.com
800-783-2269
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top