Jump to content

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

Recommended Posts

  • Newbies
Posted

I am working in a table which contains a portal linked to an "Invoice items" table; the portal displays invoice amounts, and also a radio button with two choices: "taxable" or "nontaxable/labor" (The radio button data actually comes from another table, "Billing_Codes.") I would like to insert two fields: one is a summation of all "taxable" invoices and the second is a summation of all "nontaxable/labor" invoices, as seen in the portal display. The following calculation I have set up is not operational:

Sum ( If (Billing_Codes::Taxable? = "Taxable" ; Invoice_Items::Amount ; 0) )

Any suggestions for calculating a sum of only certain items, depending on which radio button is selected, would be greatly appreciated! Thank you.

This topic is 6449 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.