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?
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}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.