<?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 Default view in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Default-view/m-p/205252#M61809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the replay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i need something like when i open the report qlick view shoud select max month in a list box.&lt;/P&gt;&lt;P&gt;on first view of the report its should conatin the max month values. then i wanted to select other month in alist box.&lt;/P&gt;&lt;P&gt;i use 'Always one value selected' in general properties. but its a static solution.&lt;/P&gt;&lt;P&gt;but i need dynamic solution. if i updated with more data it should select max month value.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jun 2010 16:17:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-28T16:17:36Z</dc:date>
    <item>
      <title>Default view</title>
      <link>https://community.qlik.com/t5/QlikView/Default-view/m-p/205250#M61807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;How can i get difault view with maximum month value selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like when i open my report it should take maximum minth selected value to display the report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one have any IDEA???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 15:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-view/m-p/205250#M61807</guid>
      <dc:creator />
      <dc:date>2010-06-28T15:53:38Z</dc:date>
    </item>
    <item>
      <title>Default view</title>
      <link>https://community.qlik.com/t5/QlikView/Default-view/m-p/205251#M61808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView, using the expression Max(Month) will give you the maximum selected month.&lt;/P&gt;&lt;P&gt;You can use this with Set Analysis. Something like:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum(Month={'$(=Max(Month))'}&amp;gt;} Sales)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That's just a general example, you would need to modify to work with your data and fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 16:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-view/m-p/205251#M61808</guid>
      <dc:creator />
      <dc:date>2010-06-28T16:07:31Z</dc:date>
    </item>
    <item>
      <title>Default view</title>
      <link>https://community.qlik.com/t5/QlikView/Default-view/m-p/205252#M61809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the replay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i need something like when i open the report qlick view shoud select max month in a list box.&lt;/P&gt;&lt;P&gt;on first view of the report its should conatin the max month values. then i wanted to select other month in alist box.&lt;/P&gt;&lt;P&gt;i use 'Always one value selected' in general properties. but its a static solution.&lt;/P&gt;&lt;P&gt;but i need dynamic solution. if i updated with more data it should select max month value.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 16:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-view/m-p/205252#M61809</guid>
      <dc:creator />
      <dc:date>2010-06-28T16:17:36Z</dc:date>
    </item>
    <item>
      <title>Default view</title>
      <link>https://community.qlik.com/t5/QlikView/Default-view/m-p/205253#M61810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a macro. Set up a variable with the value Max(Month) or whatever your month field is.&lt;/P&gt;&lt;P&gt;Then use a macro like:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sub Test&lt;BR /&gt; maxMonth = ActiveDocument.Variables("NewVar").GetContent.String&lt;BR /&gt; ActiveDocument.Fields("Month").Select maxMonth&lt;BR /&gt;End Sub&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That needs to be linked to the OnOpen of your document or OnActivate of the sheet if that is your intended functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 17:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-view/m-p/205253#M61810</guid>
      <dc:creator />
      <dc:date>2010-06-28T17:31:03Z</dc:date>
    </item>
    <item>
      <title>Default view</title>
      <link>https://community.qlik.com/t5/QlikView/Default-view/m-p/205254#M61811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or avoid the variable:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;activedocument.fields("Month").select activedocument.evaluate("=max(Month)")&lt;/P&gt;&lt;P&gt;Or do it with actions if you're in version 9, since it's best to avoid macros where possible, and it's simpler anyway:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Select in Field&lt;BR /&gt;Field: Month&lt;BR /&gt;Search String: =max(Month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 22:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-view/m-p/205254#M61811</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-06-28T22:43:27Z</dc:date>
    </item>
    <item>
      <title>Default view</title>
      <link>https://community.qlik.com/t5/QlikView/Default-view/m-p/205255#M61812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John ,&lt;/P&gt;&lt;P&gt;its done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 10:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-view/m-p/205255#M61812</guid>
      <dc:creator />
      <dc:date>2010-06-30T10:57:06Z</dc:date>
    </item>
  </channel>
</rss>

