WOW LB you are amazing!!!
I had these three in detailed section : QtyOrder | Qty To Commit | My_Qty
And For QtyOrder, It's PacklistHDR.Quantity
While for My_Qty(@backorder), I was using, {ORDERHDR.QTYORDER}-{ORDERHDR.QTYTOTCOMMIT}
As soon as I changed My_Qty(@backorder) to...
Thank you for your response LB! I really appreciate that you took time to answer my question.
I've tried all other fields that is associated with qty, ex Qty To Pick, QtyCommit, TotQty.
But they seem to generate the same 'Sum' result.
I've loosing hope but I don't want to give up!
Thank you for the quick response!
All I've been doing is creating a formula {ORDERHDR.QTYORDER}-{ORDERHDR.QTYTOTCOMMIT} under Formula Fields as BackOrder.
And place it directly to the detail section.
I don't think I know how to do a sum Summary of @backorder.. (I'm new to Crystal Report.. )...
Thanks for the reply Ian.
My actual values are the followings:
QtyOrder | Qty To Commit | My_Qty (=@BackOrder is {ORDERHDR.QTYORDER}-{ORDERHDR.QTYTOTCOMMIT} )
5 | 1 | 4
10 | 8 | 2
3 | 2 | 1
My current issue is that...
Hi, SkipVought.
"{Table.1st_Qty}-{Table.2nd_qty}"
meant 5-0
or 6-0
Table.1st_Qty is 5 & Table.2nd_qty is 0.
whichever value that order is associated with.
Basically My_Qty_1 is {Table.1st_Qty}-{Table.2nd_qty}
And My_Qty_2 is {Table.1st_Qty}-{Table.2nd_qty}
The problem I'm...
Hi, I'm in the desperate need of help of experts like you guys.
On Crystal Report, I want to show My_Qty, which is {Table.1st_Qty}-{Table.2nd_qty}, for each item.
My desired outcome is
Item 1 5 0 5(My_Qty_1)
Item 2 6 0 6(My_Qty_2)
But my current CR shows
Item 1 5 0 11
Item 2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.