<?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: ListBox Variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ListBox-Variables/m-p/792430#M1261108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;=CONCAT({1}DISTINCT&amp;nbsp; Years,';')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Nov 2014 00:48:14 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-11-08T00:48:14Z</dc:date>
    <item>
      <title>ListBox Variables</title>
      <link>https://community.qlik.com/t5/QlikView/ListBox-Variables/m-p/792429#M1261104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have a listbox in my Variables&lt;BR /&gt;.&lt;BR /&gt;=CONCAT(DISTINCT&amp;nbsp; Years,";")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now only the selected years are shown. I want to show all Years not only the selected ones.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ListBox-Variables/m-p/792429#M1261104</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: ListBox Variables</title>
      <link>https://community.qlik.com/t5/QlikView/ListBox-Variables/m-p/792430#M1261108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;=CONCAT({1}DISTINCT&amp;nbsp; Years,';')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 00:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ListBox-Variables/m-p/792430#M1261108</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-08T00:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: ListBox Variables</title>
      <link>https://community.qlik.com/t5/QlikView/ListBox-Variables/m-p/792431#M1261110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in set analysis (from qlik online help)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Represents the full set of all the records in the application.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;$&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Represents the records of the current selection.&lt;/P&gt;&lt;P&gt;The set expression &lt;SPAN class="Bold"&gt;{$}&lt;/SPAN&gt; is thus the equivalent of not stating a set expression&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;=concat(distinct Years, ';')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // only selected&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=concat({$} distinct Years, ';')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // only selected&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=concat({1} distinct Years, ';')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; all distinct Years in the application&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 08:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ListBox-Variables/m-p/792431#M1261110</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-11-08T08:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: ListBox Variables</title>
      <link>https://community.qlik.com/t5/QlikView/ListBox-Variables/m-p/792432#M1261111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2014 07:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ListBox-Variables/m-p/792432#M1261111</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-09T07:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: ListBox Variables</title>
      <link>https://community.qlik.com/t5/QlikView/ListBox-Variables/m-p/792433#M1261112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression should work&lt;/P&gt;&lt;P&gt;=Concat(distinct YearFieldName,';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 23:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ListBox-Variables/m-p/792433#M1261112</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2014-11-11T23:08:29Z</dc:date>
    </item>
  </channel>
</rss>

