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!

Subreports - Conditional Creation

Status
Not open for further replies.

byteias

Programmer
Apr 17, 2007
68
US
Using CR XI with Oracle 9i.
This is a Master to Detail reporting.
I want to print the subreport only if a condition is met.
For instance show the subreport if the print_flag='Y'
Thanks,
Ivan.


 
Right click the section the report isin and select section expert, and in the X2 next to suppress place:

{?My_Parameter_print_flag} <> "Y"

Or use{table.field}.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top