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!

How to display information with no data attached

Status
Not open for further replies.

Kryste

Technical User
Apr 16, 2002
1
US
I am trying to set up a sales report, we have many classes that our products fall into. I want to show all the classes in my report whether or not the customer ordered anything from that class of product. How do I do this?
 
You would need some record that would relate to all class types for the information to display. It doesn't necessarily have to be customer related.. If you have the class and customer in different tables, an outer join should also work in getting the classes to display.
-Bruce Seagate Certified RCAD Specialist.
-Bruce Thuel-Chassaigne
roadkill150@hotmail.com
 
you could make the report display in the footer rather than in the detail section...set all class value variables to zero in an initialization formula...in the detail section update the individula class values...then display them in the footer for the customer....suppressing all other sections

hope this helps
Jim

JimBroadbent@Hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top