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

Supress field while scheduling

Status
Not open for further replies.

pkohli88

Programmer
Oct 25, 2006
30
US
Hi,
Is it possible to suppress a Field name already ina report while scheduling a report

e.g if we have 3 fields in a report
and i want to show only 2 fields on the output while scheduling.

Thanks in Advance
 
Add a parameter to the report, such as a boolean that the user responds to as "suppress the <whatever> field?

Then right click the field and select format field->X2 next to suppress and place:

{?MyBooleanParameter}

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top