<?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 Display Data Set Union In List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202703#M60303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob (or anyone), any further insight? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Apr 2010 18:13:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-14T18:13:40Z</dc:date>
    <item>
      <title>Display Data Set Union In List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202698#M60298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Here is the issue. There are model years, say 2009 and 2010. I also have months after the start of production call SOP Months. Say for model year 2009, SOP Months = 0,1,2,3,4,5,6,7,8,9,10,11,12. For model year 2010, SOP Months = 0,1,2,3,4,5,6. What I want to display in the SOP Months list box is the union of the SOP Months across model years. In this case, if both model years 2009 and 2010 are selected, the SOP Month list box should show 0,1,2,3,4,5,6 (and not 0,1...11,12). Any idea how to accomplish this in QV? It goes against the 'grain' of QV. Any help would be greatly appreciated. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 01:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202698#M60298</guid>
      <dc:creator />
      <dc:date>2010-04-06T01:49:40Z</dc:date>
    </item>
    <item>
      <title>Display Data Set Union In List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202699#M60299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's possible, the exact approach depends on your data. If there is only one SOP Month row per Year, you could do a listbox expression like:&lt;/P&gt;&lt;P&gt;=if(aggr(count(Month), Month) &amp;gt; 1, Month)&lt;/P&gt;&lt;P&gt;See attached for an example. If you have futher questions, please post a litte more detail about your data.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 02:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202699#M60299</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-04-06T02:18:08Z</dc:date>
    </item>
    <item>
      <title>Display Data Set Union In List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202700#M60300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I failed to mention I am unfortunately using QV 8.01; I was not able to open the attached project. There are many SOP Months rows per Year (if I understand what you are saying). Example data is below. In this case ,I reduced the data to: 2009 = 0,1,2,3,4; 2010 = 0,1,2; union = 0,1,2. Or more so, the Month list box should show only 0,1,2 when years 2009 and 2010 are selected.&lt;/P&gt;&lt;P&gt;Year Month&lt;/P&gt;&lt;P&gt;2009 0&lt;/P&gt;&lt;P&gt;2009 1&lt;/P&gt;&lt;P&gt;2009 2&lt;/P&gt;&lt;P&gt;2009 3&lt;/P&gt;&lt;P&gt;2009 4&lt;/P&gt;&lt;P&gt;2010 0&lt;/P&gt;&lt;P&gt;2010 1&lt;/P&gt;&lt;P&gt;2010 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 02:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202700#M60300</guid>
      <dc:creator />
      <dc:date>2010-04-06T02:41:14Z</dc:date>
    </item>
    <item>
      <title>Display Data Set Union In List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202701#M60301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't recall, does 8.01 support listbox expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 03:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202701#M60301</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-04-06T03:35:18Z</dc:date>
    </item>
    <item>
      <title>Display Data Set Union In List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202702#M60302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it does; reference the General Tab-&amp;gt;Field property (one of the top most selections 'Expression') of the List Box Properties dialog. I did try the Aggr() expression you had sent, but no values were displayed. I believe this was due to multiple rows per model year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 14:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202702#M60302</guid>
      <dc:creator />
      <dc:date>2010-04-06T14:39:49Z</dc:date>
    </item>
    <item>
      <title>Display Data Set Union In List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202703#M60303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob (or anyone), any further insight? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 18:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Data-Set-Union-In-List-Box/m-p/202703#M60303</guid>
      <dc:creator />
      <dc:date>2010-04-14T18:13:40Z</dc:date>
    </item>
  </channel>
</rss>

