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

Report not showing depending on parameter

Status
Not open for further replies.

smeyer56

IS-IT--Management
Oct 16, 2002
206
US
I have a report based on year and grouped by one of: producer, type and price. The report works fine for all groupings if the year is 2003 but if the year is 2002(there is data) nothing, not even text shows. Any ideas?
 
sorry, forgot to includ4e that the report shows 10007 records but I still see a blank page.
 
Please post your record selection criteria. Also, how are you handling the grouping (grouped by one of: producer, type and price)? Is this done through a parameter, through conditional suppression, etc... The fact that there are records returned, but no displayed indicates that you may be using conditional suppression.
 
selection: Year ({tblInquirers.FldInqDate})=ToNumber ({?year})

as far as the grouping: a parameter is enetered for type, producer etc. then a formula called group calculates:

if {?Groupby}="Source" Then {tblInquirers.FldSrcname}
else if {?Groupby}="Producer" Then {tblInquirers.FldProComp}
else {tblInquirers.FldSrcPromoType}

The report is tehn grouped by this formula.
 
Hi,
Are any supression formulas set on the Group sections?
When the 'blank' report comes up, is it only 1 page?

[profile]
 
I didn't change anything and now it works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top