<?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 Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/583795#M1118212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking at combining a few columns into one- so at the moment I have different columns named Apple, Pear, Banana, Grape with a tick if an object fits the description, but I want them to all be a part of the column named Fruit. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2014 13:35:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-29T13:35:28Z</dc:date>
    <item>
      <title>Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/583795#M1118212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking at combining a few columns into one- so at the moment I have different columns named Apple, Pear, Banana, Grape with a tick if an object fits the description, but I want them to all be a part of the column named Fruit. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/583795#M1118212</guid>
      <dc:creator />
      <dc:date>2014-01-29T13:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/583796#M1118213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you load data you need a flag , something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;if(col1 = 'Apple' or col2 = 'pear' or ..., 'F', 'X') as isFruit&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you check data add the condition on flag isFruit = 'F'&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>Wed, 29 Jan 2014 13:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/583796#M1118213</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-01-29T13:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/583797#M1118214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to create a Hierarchy I think and then show the list box as Treeview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/583797#M1118214</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-29T13:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/583798#M1118215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you did not make too many changes in your document, you could transpose the dataset while reading it into Qlikview.&lt;/P&gt;&lt;P&gt;In you second screen (transform), click on the 'Enable transformation step', take the tab 'rotate', and then push the button 'Transpose'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/583798#M1118215</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2014-01-29T13:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/583799#M1118216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like a crosstable to me... Look at the "Crosstable" prefix in the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crosstable (Fruit,Flag) Load ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 14:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/583799#M1118216</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-29T14:11:50Z</dc:date>
    </item>
  </channel>
</rss>

