<?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 merge 2 fields to create a list object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794765#M1045535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap ('SupplierMap', StockSupplier, 'unknown') &amp;amp; StockSupplier as Supplier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2014 10:30:31 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2014-11-21T10:30:31Z</dc:date>
    <item>
      <title>How do I merge 2 fields to create a list object</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794762#M1045531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 fields in a table that I want to merge together so that it can be used as a list object.&lt;/P&gt;&lt;P&gt;I know how to do this with dates i.e. month &amp;amp; year but I cannot get it to work with the fields below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following in my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap ('SupplierMap', StockSupplier, 'unknown') as SupplierName,&lt;/P&gt;&lt;P&gt;StockSupplier as SupplierCode,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to merge SupplierName and SupplierCode as Supplier so I can select this as a list object meaning I can make multiple selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794762#M1045531</guid>
      <dc:creator />
      <dc:date>2014-11-21T10:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge 2 fields to create a list object</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794763#M1045532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ApplyMap('SupplierMap', StockSupplier, 'unknown') &amp;amp; StockSupplier as Supplier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794763#M1045532</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-11-21T10:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge 2 fields to create a list object</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794764#M1045534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Below is the Expression&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=ValueList($(=concat({1} distinct chr(39) &amp;amp; Col1 &amp;amp; Chr(39),',')),$(=concat({1} distinct chr(39) &amp;amp; Col2 &amp;amp; Chr(39),',')),$(=concat({1} distinct chr(39) &amp;amp; Col3 &amp;amp; Chr(39),',')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Col1,Col2,Col3 are column names&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794764#M1045534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-21T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge 2 fields to create a list object</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794765#M1045535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap ('SupplierMap', StockSupplier, 'unknown') &amp;amp; StockSupplier as Supplier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794765#M1045535</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-11-21T10:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge 2 fields to create a list object</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794766#M1045536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do it in the list box properties. By calculating as expression instead of taking a direct column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression = suppliercode&amp;amp;' '&amp;amp;Supplerdescription.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794766#M1045536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-21T10:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge 2 fields to create a list object</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794767#M1045538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this has kind of given me what I want but it has broken the rest of the charts in the process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 11:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794767#M1045538</guid>
      <dc:creator />
      <dc:date>2014-11-21T11:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge 2 fields to create a list object</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794768#M1045540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has worked a treat, thanks. Just need to tidy up the data a bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 11:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-2-fields-to-create-a-list-object/m-p/794768#M1045540</guid>
      <dc:creator />
      <dc:date>2014-11-21T11:17:39Z</dc:date>
    </item>
  </channel>
</rss>

