Page 2 of 2 < 1 2
Topic Options
#27634 - 06/13/11 12:20 PM Re: Gridview - Setting Filter [Re: Barb9]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
If you use my Workspace, you can Shift-click the range of item numbers you want, then ctrl-click to de-select the items you want excluded.
_________________________
Andrew Bates

Top
#27635 - 06/13/11 12:36 PM Re: Gridview - Setting Filter [Re: Bruce Gardner]
Barb9 Offline
Adagio Prodigy

Registered: 03/06/06
Posts: 273
Loc: Langley
Yes, from 150822205 to 150842962 I do not want it on the list.

If I use QUERYSTRING I cannot get any item list out only when I use the other way (might be because it all start with #150).

I tried the TRIM function still it does not read the "<>" setting.

Thanks.

Top
#27636 - 06/13/11 01:39 PM Re: Gridview - Setting Filter [Re: Barb9]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Hi Barb,

I don't know what you mean by "it does not read the <> setting".

Try copying this into your filter:
Code:
AND(
    TRIM({Item #}) >= QUERYSTRING("Enter Starting Item Code","xxx"),
    TRIM({Item #}) <= QUERYSTRING("Enter Ending Item Code","xxx"),
    NOT(AND(TRIM({Item #})>="150822205",TRIM({Item #})<="150842962"))
   )


Just highlight it directly from the forum post and ctrl-c copy it, then ctrl-v paste it into the Filter formula box.
_________________________
Andrew Bates

Top
#27650 - 06/14/11 08:29 AM Re: Gridview - Setting Filter [Re: Retired_Guy]
Barb9 Offline
Adagio Prodigy

Registered: 03/06/06
Posts: 273
Loc: Langley
Yeah...this time it works.

Thanks.

Top
Page 2 of 2 < 1 2


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