Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hello,

I am having an issue with a report using summary fields.

I have a series of transactions to various work orders.

My report looks like below

Work Order#-----WO Quantity----Usage(lb)

123-----------------1000------------5

123-----------------1000------------3

123-----------------1000------------1

125------------------500------------5

125------------------500------------2

If I summarize the WO Quantity, I want to get 1500 because there are only two work orders with 1000 and 500 ea.

Right now it's giving me 4000 because it is totaling all the lines.

I've tried playing with all the summary total settings, but it always gives me 4000. Even if I do a sub-summary of the work orders and total the quantity fields.

Any ideas?

Thank you,

Posted

Try something like this:

sCountItems = Summary ( Count of TransactionID )

cQtyShare = WO Quantity / GetSummary ( sCountItems ; Work Order# )

sTotalQty = Summary ( Total of cQtyShare )

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