<?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 Show 2 Fields in 1 List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173313#M42537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my source file ...&lt;/P&gt;&lt;P&gt;country1 country2&lt;/P&gt;&lt;P&gt;ind china&lt;/P&gt;&lt;P&gt;aus US&lt;/P&gt;&lt;P&gt;eng jap&lt;/P&gt;&lt;P&gt;Having country1 and country2 as fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type the following code in edit script&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOAD&lt;/B&gt; country1 &lt;B&gt;as&lt;/B&gt; con&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOAD&lt;/B&gt;&lt;/P&gt;&lt;P&gt;country2 &lt;B&gt;as&lt;/B&gt; con&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we are loading each field with alias name....&lt;/P&gt;&lt;P&gt;After reloading the script.... Go to sheet objects... listbox... then in fields -con.&lt;/P&gt;&lt;P&gt;You will get the following list box&lt;/P&gt;&lt;P&gt;con&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;ind&lt;/P&gt;&lt;P&gt;aus&lt;/P&gt;&lt;P&gt;eng&lt;/P&gt;&lt;P&gt;china&lt;/P&gt;&lt;P&gt;US&lt;/P&gt;&lt;P&gt;jap&lt;/P&gt;&lt;P&gt;I hope you ll understand now... reply if this works....&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;bharathe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jun 2010 12:21:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-02T12:21:35Z</dc:date>
    <item>
      <title>Show 2 Fields in 1 List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173308#M42532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 fields which are both lists of countries. I want to show both the lists in 1 list box. There is overlap between the 2 lists so that I will not want duplicates to be shown.&lt;/P&gt;&lt;P&gt;Is it possible to show 2 lists in 1 list box?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 09:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173308#M42532</guid>
      <dc:creator />
      <dc:date>2010-06-02T09:23:12Z</dc:date>
    </item>
    <item>
      <title>Show 2 Fields in 1 List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173309#M42533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you want 2 lists to be one list??&lt;/P&gt;&lt;P&gt;In the load you should already combine these two ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 09:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173309#M42533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-02T09:26:53Z</dc:date>
    </item>
    <item>
      <title>Show 2 Fields in 1 List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173310#M42534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AndyMercer,&lt;/P&gt;&lt;P&gt;While loading load one field in first time, then second field in again.&lt;/P&gt;&lt;P&gt;let country1 and country2 are the two fields ina same table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;country1 &lt;B&gt;as&lt;/B&gt; &lt;P&gt;con&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;biff, embedded labels, table is Sheet1$)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;country2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;as&lt;/B&gt; &lt;P&gt;con&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;biff, embedded labels, table is Sheet1$)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;hope this will help you..&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;bharathe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 10:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173310#M42534</guid>
      <dc:creator />
      <dc:date>2010-06-02T10:38:01Z</dc:date>
    </item>
    <item>
      <title>Show 2 Fields in 1 List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173311#M42535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharathe,&lt;/P&gt;&lt;P&gt;I dnt get you on the above answer, cos i was also think for a same question ..........plzz if can u explain briefly&lt;/P&gt;&lt;P&gt;because i think , i have to combine two fileds and alias it. thn show it in list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 11:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173311#M42535</guid>
      <dc:creator />
      <dc:date>2010-06-02T11:16:07Z</dc:date>
    </item>
    <item>
      <title>Show 2 Fields in 1 List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173312#M42536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashwin,&lt;/P&gt;&lt;P&gt;if you are having 2 fields say(country1 and country 2) in a same table, then load one field (i.e country) alone in first with alias name con.&lt;/P&gt;&lt;P&gt;this can be done by&lt;/P&gt;&lt;P&gt;LOAD country1 as con&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then load the table again only with second field (i.e country2) in the edit script with alias name con&lt;/P&gt;&lt;P&gt;this can be done by&lt;/P&gt;&lt;P&gt;LOAD country2 as con&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;then go to sheet objects... list box.. field(con)...&lt;/P&gt;&lt;P&gt;u can get data of country1 and country2 in the same field con.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 12:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173312#M42536</guid>
      <dc:creator />
      <dc:date>2010-06-02T12:14:46Z</dc:date>
    </item>
    <item>
      <title>Show 2 Fields in 1 List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173313#M42537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my source file ...&lt;/P&gt;&lt;P&gt;country1 country2&lt;/P&gt;&lt;P&gt;ind china&lt;/P&gt;&lt;P&gt;aus US&lt;/P&gt;&lt;P&gt;eng jap&lt;/P&gt;&lt;P&gt;Having country1 and country2 as fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type the following code in edit script&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOAD&lt;/B&gt; country1 &lt;B&gt;as&lt;/B&gt; con&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOAD&lt;/B&gt;&lt;/P&gt;&lt;P&gt;country2 &lt;B&gt;as&lt;/B&gt; con&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we are loading each field with alias name....&lt;/P&gt;&lt;P&gt;After reloading the script.... Go to sheet objects... listbox... then in fields -con.&lt;/P&gt;&lt;P&gt;You will get the following list box&lt;/P&gt;&lt;P&gt;con&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;ind&lt;/P&gt;&lt;P&gt;aus&lt;/P&gt;&lt;P&gt;eng&lt;/P&gt;&lt;P&gt;china&lt;/P&gt;&lt;P&gt;US&lt;/P&gt;&lt;P&gt;jap&lt;/P&gt;&lt;P&gt;I hope you ll understand now... reply if this works....&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;bharathe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 12:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-2-Fields-in-1-List-Box/m-p/173313#M42537</guid>
      <dc:creator />
      <dc:date>2010-06-02T12:21:35Z</dc:date>
    </item>
  </channel>
</rss>

