<?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: Q about default selection as 12 month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596489#M1109604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please give sample Data so i can explain more briefly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 10:53:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-04T10:53:13Z</dc:date>
    <item>
      <title>Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596483#M1109596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to set default selection when qv opens that shows the last 12 months (if we are on march than shows march/13-March/4)&lt;/P&gt;&lt;P&gt;For this I calculated in the scripts a field name&amp;nbsp; MonthAgo that shows how many months passed.&lt;/P&gt;&lt;P&gt;I added an action where&lt;/P&gt;&lt;P&gt; field name =MonthsAgo &lt;/P&gt;&lt;P&gt;and I need the search string to shows MonthsAgo&amp;gt;=0 and &amp;lt;12&lt;/P&gt;&lt;P&gt;I can't find the expression for it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 10:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596483#M1109596</guid>
      <dc:creator />
      <dc:date>2014-03-04T10:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596484#M1109598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the values in MonthsAgo numeric? if so, try search string like : &amp;gt;=0&amp;lt;12&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 10:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596484#M1109598</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-03-04T10:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596485#M1109600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you Can try this&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13939288125231957" jivemacro_uid="_13939288125231957" modifiedtitle="true"&gt;
&lt;P&gt;sum({&amp;lt;Date_Field = {'&amp;gt;=$(=MonthStart(Max(Date_Field ), -12))&amp;lt;=$(=MonthEnd(Max(Date_Field )))'},Year=,Month=&amp;gt;}Sale)&lt;/P&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 10:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596485#M1109600</guid>
      <dc:creator />
      <dc:date>2014-03-04T10:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596486#M1109601</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;&lt;/P&gt;&lt;P&gt;Thanks a lot for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use this expression inside Add Action in the document property and not in a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to define a new action to default select the last 12 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Limor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 10:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596486#M1109601</guid>
      <dc:creator />
      <dc:date>2014-03-04T10:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596487#M1109602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes there are numeric. I use this inside the "Add Action" in the "Document properties" and it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the program to select the last 12 months when opening the qlikview, by using the MonthsAgo field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 10:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596487#M1109602</guid>
      <dc:creator />
      <dc:date>2014-03-04T10:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596488#M1109603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couple of cases have to be taken into consideration. Could you post a sample app ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 10:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596488#M1109603</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-03-04T10:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596489#M1109604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please give sample Data so i can explain more briefly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 10:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596489#M1109604</guid>
      <dc:creator />
      <dc:date>2014-03-04T10:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596490#M1109605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a calendar with year and month&lt;/P&gt;&lt;P&gt;and I want the default selection on opening will be only the last 12 months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 10:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596490#M1109605</guid>
      <dc:creator />
      <dc:date>2014-03-04T10:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596491#M1109606</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 solution works well in my case :&lt;/P&gt;&lt;P&gt;0. Clear all selection&lt;/P&gt;&lt;P&gt;1. Create a list with MonthsAgo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. open the search input in the listbox's label and write this expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;MonthsAgo={"&amp;gt;12"}&amp;gt;}MonthsAgo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Add a bookmark and remember its ID (if it's the firs in your document its BM01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Add an action when your document open and select bookmark = &amp;gt; apply a bookmark =&amp;gt; BM01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 11:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596491#M1109606</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2014-03-04T11:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596492#M1109607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with a trigger on open documents that select in your date field the following expression:&lt;/P&gt;&lt;P&gt;='&amp;gt;='&amp;amp;Date(AddMonths(MonthStart(Today()),-12))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 11:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596492#M1109607</guid>
      <dc:creator />
      <dc:date>2014-03-04T11:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596493#M1109608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;have Same apllication for your need&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;please check that&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 12:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596493#M1109608</guid>
      <dc:creator />
      <dc:date>2014-03-04T12:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596494#M1109609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Chris, its works! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the example of qliktech I am still using the personal edition so I couldn’t open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for all the helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 14:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596494#M1109609</guid>
      <dc:creator />
      <dc:date>2014-03-04T14:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Q about default selection as 12 month</title>
      <link>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596495#M1109610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok nice job !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to check the answer to resolved the subject. People who search for the same thing will find it easily and i get my points &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 15:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Q-about-default-selection-as-12-month/m-p/596495#M1109610</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2014-03-04T15:49:32Z</dc:date>
    </item>
  </channel>
</rss>

