Topic Options
#5921 - 05/08/06 03:08 PM GridView
Barb9 Offline
Adagio Prodigy

Registered: 03/06/06
Posts: 273
Loc: Langley
I have a very specific question with regards to creating a GridView report from Order Entry. I would like to know what a filter should specify if I want to, in the column named "Qty Backordered" only see the orders that have quantities greater than zero. The other half of this filter would be the column named "Complete?", I would like to see only the "False"

Thank you.


Top
#5922 - 05/08/06 04:05 PM Re: GridView
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Hello Barb9,

If you want to show information from both the Order Lines (Qty Backordered) and Order Header (Customer Number and name) in the same View, then you need to start by selecting a composite table - in this case Adagio {Composite Tables 8.0A} | OE Ord Detaill w Head.

You'd want to apply the following filter to see the records you need:

code:

AND(
{OELine Qty Backordered} > 0,
{Complete?} = FALSE()
)

You should be able to copy this filter from this post and paste it into the filter box.


Top


Moderator:  Christa_Meissner 
Who's Online
0 registered (), 61 Guests and 2 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14459 Topics
70635 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