Re: [WebDNA] Nested Searches
This WebDNA talk-list message is from 2013
It keeps the original formatting.
numero = 110892
interpreted = N
texte = Also, make sure you're inside the founditems of the second db.On Wed, 27 Nov 2013 08:54:15 +1100 Stuart Tremain
wrote: try this [showif [ASSIGNMENT1]^Properties] some code [/showif] Using contains may prove that you have some white space in your data. On 27 Nov 2013, at 7:41 am, Stephen Braun wrote: > Hi,> I'm still having a problem with my nested searches.> The searches are working and I can display the data from inside of >the inner search.> But I still cannot test for a variable inside of the inner search >using a field name from the second database. > > Database fields are:> SSKU2CR_NAMEFCR_NAMELASSIGNMENT1> > Data is > 5001StephenBraunProperties> > [showif [CR_NAMEL]=Braun] some code [/showif] works fine.> [showif [ASSIGNMENT1]=Properties] some code [/showif] won't >work at all. I am stumped.> > Any ideas?> > Thanks,> sfb> > > > On Nov 18, 2013, at 9:52 PM, Gary Krockover >wrote:> >> Would it also not be wise to [url] the search comparisons in case the >>values>> have funky characters in them?>> >> Also, should the variable [RBN_ASSIGNMENT] be reset on the outer >>search so>> that it doesn't get assigned a variable that is then carried over on >>each>> iterance of the search?>> >> My WebDNA is rusty, so take it for what it's worth:>> >> [search>> db=../signin/data/signin.db&grSSKUdatarq=1&asSTUDENT_NAMELsort=1&asSTUDENT_N>> AMEFsort=2]>> [text show=f]RBN_ASSIGNMENT=nada[/text]>> [founditems]>> [search>> db=recordsbyname.db&geSSKU2datarq=1&eqCR_NAMEFdata=[STUDENT_NAMEF]&eqCR_NAME>> Ldatarq=[STUDENT_NAMEL]]>> [founditems]>> [showif>> [Url][STUDENT_NAMEF][/Url]=[CR_NAMEF]] HERE 1 >> [showif>> [Url][STUDENT_NAMEL][/Url]=[CR_NAMEL]] HERE 2>> Output>> Text: [CR_NAMEF] [CR_NAMEL] [RBN_ASSIGNMENT]
>> [showif>> [Url][RBN_ASSIGNMENT][/Url]=Makeup] >> >> HERE 3>> [/showif] >> [/showif] >> [/showif]>> [/founditems][/search]>> [/founditems][/search]>> >> -----Original Message----->> From: Terry Nair [mailto:terrynair@prism4u.com] >> Sent: Monday, November 18, 2013 4:05 PM>> To: talk@webdna.us>> Subject: RE: [WebDNA] Nested Searches>> >> There is a "&" missing where ^^^ is shown ....>> db=recordsbyname.db&geSSKU2data=1 ^^^ eqCR_NAMEFdata>> >> -----Original Message----->> From: Stephen Braun [mailto:sbraun1@twcny.rr.com]>> Sent: Tuesday, November 19, 2013 05:45>> To: talk@webdna.us>> Subject: [WebDNA] Nested Searches>> >> Hi everyone.>> I had nested searches that worked fine for several years, and now >>they have>> stopped.>> >> The outside search finds [STUDENT_NAMEF] & [STUDENT_NAMEL] The >>inside>> search finds [CR_NAMEF] & [CR_NAMEL] These variables are compared >>both in>> the search, and with the [showif] commands.>> Everything works fine to a point....>> I get the text HERE 1 and HERE 2 and the line of variables labeled >>Output>> Text.>> I never get the results 'HERE 3', although [RBN_ASSIGNMENT] is shown >>to be>> the word Makeup several times in the Output Text The [RBN_ASSIGNMENT]>> variable is in the inside search.>> >> I've been at this for a few hours, and I can't see why it's not >>giving me>> HERE 3 when the text Makeup is found. >> Any ideas would be greatly appreciated.>> Thank you,>> sfb>> >> >> >> >> [search>> db=../signin/data/signin.db&grSSKUdata=1&asSTUDENT_NAMELsort=1&asSTUDENT_NAM>> EFsort=2][founditems]>> [search>> db=recordsbyname.db&geSSKU2data=1eqCR_NAMEFdata=[STUDENT_NAMEF]&eqCR_NAMELda>> tarq=[STUDENT_NAMEL]][founditems]>> [showif [STUDENT_NAMEF]=[CR_NAMEF]] HERE 1 >> [showif>> [STUDENT_NAMEL]=[CR_NAMEL]] HERE 2>> Output>> Text: [CR_NAMEF] [CR_NAMEL] [RBN_ASSIGNMENT]
>> [showif>> [RBN_ASSIGNMENT]=Makeup] >> >> HERE 3>> [/showif] >> [/showif] >> [/showif] >> [/founditems][/search]>> [/founditems][/search]------------------------------------------------------>> >> >> --------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list .>> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us>> Bug Reporting: support@webdna.us> > ---------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us> Bug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
Associated Messages, from the most recent to the oldest:
Also, make sure you're inside the founditems of the second db.On Wed, 27 Nov 2013 08:54:15 +1100 Stuart Tremain wrote: try this [showif [ASSIGNMENT1]^Properties] some code [/showif] Using contains may prove that you have some white space in your data. On 27 Nov 2013, at 7:41 am, Stephen Braun wrote: > Hi,> I'm still having a problem with my nested searches.> The searches are working and I can display the data from inside of >the inner search.> But I still cannot test for a variable inside of the inner search >using a field name from the second database. > > Database fields are:> SSKU2CR_NAMEFCR_NAMELASSIGNMENT1> > Data is > 5001StephenBraunProperties> > [showif [CR_NAMEL]=Braun] some code [/showif] works fine.> [showif [ASSIGNMENT1]=Properties] some code [/showif] won't >work at all. I am stumped.> > Any ideas?> > Thanks,> sfb> > > > On Nov 18, 2013, at 9:52 PM, Gary Krockover >wrote:> >> Would it also not be wise to [url] the search comparisons in case the >>values>> have funky characters in them?>> >> Also, should the variable [RBN_ASSIGNMENT] be reset on the outer >>search so>> that it doesn't get assigned a variable that is then carried over on >>each>> iterance of the search?>> >> My WebDNA is rusty, so take it for what it's worth:>> >> [search>> db=../signin/data/signin.db&grSSKUdatarq=1&asSTUDENT_NAMELsort=1&asSTUDENT_N>> AMEFsort=2]>> [text show=f]RBN_ASSIGNMENT=nada[/text]>> [founditems]>> [search>> db=recordsbyname.db&geSSKU2datarq=1&eqCR_NAMEFdata=[STUDENT_NAMEF]&eqCR_NAME>> Ldatarq=[STUDENT_NAMEL]]>> [founditems]>> [showif>> [url][STUDENT_NAMEF][/Url]=[CR_NAMEF]] HERE 1 >> [showif>> [url][STUDENT_NAMEL][/Url]=[CR_NAMEL]] HERE 2>> Output>> Text: [CR_NAMEF] [CR_NAMEL] [RBN_ASSIGNMENT]
>> [showif>> [url][RBN_ASSIGNMENT][/Url]=Makeup] >> >> HERE 3>> [/showif] >> [/showif] >> [/showif]>> [/founditems][/search]>> [/founditems][/search]>> >> -----Original Message----->> From: Terry Nair [mailto:terrynair@prism4u.com] >> Sent: Monday, November 18, 2013 4:05 PM>> To: talk@webdna.us>> Subject: RE: [WebDNA] Nested Searches>> >> There is a "&" missing where ^^^ is shown ....>> db=recordsbyname.db&geSSKU2data=1 ^^^ eqCR_NAMEFdata>> >> -----Original Message----->> From: Stephen Braun [mailto:sbraun1@twcny.rr.com]>> Sent: Tuesday, November 19, 2013 05:45>> To: talk@webdna.us>> Subject: [WebDNA] Nested Searches>> >> Hi everyone.>> I had nested searches that worked fine for several years, and now >>they have>> stopped.>> >> The outside search finds [STUDENT_NAMEF] & [STUDENT_NAMEL] The >>inside>> search finds [CR_NAMEF] & [CR_NAMEL] These variables are compared >>both in>> the search, and with the [showif] commands.>> Everything works fine to a point....>> I get the text HERE 1 and HERE 2 and the line of variables labeled >>Output>> Text.>> I never get the results 'HERE 3', although [RBN_ASSIGNMENT] is shown >>to be>> the word Makeup several times in the Output Text The [RBN_ASSIGNMENT]>> variable is in the inside search.>> >> I've been at this for a few hours, and I can't see why it's not >>giving me>> HERE 3 when the text Makeup is found. >> Any ideas would be greatly appreciated.>> Thank you,>> sfb>> >> >> >> >> [search>> db=../signin/data/signin.db&grSSKUdata=1&asSTUDENT_NAMELsort=1&asSTUDENT_NAM>> EFsort=2][founditems]>> [search>> db=recordsbyname.db&geSSKU2data=1eqCR_NAMEFdata=[STUDENT_NAMEF]&eqCR_NAMELda>> tarq=[STUDENT_NAMEL]][founditems]>> [showif [STUDENT_NAMEF]=[CR_NAMEF]] HERE 1 >> [showif>> [STUDENT_NAMEL]=[CR_NAMEL]] HERE 2>> Output>> Text: [CR_NAMEF] [CR_NAMEL] [RBN_ASSIGNMENT]
>> [showif>> [RBN_ASSIGNMENT]=Makeup] >> >> HERE 3>> [/showif] >> [/showif] >> [/showif] >> [/founditems][/search]>> [/founditems][/search]------------------------------------------------------>> >> >> --------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list .>> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us>> Bug Reporting: support@webdna.us> > ---------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us> Bug Reporting: support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
"Terry Wilson"
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:
[WebDNA] Admin Login Required to Serve any TPL Page (2009)
Taxable Shipping (2003)
I've been thinking (2002)
WebCat2 beta 11 - new prefs ... (1997)
Serving .wml pages to WAP via webcat (2000)
Textarea Breaks (2000)
How To question on setting up downloads (1997)
frames & carts (1997)
week # as date (2001)
New Guy (2000)
minimalist shopping cart. (1997)
Help name our technology! (1997)
multi-paragraph fields (1997)
Text data with spaces in them... (1997)
RE: Clearing orders and database help! (1997)
(2000)
Alternating colors (1997)
Creating main- and sub-category search (1997)
Practice runs ? (1997)
Show next 2 examples that work (1997)