Topic Options
#54913 - 09/11/17 11:19 AM Gridview Formula Help Please
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
I built a gridview using the PO Details table. It has a column for the Item #, Order #, Qty Ordered, Qty Received and Qty Backordered. I would like to filter it down to show only the items that are CURRENTLY still on back order.

The problem is that the Qty Backordered column still shows a quantity on items that DO NOT CURRENTLY have any outstanding back orders. For example, an item we ordered QTY 1000 was received on 2 separate receipts for QTY 500 each. Now this item shows up on my Gridview twice and reports the Qty Backordered as 500 both times. So how do I filter this view to not show this item since it is already completely received?
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top
#54915 - 09/11/17 11:28 AM Re: Gridview Formula Help Please [Re: SusanTennier]
Steve Schwartz Offline
Adagio God

Registered: 03/10/02
Posts: 4511
Loc: Wynnewood, PA
I don't know if this is the ONLY thing that will solve your problem, but you definitely need to add to your filter {Doc Type} = "1". Without that you will be getting Receipts and Adjustments and all you want is PO's.

Steve

Top
#54918 - 09/11/17 11:37 AM Re: Gridview Formula Help Please [Re: Steve Schwartz]
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
Is document type 1 = PO? What is document type 2? and 3? and so on?
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top
#54919 - 09/11/17 11:43 AM Re: Gridview Formula Help Please [Re: SusanTennier]
Softrak Support Offline

Adagio Action Team

Registered: 03/09/99
Posts: 11549
Loc: Vancouver, BC Canada
Hi Susan,

1=PO. 2=Receipt. 4=Invoice/Adjustment. These are the important ones.
3=Return, which is legacy and Adagio PurchaseOrders does not use.

If you are ever interested in what Document Type values are, in GridView when a Doc Type field is included in a view, you can right-click on column title and choose Field Properties. If a 'lookup table' has been created for this field, then the list of possible values and what they mean will be displayed here. Also, these lookup values are automatically used in your inquiry if you enable the option to 'Translate coded fields' in the View Definition. So the column would show 'PO' instead of simply '1'.
_________________________
Regards,
Softrak Tech Support

Top
#54923 - 09/11/17 01:29 PM Re: Gridview Formula Help Please [Re: Softrak Support]
SusanTennier Offline
Adagio Maestro

Registered: 02/22/08
Posts: 1247
Loc: Ontario, Canada
Thanks it's working now.

AND(
{Doc Type Det} = "1",
{Qty Ordered} > 0,
{Qty Backordered} > 0,
{Complete?} = 0,
{Expected Date} < TODAY()
)

My team will test it out and let me know if there are any issues.
_________________________
Susan Tennier
TDL Canada
Trenton, Ontario

Top


Moderator:  Christa_Meissner 
Who's Online
0 registered (), 103 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14467 Topics
70660 Posts

Max Online: 432 @ 01/20/25 10:17 PM
April
Su M Tu W Th F Sa
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30