<?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: Can i create a single list box based on multiple columns? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003428#M959871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your current script (the main table LOAD and the CROSSTABLE LOAD)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Oct 2015 23:37:00 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-10-31T23:37:00Z</dc:date>
    <item>
      <title>Can i create a single list box based on multiple columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003419#M959862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do I create a single list box from the column values of multiple columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 20:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003419#M959862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-31T20:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can i create a single list box based on multiple columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003420#M959863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The more important question is:&lt;/P&gt;&lt;P&gt;What do you expect to happen when you make selections in this list box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 20:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003420#M959863</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-31T20:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can i create a single list box based on multiple columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003421#M959864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when I make a selection of a value from list box the selected value should be selected in the chart , it might be in muitple rows , so say for example Rome has ids 1 and 2 and the data in my chart has rows 1- 10 , I need to display both 1 and 2 rows as value Rome is in both the rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 20:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003421#M959864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-31T20:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can i create a single list box based on multiple columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003422#M959865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not sure if I understand what you are trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;T:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ID, Country, City&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1, Italia, Roma&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2, Italia, Firenze&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;3, France, Paris&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;4, France, Nice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;]&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can load the field values of Country and City into a single field 'Value' like this, linking to the original table by ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CROSSTABLE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'courier new', courier;"&gt;(Field, Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * Resident T;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, creating a listbox for field Value, selection in field Value will filter the records in table T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 20:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003422#M959865</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-31T20:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can i create a single list box based on multiple columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003423#M959866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK , Let me try to explain you one more time ,below is my sample data&lt;/P&gt;&lt;P&gt;I want a filter with all the students names under class1,2,3 .. so that when I filter on Vicky I would see id - with 1 and 2&lt;/P&gt;&lt;P&gt;Hope this makes sense !&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="492"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" style="border: 0.5pt solid black; border-image: none; background-color: #e1e1e1;" width="60"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;ID&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0.5pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: black; background-color: #e1e1e1;" width="100"&gt;&lt;SPAN style="font-family: Tahoma;"&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;DATE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0.5pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: black; background-color: #e1e1e1;" width="81"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Teacher&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0.5pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: black; background-color: #e1e1e1;" width="62"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Class 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0.5pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: black; background-color: #e1e1e1;" width="91"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Class 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0.5pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: black; background-color: #e1e1e1;" width="98"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Class 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;1/1/2015&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Tom&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Vicky&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;John&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Sam&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;1/2/2015&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Eric&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Nickr&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Vicky&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Kevin&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;1/3/2015&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Catalina&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Kevin&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Zara&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Null&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 21:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003423#M959866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-31T21:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can i create a single list box based on multiple columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003424#M959867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I think the solution I proposed above will solve your request: Transform your table from a cross table into a straight table using a CROSSTABLE LOAD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CROSSTABLE (Class, Student, 3)&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Teacher,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Classe3&lt;/P&gt;&lt;P&gt;FROM YourTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Assuming you haven't loaded YourTable so far. If you want to keep YourTable in the data model, remove DATE and Teacher from the CROSSTABLE LOAD and set the third parameter from 3 to 1 (number of fields not to transform). ]&lt;/P&gt;&lt;P&gt;Then you can select 'Vicky' from a 'Student' list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 21:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003424#M959867</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-31T21:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can i create a single list box based on multiple columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003425#M959868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry , but I quite didn't get it , I don't have Class or Student columns in the sample data ? What are they refereeing to? I get 3 is referring to 3rd parameter ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CROSSTABLE (Class, Student, 3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 22:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003425#M959868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-31T22:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can i create a single list box based on multiple columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003426#M959869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Class and Student fields will be generated by QV from your fields Class1, Class2, Class3, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest that you run the script I posted above and have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 22:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003426#M959869</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-31T22:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can i create a single list box based on multiple columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003427#M959870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Thank you ... I think I am almost there .. can you please tell how I can make all this in one table .. the cross table is getting to the main table on class1 .. how to I avoid that .. can I get all the value including Student in one table ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 23:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003427#M959870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-31T23:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can i create a single list box based on multiple columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003428#M959871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your current script (the main table LOAD and the CROSSTABLE LOAD)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 23:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003428#M959871</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-31T23:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can i create a single list box based on multiple columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003429#M959872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SCHOOL:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; &lt;BR /&gt; ID, DATE, Subject,Teacher, Class 1, Class 2, Class 3&lt;BR /&gt; 1, 1/1/2015,Physics, Tom, Vicky, John, Sam,&lt;BR /&gt; 2,1/2/2015,Math, Eric, Nickr, Vicky, Kevin,&lt;BR /&gt; 3,1/3/2015,Science, Catalina, Kevin, Zara, Null,&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;CROSSTABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Class&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Student&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,1)&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Class 1]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Class 2]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Class 3]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; SCHOOL;&lt;BR /&gt; Tution:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Subject, Date&lt;BR /&gt; Physics, 1/2/2015&lt;BR /&gt; Math, 2/3/2015&lt;BR /&gt; Science, 3/1/2015&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Nov 2015 04:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-i-create-a-single-list-box-based-on-multiple-columns/m-p/1003429#M959872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-01T04:38:29Z</dc:date>
    </item>
  </channel>
</rss>

