<?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: Need help for dynamic default bookmark to set as Previous Month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-help-for-dynamic-default-bookmark-to-set-as-Previous-Month/m-p/2094199#M89667</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134176"&gt;@Nandita27&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Try this,&lt;/P&gt;
&lt;P&gt;=Num([&lt;SPAN&gt;J&amp;amp;J Calendar Month&lt;/SPAN&gt;])=num(month(date(addmonths(today(),-1),'DD/MM/YYYY')))&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: Change Date format if it is not same in your date field.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2023 05:52:53 GMT</pubDate>
    <dc:creator>Satish251</dc:creator>
    <dc:date>2023-07-17T05:52:53Z</dc:date>
    <item>
      <title>Need help for dynamic default bookmark to set as Previous Month</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-for-dynamic-default-bookmark-to-set-as-Previous-Month/m-p/2094164#M89664</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I wanted to set Dynamic default bookmark as previous month compare to system date but my expression is not working&lt;/P&gt;
&lt;P&gt;=J&amp;amp;J Calendar Month = Date(Addmonths(Today(), -1), 'MMMM') where&amp;nbsp;J&amp;amp;J Calendar Month&amp;nbsp; is my field name&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nandita27_0-1689532489111.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112334iABEA4EEBA945720E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nandita27_0-1689532489111.png" alt="Nandita27_0-1689532489111.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Can anyone help me on this.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nandita&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-for-dynamic-default-bookmark-to-set-as-Previous-Month/m-p/2094164#M89664</guid>
      <dc:creator>Nandita27</dc:creator>
      <dc:date>2024-11-15T21:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for dynamic default bookmark to set as Previous Month</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-for-dynamic-default-bookmark-to-set-as-Previous-Month/m-p/2094199#M89667</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134176"&gt;@Nandita27&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Try this,&lt;/P&gt;
&lt;P&gt;=Num([&lt;SPAN&gt;J&amp;amp;J Calendar Month&lt;/SPAN&gt;])=num(month(date(addmonths(today(),-1),'DD/MM/YYYY')))&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: Change Date format if it is not same in your date field.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 05:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-for-dynamic-default-bookmark-to-set-as-Previous-Month/m-p/2094199#M89667</guid>
      <dc:creator>Satish251</dc:creator>
      <dc:date>2023-07-17T05:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for dynamic default bookmark to set as Previous Month</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-for-dynamic-default-bookmark-to-set-as-Previous-Month/m-p/2094358#M89674</link>
      <description>&lt;P&gt;Hi Nandita,&lt;/P&gt;
&lt;P&gt;You can try this:&lt;BR /&gt;&lt;BR /&gt;=[&lt;SPAN&gt;J&amp;amp;J Calendar Month]&lt;/SPAN&gt;=Month(MonthStart(Today()-1))&lt;BR /&gt;&lt;BR /&gt;AddMonths would return 17/06/2023, while MonthStart returns 01/06/2023 and it is more useful for month comparisons.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Cezário&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 12:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-for-dynamic-default-bookmark-to-set-as-Previous-Month/m-p/2094358#M89674</guid>
      <dc:creator>CezarioAbrantes</dc:creator>
      <dc:date>2023-07-17T12:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for dynamic default bookmark to set as Previous Month</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-for-dynamic-default-bookmark-to-set-as-Previous-Month/m-p/2094510#M89681</link>
      <description>&lt;P&gt;Thank you Satish it is working for me only thing I had to change it to like this since my Month value was in full name like January, February etc.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;=Num(Month(Date#([J&amp;amp;J Calendar Month],'MMMM'))&lt;SPAN&gt;=num(month(date(addmonths(today(),-1),'DD/MM/YYYY')))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;Thanks a lot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 16:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-for-dynamic-default-bookmark-to-set-as-Previous-Month/m-p/2094510#M89681</guid>
      <dc:creator>Nandita27</dc:creator>
      <dc:date>2023-07-17T16:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for dynamic default bookmark to set as Previous Month</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-for-dynamic-default-bookmark-to-set-as-Previous-Month/m-p/2094513#M89682</link>
      <description>&lt;P&gt;Thanks a lot Cezario for your suggestion. Since my month value was in full name I had to change it as below and it is working for me&lt;/P&gt;
&lt;P&gt;=Date(MonthStart(Today(),-1),'MMMM')&lt;/P&gt;
&lt;P&gt;Anyway later my customer changed the requirement like Dynamically need to select from January to Last Month(i.e as of today till June) instead of only selecting June so I have implemented as below&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;=Num(Month(Date#([J&amp;amp;J Calendar Month],'MMMM'))&amp;lt;=num(month(date(addmonths(today(),-1),'MM/DD/YYYY')))&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Thanks again. Appreciating your help!!&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Nandita&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 17:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-for-dynamic-default-bookmark-to-set-as-Previous-Month/m-p/2094513#M89682</guid>
      <dc:creator>Nandita27</dc:creator>
      <dc:date>2023-07-17T17:07:41Z</dc:date>
    </item>
  </channel>
</rss>

