 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Pulling additional data fields along with the primary field in a DBColumn lookup.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/pulling-additional-data-fields-along-with-the-primary-field-in-a-dbcolumn-lookup/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/pulling-additional-data-fields-along-with-the-primary-field-in-a-dbcolumn-lookup/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 07:06:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: VikramSolanki</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pulling-additional-data-fields-along-with-the-primary-field-in-a-dbcolumn-lookup/#comment-109329</link>
		<dc:creator>VikramSolanki</dc:creator>
		<pubDate>Wed, 18 Jul 2012 15:33:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-109329</guid>
		<description><![CDATA[I agree with the comments from SLikTool.. We have made use of this way to perform dblookup and it works absolutely fine for me.]]></description>
		<content:encoded><![CDATA[<p>I agree with the comments from SLikTool.. We have made use of this way to perform dblookup and it works absolutely fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Featured Member: SlikTool - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pulling-additional-data-fields-along-with-the-primary-field-in-a-dbcolumn-lookup/#comment-89086</link>
		<dc:creator>Featured Member: SlikTool - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 08 Mar 2011 06:40:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-89086</guid>
		<description><![CDATA[[...] Pulling additional data fields along with the primary field in a DBColumn lookup [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Pulling additional data fields along with the primary field in a DBColumn lookup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yodoctor</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pulling-additional-data-fields-along-with-the-primary-field-in-a-dbcolumn-lookup/#comment-88650</link>
		<dc:creator>yodoctor</dc:creator>
		<pubDate>Thu, 24 Feb 2011 14:53:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-88650</guid>
		<description><![CDATA[Thank you both ever so much for the replies....

Any chance you could show a sample Script code including both the @Picklist and @Explode commands in conjunction with the filed assignments?  I&#039;m struggling with piecing it together as a cohesive    

I really appreciate the assistance, and for helping pointing me in the right direction.]]></description>
		<content:encoded><![CDATA[<p>Thank you both ever so much for the replies&#8230;.</p>
<p>Any chance you could show a sample Script code including both the @Picklist and @Explode commands in conjunction with the filed assignments?  I&#8217;m struggling with piecing it together as a cohesive    </p>
<p>I really appreciate the assistance, and for helping pointing me in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stiletto</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pulling-additional-data-fields-along-with-the-primary-field-in-a-dbcolumn-lookup/#comment-88478</link>
		<dc:creator>stiletto</dc:creator>
		<pubDate>Tue, 22 Feb 2011 14:45:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-88478</guid>
		<description><![CDATA[Agreed.  I usually put a hidden column in the view that I use for lookups.  The formula for that column is the data I want separated by &quot;~&quot;.  For example, an entry might look like:
John Doe~5551212~45

Use @Picklist to present the view and get the data in the hidden column.  Then, use @Explode to separate the data back out into an array, and assign the elements to the appropriate field values, like:
FIELD Name := lookup[1]
FIELD Phone:= lookup[2]
etc.]]></description>
		<content:encoded><![CDATA[<p>Agreed.  I usually put a hidden column in the view that I use for lookups.  The formula for that column is the data I want separated by &#8220;~&#8221;.  For example, an entry might look like:<br />
John Doe~5551212~45</p>
<p>Use @Picklist to present the view and get the data in the hidden column.  Then, use @Explode to separate the data back out into an array, and assign the elements to the appropriate field values, like:<br />
FIELD Name := lookup[1]<br />
FIELD Phone:= lookup[2]<br />
etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 310/313 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 07:28:32 -->