<?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: Urgent - Creating a listbox by combining unique values from different fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640294#M1089139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Currently, I am loading data from SharePoint which has 1 cell containing 3 values.&lt;/P&gt;&lt;P&gt;Eg: 1 project assigned to 3 person (these 3 person names are given in 1 cell, separated by semicolon)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to filter on each person name, i am using the below code to split it into 3 fields. (for internal use)&lt;/P&gt;&lt;P&gt;But in the search box i need to search my person name only, thats why i need to generate 1 list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know where should I add the code you provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Title&amp;nbsp; ],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Associates Working on&amp;nbsp; ]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[sharepoint list path]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, unicode, embedded labels, table is @4);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=1 to 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab23:&lt;/P&gt;&lt;P&gt;LOAD *, SubField([Associates Working on&amp;nbsp; ],';',$(i)) as fieldname$(i)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident tab ;&lt;/P&gt;&lt;P&gt;next i;&lt;/P&gt;&lt;P&gt;drop table tab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2014 15:24:16 GMT</pubDate>
    <dc:creator>sayadutt</dc:creator>
    <dc:date>2014-05-20T15:24:16Z</dc:date>
    <item>
      <title>Urgent - Creating a listbox by combining unique values from different fields</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640288#M1089133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 3&amp;nbsp; fields - which contain some name of persons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to create a single ListBox which will join these 3 fields and show me the unique values (there may be same values in 2 fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how i can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 14:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640288#M1089133</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-05-20T14:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - Creating a listbox by combining unique values from different fields</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640289#M1089134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must do this in the script ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 14:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640289#M1089134</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-05-20T14:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - Creating a listbox by combining unique values from different fields</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640290#M1089135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please let me know the syntax, i am very new to QV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 15:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640290#M1089135</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-05-20T15:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - Creating a listbox by combining unique values from different fields</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640291#M1089136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Send me your document and tell me the fields you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 15:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640291#M1089136</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-05-20T15:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - Creating a listbox by combining unique values from different fields</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640292#M1089137</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;Give the same name for all three fields.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load fielda as field1 from table1;&lt;/P&gt;&lt;P&gt;Load fieldb as field1 from table2;&lt;/P&gt;&lt;P&gt;Load fieldc as field1 from table3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then reload the file. And use that field1 in listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 15:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640292#M1089137</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-05-20T15:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - Creating a listbox by combining unique values from different fields</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640293#M1089138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;within your load script concatenate all the fields your are looking to see it as a single field. &lt;/P&gt;&lt;P&gt;ex: field1&amp;amp;'-'&amp;amp;field2&amp;amp;'-'&amp;amp;field3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 15:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640293#M1089138</guid>
      <dc:creator />
      <dc:date>2014-05-20T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - Creating a listbox by combining unique values from different fields</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640294#M1089139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Currently, I am loading data from SharePoint which has 1 cell containing 3 values.&lt;/P&gt;&lt;P&gt;Eg: 1 project assigned to 3 person (these 3 person names are given in 1 cell, separated by semicolon)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to filter on each person name, i am using the below code to split it into 3 fields. (for internal use)&lt;/P&gt;&lt;P&gt;But in the search box i need to search my person name only, thats why i need to generate 1 list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know where should I add the code you provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Title&amp;nbsp; ],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Associates Working on&amp;nbsp; ]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[sharepoint list path]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, unicode, embedded labels, table is @4);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=1 to 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab23:&lt;/P&gt;&lt;P&gt;LOAD *, SubField([Associates Working on&amp;nbsp; ],';',$(i)) as fieldname$(i)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident tab ;&lt;/P&gt;&lt;P&gt;next i;&lt;/P&gt;&lt;P&gt;drop table tab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 15:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640294#M1089139</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-05-20T15:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - Creating a listbox by combining unique values from different fields</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640295#M1089140</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 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Currently, I am loading data from SharePoint which has 1 cell containing 3 values.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Eg: 1 project assigned to 3 person (these 3 person names are given in 1 cell, separated by semicolon)&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;In order to filter on each person name, i am using the below code to split it into 3 fields. (for internal use)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But in the search box i need to search my person name only, thats why i need to generate 1 list.&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;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;tab:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Title&amp;nbsp; ],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Associates Working on&amp;nbsp; ]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[sharepoint list path]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(html, unicode, embedded labels, table is @4);&lt;/P&gt;&lt;P&gt;&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;for i=1 to 3&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;Tab23:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *, SubField([Associates Working on&amp;nbsp; ],';',$(i)) as fieldname$(i)&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;Resident tab ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;next i;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table tab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 15:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640295#M1089140</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-05-20T15:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - Creating a listbox by combining unique values from different fields</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640296#M1089141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the 2-parameter version of SubField(). It will split multiple values in a single cell into different rows, each containing a single value, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Tab23:&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NOCONCATENATE&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD Title, SubField([Associates Working on&amp;nbsp; ],';') as [Single Associate Working On]&lt;/P&gt;&lt;P&gt;RESIDENT tab ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You end up with a single field containing all values. Now in the UI, apply whatever count() function you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 15:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Creating-a-listbox-by-combining-unique-values-from/m-p/640296#M1089141</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-05-20T15:50:23Z</dc:date>
    </item>
  </channel>
</rss>

