Jump to content
Server Maintenance This Week. ×

Printing report


Pavel

This topic is 8478 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I have built a billing database that lists all services available for our company. The user can tab through and select the service rendered, etc. Now I want to print an invoice, but want only the services used to print. ( for example not every customer uses every service we offer) How can this be done and what would be the best way to set this up. Thanks for the help.

Pavel

Link to comment
Share on other sites

I think I see what you are getting at. Instead of putting the actual fields for each service on the report, create calculation fields for each service.

For example: You have fields for Service1, Service2, Service3 dollar amounts. Create two calculation fields for each of these. The first one, called Service1_Description, looks like

If(Service1 > 0, "Service #1", " ").

The second one, called Service1_amount, looks like

If Service1 > 0, Service1, 0).

Then, put all of these fields on your invoice. If there is no amount in Service1, neither the description, nor the dollar amount will show up on the invoice. Make sure to set the Sliding up option, so that the blank space for these fields doesn't show when you print.

Is this what you were looking for?

Paul.

------------------

Link to comment
Share on other sites

This topic is 8478 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.