Re: [WebDNA] Filtering exact numbers
This WebDNA talk-list message is from 2008
It keeps the original formatting.
numero = 101334
interpreted = N
texte = To expand on Donovan's point here...Given your code, [TheManufacturers] will end up with a space-delimited listing of [ManSerialNumber] values, which is good as long as you are guaranteed that [ManSerialNumber] will never contain a space character (if the values may contain spaces, a different delimiter should be used).In your last line, if you force space characters around [TheManufacturers] and [Manufacturer], then you should get what you're looking for:[showif [url] [TheManufacturers] [/url]^[url] [Manufacturer] [/url]]For example, given the manufacturer values "1234", "52345" and "2345", your "TheManufacturers" value would be "1234 52345 2345"If Manufacturer is set to "2345", your showif would evaluate to (%20 being a url'ed space character):[showif %201234%2052345%202345%20^%202345%20]which would evaluate to TRUE.If Manufacturer is set to "234", your showif would evaluate to:[showif %201234%2052345%202345%20^%20234%20]which would evaluate to FALSE. Even though the string contains "234" as portions of manufacturer values, adding the delimiters makes the test essentially check for whole words.This is a common technique I use in my code, as it is considerably faster than using listwords and checking each value independantly.Brian FriesBrainScan SoftwareOn Nov 3, 2008, at 11:18 AM, Donovan Brooke wrote:> Suzanne Swift wrote:>>> Here's the exact code...>> [search db=../ >> vl_binderloc.db&eqClientIDdatarq=[_ClientID]&ClientIDtype=num]>> [text]TheManufacturers=[/text]>> [founditems]>> [text]TheManufacturers=[TheManufacturers][ManSerialNumber] [/text]>> [/founditems]>> [/search]>> [search db=../reps_per_state.db&eqStatedatarq=[url][TheState][/ >> url]&eqStateRegiondatarq=[url][TheStateRegion][/ >> url]&neRepIDdatarq=[blank]]>> [founditems]>> [showif [repID]![Manufacturer]]>> [showif [url][TheManufacturers][/url]^[url][Manufacturer][/url]]>>> So now that I'm on my lunch break.. :-) I'm reading further..>> I think you can do a more simple fix here by simply adding> in a space after your second comparison value.>> [showif [url][TheManufacturers][/url]^[url][Manufacturer] [/url]]>> .........................................................^ <--space > there>> since your first list is being deliminated by a space, this small> change *should* ensure that you match exact serialnumbers.>> Donovan>>>>>>> -- > Donovan D. Brooke PH/FAX: 1 (608) 291-2024> ----------------------------------------------> VP> WebDNA Software Corporation> 16192 Coastal Highway> Lewes, DE 19958
Associated Messages, from the most recent to the oldest:
To expand on Donovan's point here...Given your code, [TheManufacturers] will end up with a space-delimited listing of [ManSerialNumber] values, which is good as long as you are guaranteed that [ManSerialNumber] will never contain a space character (if the values may contain spaces, a different delimiter should be used).In your last line, if you force space characters around [TheManufacturers] and [Manufacturer], then you should get what you're looking for:[showif
[url] [TheManufacturers] [/url]^
[url] [Manufacturer] [/url]]For example, given the manufacturer values "1234", "52345" and "2345", your "TheManufacturers" value would be "1234 52345 2345"If Manufacturer is set to "2345", your showif would evaluate to (%20 being a url'ed space character):[showif %201234%2052345%202345%20^%202345%20]which would evaluate to TRUE.If Manufacturer is set to "234", your showif would evaluate to:[showif %201234%2052345%202345%20^%20234%20]which would evaluate to FALSE. Even though the string contains "234" as portions of manufacturer values, adding the delimiters makes the test essentially check for whole words.This is a common technique I use in my code, as it is considerably faster than using listwords and checking each value independantly.Brian FriesBrainScan SoftwareOn Nov 3, 2008, at 11:18 AM, Donovan Brooke wrote:> Suzanne Swift wrote:>>> Here's the exact code...>> [search db=../ >> vl_binderloc.db&eqClientIDdatarq=[_ClientID]&ClientIDtype=num]>>
[text]TheManufacturers=[/text]>>
[founditems]>>
[text]TheManufacturers=[TheManufacturers][ManSerialNumber] [/text]>> [/founditems]>> [/search]>> [search db=../reps_per_state.db&eqStatedatarq=
[url][TheState][/ >> url]&eqStateRegiondatarq=
[url][TheStateRegion][/ >> url]&neRepIDdatarq=[blank]]>>
[founditems]>> [showif [repID]![Manufacturer]]>> [showif
[url][TheManufacturers][/url]^
[url][Manufacturer][/url]]>>> So now that I'm on my lunch break.. :-) I'm reading further..>> I think you can do a more simple fix here by simply adding> in a space after your second comparison value.>> [showif
[url][TheManufacturers][/url]^
[url][Manufacturer] [/url]]>> .........................................................^ <--space > there>> since your first list is being deliminated by a space, this small> change *should* ensure that you match exact serialnumbers.>> Donovan>>>>>>> -- > Donovan D. Brooke PH/FAX: 1 (608) 291-2024> ----------------------------------------------> VP> WebDNA Software Corporation> 16192 Coastal Highway> Lewes, DE 19958
Brian Fries
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
New Plug-in and Type 11 errors (1997)
Next X hits (1996)
[WebDNA] Trying to search for two values within one criteria... (2016)
F3 crashing server (1997)
Username for Admin Group (1997)
Setting Cart value (2000)
[OT] authenticate with email server (2004)
Cannot get subtotal to work (1997)
[TaxableTotal] - not working with AOL and IE (1997)
WC hosting services required (1998)
Adding Multiple Items (1999)
Not really WebCat (1997)
[WebDNA] Hmmm ... (2008)
Request for improvement... (2002)
WebCAT MacOS9 --> OSX (2003)
Separate SSL Server (1997)
customer.db and forms (1999)
Where is f2? (1997)
Using Plug-In while running 1.6.1 (1997)
Help name our technology! (1997)