AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • Rolodex
    • Podcast
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register
Acumatica Forums

By using this website, you agree to our Terms of Use (click here)

Forums
AUG Forums
Acumatica Report De...
Total amount of Ite...
 
Notifications
Clear all

Questions Total amount of Item shipped and Backordered

 
Acumatica Report Designer
Last Post by Tim Rodman 8 years ago
11 Posts
2 Users
0 Reactions
3,343 Views
RSS
Posts: 58
 sunwayfan
Topic starter
March 22, 2018 9:54 am
(@sunwayfan)
Member
Joined: 8 years ago

I am trying to build a report which shows the Item, Shipped Qty and Total Amount of qty shipped

Item |  Shipped Qty | Total Amt for qty shipped    | Back Orders  | Total Amt of backorders  | Fill Rate %

* (BackOrders is a custom field named UsrBackOrders in SOShipment table on Shipments screen)

I also want to add a column for Fill Rate % which will show result of (BackOrders/ShippedQty) in %

 

so62150001.rpx

Is there a better way to buid this report other than using report designer?


10 Replies
 sunwayfan
(@sunwayfan)
Joined: 8 years ago

Member
Posts: 58
March 22, 2018 2:28 pm
Reply tosunwayfan

Sorry, I don't need the total amount column.

So now I have 
Item  | Shipped Qty  | Backorders  | Fill Rate %

How to Calculate Fill Rate%? 
Fill rate % = (ShippedQty - Backorders)/ShippedQty *100


Reply
 sunwayfan
(@sunwayfan)
Joined: 8 years ago

Member
Posts: 58
March 22, 2018 11:41 pm
Reply tosunwayfan

I figured out the formula for Fill Rate %, but the shipped qty column does not show the correct value. so could you please take a look at the attached report.

 

so62150001.rpx


Reply
 sunwayfan
(@sunwayfan)
Joined: 8 years ago

Member
Posts: 58
March 23, 2018 11:26 am
Reply tosunwayfan

Was not able to attach the .rps file in the post because it said File type not allowed.

The Active Migration checkbox is not checked in the AP screen


Reply
Tim Rodman
 Tim Rodman
Admin
(@timrodman)
Joined: 10 years ago

Famed Member
Posts: 3193
March 23, 2018 12:29 pm
Reply tosunwayfan

Right, I need the RPX file, not the RPS file. What you attached says RPX, but I can tell by opening it that it's actually an RPS file.

Here is an explanation of the difference between RPS and RPX files in Report Designer:
https://www.augforums.com/acumatica-rps-versus-rpx-file-types/

Also, sorry about the Activate Migration Mode post. That was meant for another discussion Topic. I just deleted it so it won't be confusing for people reading this in the future.


Reply
 sunwayfan
(@sunwayfan)
Joined: 8 years ago

Member
Posts: 58
March 23, 2018 12:45 pm
Reply toTim RodmanTim Rodman

Oh okay. 

Attaching the .rpx file

so62150001.rpx


Reply
Tim Rodman
Posts: 3193
 Tim Rodman
Admin
March 23, 2018 10:40 am
(@timrodman)
Famed Member
Joined: 10 years ago

Hey @sunwayfan,

It looks like you actually attached the .RPS file, not the .RPX file. Can you open the report in Report Designer and save as .RPX? That will get the correct file type.


Reply
Tim Rodman
Posts: 3193
 Tim Rodman
Admin
March 26, 2018 10:54 am
(@timrodman)
Famed Member
Joined: 10 years ago

Thanks @sunwayfan.

I took a look at the report and it seems fine to me. I realized that I can't actually run it because it requires the custom UsrBackOrders field that you mentioned above which I don't have.

Including a screenshot here so others reading this post can have a visual:

Are you getting a value populated in the BackOrder column (based on [SOShipment.UsrBackOrders])? Sometimes custom fields calculate on-the-fly in the screen so they don't actually have data when you query them directly in a report.

If you do get a value in the BackOrder column, I don't see any reason why the formula in your Fill Rate% shouldn't work. Reproducing it here for others reading this post:

=(([SOShipment.ShipmentQty] - [SOShipment.UsrBackOrders])/ [SOShipment.ShipmentQty]) *100

Reply
 sunwayfan
(@sunwayfan)
Joined: 8 years ago

Member
Posts: 58
March 26, 2018 2:00 pm
Reply toTim RodmanTim Rodman

Yes I am getting values in the backorder column. 

The issue is that the Shipped Qty values are not correct.

I compared the shipped qty column with the Shipment Summary report and the values weren't matching.


Reply
 sunwayfan
(@sunwayfan)
Joined: 8 years ago

Member
Posts: 58
March 27, 2018 9:18 am
Reply tosunwayfan
Tim Rodman

Had not included sum( ) for shippedqty field which was showing the difference.


Reply
Tim Rodman
Posts: 3193
 Tim Rodman
Admin
March 29, 2018 9:41 pm
(@timrodman)
Famed Member
Joined: 10 years ago

Ah, yes, that would do it. Without Sum(), you just get the first record, not a sum of all the records.

Congrats on getting it working!


Reply
Forum Jump:
  Previous Topic
Next Topic  
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,526 Topics
  • 10.9 K Posts
  • 22 Online
  • 2,389 Members
Our newest member: Dan Hunting
Latest Post: Generic Inquiry Screenid changes to ScreenId=00000000
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Online Members

  • Julie Baker
Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2025 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.

‹›×

    ‹›×