<?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: defaut filter on selection max month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625569#M734524</link>
    <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;On Settings &amp;gt; Document Properties &amp;gt; Triggers &amp;gt; Field Event Triggers &amp;gt; OnSelect &amp;gt;Add Action &amp;gt;max([Date Field]).&lt;/P&gt;&lt;P&gt;Refer qvw attached for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arthur Fong&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2019 07:03:05 GMT</pubDate>
    <dc:creator>Arthur_Fong</dc:creator>
    <dc:date>2019-09-19T07:03:05Z</dc:date>
    <item>
      <title>defaut filter on selection max month</title>
      <link>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625563#M734522</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;i have attached sample&amp;nbsp; &amp;nbsp;based on each region selection that perticular&amp;nbsp; max month should be selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AMS&amp;nbsp; 201607&lt;/P&gt;&lt;P&gt;APJ&amp;nbsp; 201707&lt;/P&gt;&lt;P&gt;EMEA&amp;nbsp; 201707&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;whenever use select in region filed&amp;nbsp; &amp;nbsp;that perticular region max month should selected .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625563#M734522</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2024-11-16T02:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: defaut filter on selection max month</title>
      <link>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625568#M734523</link>
      <description>&lt;P&gt;we can apply Field Event Trigger to implement this scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Settings...&amp;gt;Triggers....&amp;gt;Field Event Triggers&lt;/P&gt;&lt;P&gt;under this select "REGION" field and apply "On select " action&lt;/P&gt;&lt;P&gt;Select in Field&lt;/P&gt;&lt;P&gt;Field Name:New&lt;/P&gt;&lt;P&gt;search String:=max(New)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 06:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625568#M734523</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2019-09-19T06:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: defaut filter on selection max month</title>
      <link>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625569#M734524</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;On Settings &amp;gt; Document Properties &amp;gt; Triggers &amp;gt; Field Event Triggers &amp;gt; OnSelect &amp;gt;Add Action &amp;gt;max([Date Field]).&lt;/P&gt;&lt;P&gt;Refer qvw attached for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arthur Fong&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 07:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625569#M734524</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-09-19T07:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: defaut filter on selection max month</title>
      <link>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625602#M734525</link>
      <description>Take this as Date in list box =if(GetFieldSelections(Field)='AMS',(aggr(max(Date),Field)), if(GetFieldSelections(Field)='APJ',(aggr(max(Date),Field)), if(GetFieldSelections(Field)='EMEA',(aggr(max(Date),Field)),Date))) Fiel in another list box</description>
      <pubDate>Thu, 19 Sep 2019 08:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625602#M734525</guid>
      <dc:creator>sugathirajkumar</dc:creator>
      <dc:date>2019-09-19T08:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: defaut filter on selection max month</title>
      <link>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625607#M734526</link>
      <description>&lt;P&gt;&lt;IMG src="https://community.qlik.com/t5/image/serverpage/image-id/19549iFF0CF4615C075625/image-size/medium?v=1.0&amp;amp;px=-1" border="0" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 08:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625607#M734526</guid>
      <dc:creator>sugathirajkumar</dc:creator>
      <dc:date>2019-09-19T08:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: defaut filter on selection max month</title>
      <link>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625624#M734527</link>
      <description>&lt;P&gt;if i use this condition&amp;nbsp; i can see only one month in the field.&amp;nbsp; but i want t see all the&amp;nbsp; months and&amp;nbsp; max month to be selected.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 08:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1625624#M734527</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2019-09-19T08:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: defaut filter on selection max month</title>
      <link>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1629723#M734528</link>
      <description>&lt;P&gt;Just going to put a comment on this to move it back up to the top to see if anyone else has any ideas since you did post your QVW...&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 18:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1629723#M734528</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-30T18:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: defaut filter on selection max month</title>
      <link>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1629729#M734529</link>
      <description>&lt;P&gt;see attached qvw&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 19:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/defaut-filter-on-selection-max-month/m-p/1629729#M734529</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-09-30T19:13:10Z</dc:date>
    </item>
  </channel>
</rss>

