<?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 Setting default values in List box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526329#M196684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have selction for five years 2009,2010,2011,2012,2013.How to set default view for only two years current and previous (2012,2013) in an List box selection.&lt;/P&gt;&lt;P&gt;Can you please help me ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jul 2013 10:14:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-01T10:14:14Z</dc:date>
    <item>
      <title>Setting default values in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526329#M196684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have selction for five years 2009,2010,2011,2012,2013.How to set default view for only two years current and previous (2012,2013) in an List box selection.&lt;/P&gt;&lt;P&gt;Can you please help me ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 10:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526329#M196684</guid>
      <dc:creator />
      <dc:date>2013-07-01T10:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Setting default values in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526330#M196685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Max(Year)&amp;nbsp;&amp;nbsp; &amp;amp;&amp;nbsp; '-'&amp;nbsp; &amp;amp;min(Year)-1&lt;/P&gt;&lt;P&gt;i thnk it will be useful&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 10:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526330#M196685</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2013-07-01T10:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Setting default values in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526331#M196686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;SET &lt;/SPAN&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt; vMaxYear = Max(Year)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;Load *&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(SourceDir)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;Test.QVD&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;) &lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;Where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: maroon; font-family: 'Courier New';"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &amp;gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(vMaxYear)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;-2; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 10:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526331#M196686</guid>
      <dc:creator />
      <dc:date>2013-07-01T10:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Setting default values in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526332#M196687</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;&lt;/P&gt;&lt;P&gt;Choosse edit expression from drop down of field list of list box. In that you can write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Year=max(Year) or Year=(max(Year)-1),Year)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will always take top two values always...&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>Mon, 01 Jul 2013 10:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526332#M196687</guid>
      <dc:creator />
      <dc:date>2013-07-01T10:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Setting default values in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526333#M196688</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;&lt;/P&gt;&lt;P&gt;Choosse edit expression from drop down of field list of list box. In that you can write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Year=max(Year) or Year=(max(Year)-1),Year)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will always take top two values always...&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>Mon, 01 Jul 2013 11:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526333#M196688</guid>
      <dc:creator />
      <dc:date>2013-07-01T11:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setting default values in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526334#M196689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;Thanks for you responses. Actually, i am looking for this .Whenever I come to this sheet i want to Activate only for current year and previous year. If user wants he can select whatever he wants.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43413" class="jive-image" alt="Year.png" src="https://community.qlik.com/legacyfs/online/43413_Year.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 11:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526334#M196689</guid>
      <dc:creator />
      <dc:date>2013-07-01T11:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting default values in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526335#M196690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&lt;/P&gt;&lt;P&gt;right clik on that sheet ---&amp;gt;Go to trigger tab--&amp;gt;&lt;/P&gt;&lt;P&gt;add action on ActiveSheet--&amp;gt;click --&amp;gt;Add--&amp;gt;selection--&amp;gt;select in field&lt;/P&gt;&lt;P&gt;then put YearFiledname above and in search string write (2012|2013)&lt;/P&gt;&lt;P&gt;then ok &lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 11:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526335#M196690</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-07-01T11:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Setting default values in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526336#M196691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To work dynamically use this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp;Year(Today())&amp;amp;'|' &amp;amp;(Year(Today())-1)&amp;amp;')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 12:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526336#M196691</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2013-07-01T12:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setting default values in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526337#M196692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and what if when User selects any other filter and then click Clear All, Then what will be the selection. Trigger will not fire because it's on Activate sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 09:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526337#M196692</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-05-22T09:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Setting default values in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526338#M196693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic post... worked for me. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 12:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/526338#M196693</guid>
      <dc:creator />
      <dc:date>2016-06-28T12:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Setting default values in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/1670449#M449429</link>
      <description>&lt;P&gt;This was very helpful. Thank you. D&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 12:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-default-values-in-List-box/m-p/1670449#M449429</guid>
      <dc:creator>VBA_Master</dc:creator>
      <dc:date>2020-01-29T12:41:59Z</dc:date>
    </item>
  </channel>
</rss>

