Topic Options
#5403 - 11/25/05 03:05 PM gridview filters
Anonymous
Unregistered


I have created a new 'view' to list our inventory, total sold last year and current stock. Now I'm trying to add a filter so that I can show all items starting with EEZ but it's not working. I went into the filter screen - choose field {item #}and now I'm stuck.

I thought it should be something like:
{Item #}=(EEZ)

Are you able to help?

Thanks
Diane


Top
#5404 - 11/25/05 03:08 PM Re: gridview filters
Michael Mulrooney Offline
Adagio Virtuoso

Registered: 02/07/02
Posts: 839
Loc: Vancouver, BC
Try:
Left({Item #},3)= "EEZ"

Top
#5405 - 11/25/05 03:59 PM Re: gridview filters
Anonymous
Unregistered


Thanks Micheal, but still not working. Now at least I can verify OK, but when I toggle, it closes all information. So I get all or nothing.

Diane


Top
#5406 - 11/25/05 04:14 PM Re: gridview filters
Softrak Support Offline

Adagio Action Team

Registered: 03/09/99
Posts: 11616
Loc: Vancouver, BC Canada
Hi Diane,

It may be that the number of characters used for your item number codes are such that the first 3 characters stored in the database are not EEZ but perhaps spaces.

Try using the Trim function to remove any leading or trailing spaces, something like this:

Left(Trim({Item #}),3)= "EEZ"


Top
#5407 - 11/25/05 05:39 PM Re: gridview filters
Anonymous
Unregistered


Great! It's working! Thanks for your help

Top


Moderator:  Christa_Meissner 
Who's Online
0 registered (), 54 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1872 Members
5 Forums
14527 Topics
70937 Posts

Max Online: 432 @ 01/20/25 10:17 PM
August
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
31