I would like a report showing the invoices for customers by ship to state.
I would like a report showing the invoices for customers by ship to state.
Best answer by kyle90
If you’re comfortable with Generic Inquires , this is pretty easy to get access to
Join PX.Objects.AR.ARAddress to PX.Objects.AR.ARInvoice where ARinvoice.shipAddressID = ARAdress.addressID

You could group by ARAddress.State or build a pivot table to summarize.
I will warn, we’ve noticed that despite states being a validated field, we still somehow end up with a few odd scenarios where a state name end up on the invoice instead of the abbreviation (i.e. California not CA)
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.