<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I create a string of information from a single field? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-string-of-information-from-a-single-field/m-p/813383#M661296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;concat()&lt;/STRONG&gt; function.&amp;nbsp; In the script:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concat(distinct Category, ', ') as Categories&lt;/P&gt;&lt;P&gt;FROM (or RESIDENT...&lt;/P&gt;&lt;P&gt;GROUP BY Product;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 17:43:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-16T17:43:41Z</dc:date>
    <item>
      <title>How do I create a string of information from a single field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-string-of-information-from-a-single-field/m-p/813382#M661295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have individual products that have separate entries in our database for each Category the product is in: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Category&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a single entry for this information in a chart I'm building that just separates each Category by a comma. Something more like below. Preferably this would be built in the script so it loads in as it's own field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Categories&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1,2,3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1,5,10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 17:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-string-of-information-from-a-single-field/m-p/813382#M661295</guid>
      <dc:creator />
      <dc:date>2015-03-16T17:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a string of information from a single field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-string-of-information-from-a-single-field/m-p/813383#M661296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;concat()&lt;/STRONG&gt; function.&amp;nbsp; In the script:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concat(distinct Category, ', ') as Categories&lt;/P&gt;&lt;P&gt;FROM (or RESIDENT...&lt;/P&gt;&lt;P&gt;GROUP BY Product;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 17:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-string-of-information-from-a-single-field/m-p/813383#M661296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-16T17:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a string of information from a single field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-string-of-information-from-a-single-field/m-p/813384#M661297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the chart with Product as Dimension use&lt;/P&gt;&lt;P&gt;Concat(DISTINCT Category,',')&lt;/P&gt;&lt;P&gt;As expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 17:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-string-of-information-from-a-single-field/m-p/813384#M661297</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-03-16T17:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a string of information from a single field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-string-of-information-from-a-single-field/m-p/813385#M661298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;s2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Product, Categories&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A, "1,2,3"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;B, "1,5,10"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;f2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load Product, SubField(Categories, ',') as Category&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident s2;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 17:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-string-of-information-from-a-single-field/m-p/813385#M661298</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-16T17:49:12Z</dc:date>
    </item>
  </channel>
</rss>

