<?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: Several fields in same list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357829#M574561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, not really. I think it'll be easier to try and sort out to get the data needed for one listbox into one field.. or use several listboxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2012 15:31:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-18T15:31:52Z</dc:date>
    <item>
      <title>Several fields in same list box</title>
      <link>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357828#M574560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For complicated reasons I had to load some data into my document in three seperately named fields.&amp;nbsp; I would like to include the values from all 3 of these fields in the same listbox.&amp;nbsp; Is that possible and how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 15:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357828#M574560</guid>
      <dc:creator />
      <dc:date>2012-06-18T15:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Several fields in same list box</title>
      <link>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357829#M574561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, not really. I think it'll be easier to try and sort out to get the data needed for one listbox into one field.. or use several listboxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 15:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357829#M574561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-18T15:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Several fields in same list box</title>
      <link>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357830#M574562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know how I would concatenate those tables?&amp;nbsp; I have 3 separate tables each with its own field that I'd like to concatenate. Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;load field1&lt;/P&gt;&lt;P&gt;FROM...&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;load field2&lt;/P&gt;&lt;P&gt;FROM...&lt;/P&gt;&lt;P&gt;Table 3:&lt;/P&gt;&lt;P&gt;load field3&lt;/P&gt;&lt;P&gt;FROM...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 15:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357830#M574562</guid>
      <dc:creator />
      <dc:date>2012-06-18T15:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Several fields in same list box</title>
      <link>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357831#M574563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you be more specific in your problem? There are several ways to concatenate tables. Not sure what you really want. Hi Johannes!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xue Bin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 03:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357831#M574563</guid>
      <dc:creator />
      <dc:date>2012-06-19T03:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Several fields in same list box</title>
      <link>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357832#M574564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you use like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load field1 as com_field,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'A' as type&lt;/P&gt;&lt;P&gt;from filepath;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load field2 as com_field,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'B' as type&lt;/P&gt;&lt;P&gt;from filepath;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load field3 as com_field,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'C' as type&lt;/P&gt;&lt;P&gt;from filepath;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;com_field have all your fields using type you can identify which field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 04:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357832#M574564</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-06-19T04:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Several fields in same list box</title>
      <link>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357833#M574565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can select a value from three different fields in a single list box. Create a list box and in the properties, instead of choosing a field name, choose &amp;lt;expression&amp;gt;. Then, in the expression dialog box, try this:&amp;nbsp;&amp;nbsp;&amp;nbsp; ='my field1=' &amp;amp; MYFIELD1 &amp;amp; ' my field2=' &amp;amp; MYFIELD2 &amp;amp; ' my field3=' &amp;amp; MYFIELD3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; then click OK. You will then have a list box that shows all of the combinations of the three field values that occur in the data. A single click on the values shown in the list box selects the corresponding value from each of the three fields at once.&amp;nbsp; You should put a meaningful title into the listbox and, if needed, adjust the list box sort to sort on one of the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 18:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-fields-in-same-list-box/m-p/357833#M574565</guid>
      <dc:creator />
      <dc:date>2012-06-19T18:45:23Z</dc:date>
    </item>
  </channel>
</rss>

