Jump to content

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

Recommended Posts

  • Newbies
Posted

i have file that contains transaction records: record number,record date, Material type, transaction type, transaction quantity.

in another file I want to total the transaction quantity for all transactions that occurred on a particular date, have the material code "X" and are transaction type "Ship"

the result is that i want the current days shipments for a particular material to total and auto enter based on this calculation when i create a new record, but i want it to ignore other transaction types such as "xfer"

help please

Oliver

Posted

Hello,

Make a concanated calc field =

concanate = record date&"-"& Material type&"-"& transaction type

and use this concanated calc at left side and right side of a selfjoin relationship.

Then Sum(selfjoin::Quantity) will give you the total amount for any Material type shipped at record date.

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