![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Why can't i do an exact match with filemaker pro 8.0. I know with 7.0 you can use == and later versions it went to " *** ". Am I missing something? |
#3
| |||
| |||
|
|
Why can't i do an exact match with filemaker pro 8.0. I know with 7.0 you can use == and later versions it went to " *** ". Am I missing something? |
#4
| |||
| |||
|
|
On 03/07/2007 18:01:27 joelabdul (AT) yahoo (DOT) com wrote: Why can't i do an exact match with filemaker pro 8.0. I know with 7.0 you can use == and later versions it went to " *** ". Am I missing something? Exact match has been the same for as long as I can remember: two equals signs (==), as described in Help (both 6 and 8.5). |
#5
| |||
| |||
|
|
In article <371911.WIMNU... (AT) news (DOT) verizon.net>, Matt Wills I... (AT) witz (DOT) end> wrote: On 03/07/2007 18:01:27 joelab... (AT) yahoo (DOT) com wrote: Why can't i do anexactmatch with filemaker pro 8.0. I know with 7.0 you can use == and later versions it went to " *** ". Am I missing something? Exactmatch has been the same for as long as I can remember: two equals signs (==), as described in Help (both 6 and 8.5). Opps! You're right, even in FileMaker 4 and 5. The single "=" finds words, while the double "==" finds phrases (multiple words). Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#6
| |||
| |||
|
|
On Mar 7, 10:08 pm, Helpful Harry <helpful_ha... (AT) nom (DOT) de.plume.com wrote: In article <371911.WIMNU... (AT) news (DOT) verizon.net>, Matt Wills I... (AT) witz (DOT) end> wrote: On 03/07/2007 18:01:27 joelab... (AT) yahoo (DOT) com wrote: Why can't i do anexactmatch with filemaker pro 8.0. I know with 7.0 you can use == and later versions it went to " *** ". Am I missing something? Exactmatch has been the same for as long as I can remember: two equals signs (==), as described in Help (both 6 and 8.5). Opps! You're right, even in FileMaker 4 and 5. The single "=" finds words, while the double "==" finds phrases (multiple words). Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) The actual problem is I'm trying to search for a single word in a cell with two words. For example I want "Troy" not "So. Troy". ==Troy does not work and "Troy" does not work. How's does Happy Harry Handle my Horribly simplistic harrassing problem. |
#7
| |||
| |||
|
|
Let me see, you want all the records that has a field in which ONLY the word Troy stands and NO other words. COMPLETELY UNTESTED! Say your field is: MyField Create a global field: MySearch Create a calc: cMySearch in the calc you have If ( patterncount ( Myfield ; Mysearch ) = 1 AND ( length ( MyField ) = Length ( MySearch ) ) ; 1 ; 0 ) Now when you search for a 1 you will find what you need. |
|
joelabdul (AT) yahoo (DOT) com> schreef in bericht news:1173347184.596252.240590 (AT) t69g2000cwt (DOT) googlegroups.com... On Mar 7, 10:08 pm, Helpful Harry <helpful_ha... (AT) nom (DOT) de.plume.com> wrote: In article <371911.WIMNU... (AT) news (DOT) verizon.net>, Matt Wills I... (AT) witz (DOT) end> wrote: On 03/07/2007 18:01:27 joelab... (AT) yahoo (DOT) com wrote: Why can't i do anexactmatch with filemaker pro 8.0. I know with 7.0 you can use == and later versions it went to " *** ". Am I missing something? Exactmatch has been the same for as long as I can remember: two equals signs (==), as described in Help (both 6 and 8.5). Opps! You're right, even in FileMaker 4 and 5. The single "=" finds words, while the double "==" finds phrases (multiple words). Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) The actual problem is I'm trying to search for a single word in a cell with two words. For example I want "Troy" not "So. Troy". ==Troy does not work and "Troy" does not work. How's does Happy Harry Handle my Horribly simplistic harrassing problem. |
![]() |
| Thread Tools | |
| Display Modes | |
| |