Topic Options
#36636 - 04/18/13 11:29 AM Removing a Report Group from Gridview Filter
LanceBakker Offline
Adagio Enthusiast

Registered: 01/10/13
Posts: 25
Loc: Trenton, Ontario
I have a list I have compiled of items that we want to put on clearance. However it is pulling in the items that are already in our clearance report group. How can I remove all the items that have CLR as the report group from the Gridview?

This is the current code:

OR(
FIND ("P", {Picking Seq},1) > 0,
FIND ("Q", {Picking Seq},1) > 0,
FIND ("T", {Picking Seq},1) > 0,
FIND ("Z", {Picking Seq},1) > 0,
FIND ("CLR", {Comments 2},1) > 0,

AND(
{Qty On Hand} > 0,
{Qty on PO} = 0,
{Last Rcpt Date} < DATE(2011,04,01),
FIND ("TDL", {Comments 2},1) = 0
))


Thanks,
Lance
_________________________
Lance Tennier
TDL Canada

Top
#36638 - 04/18/13 11:56 AM Re: Removing a Report Group from Gridview Filter [Re: LanceBakker]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Add:

AND(
TRIM({Report Group})<>"CLR",
{Qty On Hand} > 0,
{Qty on PO} = 0,

to the AND() section.
_________________________
Andrew Bates

Top


Moderator:  Christa_Meissner 
Who's Online
0 registered (), 45 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