<?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: Bar Chart - Default selection on clear to Max(Year) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481324#M690366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sushil!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from this may I know how to make default selection of year, quarter in a calendar to max year and max quarter. whenever application is logged in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Oct 2013 07:52:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-17T07:52:57Z</dc:date>
    <item>
      <title>Bar Chart - Default selection on clear to Max(Year)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481322#M690364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Below is the expression which I am using. But when clear button is clicked then the default data for max of year should display. how to achieve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Count({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Account_Table_ACSAT.Responded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'yes', 'Yes'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Account_Table_ACSAT.Q2_Score&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={6,7},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(=only(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Account_Table_ACSAT.Responded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt;/ &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Account_Table_ACSAT.Responded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'yes', 'Yes'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(=only(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Account_Table_ACSAT.Responded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Ankita&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 07:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481322#M690364</guid>
      <dc:creator />
      <dc:date>2013-10-17T07:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart - Default selection on clear to Max(Year)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481323#M690365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Max() or Maxstring()&amp;nbsp; function instead of only().. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only() function returns null when there are duplicate of multiple same values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 07:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481323#M690365</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-10-17T07:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart - Default selection on clear to Max(Year)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481324#M690366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sushil!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from this may I know how to make default selection of year, quarter in a calendar to max year and max quarter. whenever application is logged in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 07:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481324#M690366</guid>
      <dc:creator />
      <dc:date>2013-10-17T07:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart - Default selection on clear to Max(Year)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481325#M690367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add action to select the max year in OnOpen trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 07:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481325#M690367</guid>
      <dc:creator />
      <dc:date>2013-10-17T07:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart - Default selection on clear to Max(Year)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481326#M690368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide with steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this should clear this selection when clear button is cilcked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 08:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481326#M690368</guid>
      <dc:creator />
      <dc:date>2013-10-17T08:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart - Default selection on clear to Max(Year)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481327#M690369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;No need to mess about with triggers and actions, As per Sushil Kumar's reply this should work:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Account_Table_ACSAT.Responded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'yes', 'Yes'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Account_Table_ACSAT.Q2_Score&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={6,7},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #808080; font-size: 8pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-size: 8pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;$(=max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Account_Table_ACSAT.Responded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;BR /&gt;/ &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Account_Table_ACSAT.Responded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'yes', 'Yes'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #808080; font-size: 8pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-size: 8pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;$(=max(Year))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Account_Table_ACSAT.Responded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jonathan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 08:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481327#M690369</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-10-17T08:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart - Default selection on clear to Max(Year)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481328#M690370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. For On open document defaults:&lt;/P&gt;&lt;P&gt;Settings -&amp;gt; Document Properties -&amp;gt; Triggers -&amp;gt; OnOpen -&amp;gt; Add Action(s) -&amp;gt; Add&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;P&gt;Action type: "Selection"&lt;BR /&gt;Action: "select in Field"&lt;/P&gt;&lt;P&gt;Insert in Field: Account_Table_ACSAT.Responded&lt;BR /&gt;insert in Search String: Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For clear buttons / reset buttons to default:&lt;/P&gt;&lt;P&gt;Right click on the button -&amp;gt; properties -&amp;gt; Actions -&amp;gt; Add&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;P&gt;Action type: "Selection"&lt;BR /&gt;Action: "select in Field"&lt;/P&gt;&lt;P&gt;Insert in Field: Account_Table_ACSAT.Responded&lt;BR /&gt;insert in Search String: Yes&lt;/P&gt;&lt;P&gt;Good practice to "Clear All" or&amp;nbsp; Enter blanks before values e.g&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Insert in Field: Account_Table_ACSAT.Responded&lt;BR /&gt;insert in Search String:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="a1.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/47779_a1.JPG" style="width: 620px; height: 520px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="a2.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/47780_a2.JPG" style="width: 620px; height: 528px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="a3.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/47781_a3.JPG" style="width: 620px; height: 479px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 09:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481328#M690370</guid>
      <dc:creator />
      <dc:date>2013-10-17T09:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart - Default selection on clear to Max(Year)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481329#M690371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want in calendar year selection as Current Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,I have taken Field as Year and Search String as Max(Year).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not working. When I open the application. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 10:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Default-selection-on-clear-to-Max-Year/m-p/481329#M690371</guid>
      <dc:creator />
      <dc:date>2013-10-17T10:11:17Z</dc:date>
    </item>
  </channel>
</rss>

