<?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: Apply Default selection to previous month on App open in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Apply-Default-selection-to-previous-month-on-App-open/m-p/1984706#M81267</link>
    <description>&lt;P&gt;I tried this but this does not work for date fields.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Sheets/setting-sheet-actions.htm" target="_blank"&gt;Adding actions to sheets ‒ Qlik Sense on Windows&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN class="ui_item"&gt;Select values in a field&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P&gt;You can select a list of values in a field that you specify. Separate the values to select with a semi colon. You can optionally overwrite locked selections.&lt;/P&gt;
&lt;DIV class="note"&gt;&lt;SPAN class="sr-only"&gt;Information note&lt;/SPAN&gt;It is not possible to use fields with date, timestamp, or money data type.&lt;/DIV&gt;</description>
    <pubDate>Fri, 23 Sep 2022 12:14:33 GMT</pubDate>
    <dc:creator>AnithaLux</dc:creator>
    <dc:date>2022-09-23T12:14:33Z</dc:date>
    <item>
      <title>Apply Default selection to previous month on App open</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-Default-selection-to-previous-month-on-App-open/m-p/1984290#M81218</link>
      <description>&lt;P&gt;Implement a default selection on the app to the previous month. Currently the datamodel has a period field formatted to 'MMM-YYYY' . On open ,a default selection should be applied to the App to the prev month . we must be able to re-select if needed. Ex: Lets say the current month is SEP 2022. On App open we should be able to point to previous month AUG 2022. The user must also be able to select JULY 2022 if needed as well. The Period field setting is checked for "Always select one value"&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 14:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-Default-selection-to-previous-month-on-App-open/m-p/1984290#M81218</guid>
      <dc:creator>AnithaLux</dc:creator>
      <dc:date>2022-09-22T14:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Default selection to previous month on App open</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-Default-selection-to-previous-month-on-App-open/m-p/1984317#M81219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/199300"&gt;@AnithaLux&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;you can try trigger in sheets properties with value&lt;/P&gt;
&lt;P&gt;=date(AddMonths(now(),-1),'MMM YYYY')&lt;/P&gt;
&lt;P&gt;you may need to use some IF conditions so trigger not always apply&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sheet5.PNG" style="width: 487px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/89696iD0F9BEE3B553A998/image-size/large?v=v2&amp;amp;px=999" role="button" title="sheet5.PNG" alt="sheet5.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 16:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-Default-selection-to-previous-month-on-App-open/m-p/1984317#M81219</guid>
      <dc:creator>RafaelBarrios</dc:creator>
      <dc:date>2022-09-22T16:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Default selection to previous month on App open</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-Default-selection-to-previous-month-on-App-open/m-p/1984706#M81267</link>
      <description>&lt;P&gt;I tried this but this does not work for date fields.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Sheets/setting-sheet-actions.htm" target="_blank"&gt;Adding actions to sheets ‒ Qlik Sense on Windows&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN class="ui_item"&gt;Select values in a field&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P&gt;You can select a list of values in a field that you specify. Separate the values to select with a semi colon. You can optionally overwrite locked selections.&lt;/P&gt;
&lt;DIV class="note"&gt;&lt;SPAN class="sr-only"&gt;Information note&lt;/SPAN&gt;It is not possible to use fields with date, timestamp, or money data type.&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Sep 2022 12:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-Default-selection-to-previous-month-on-App-open/m-p/1984706#M81267</guid>
      <dc:creator>AnithaLux</dc:creator>
      <dc:date>2022-09-23T12:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Default selection to previous month on App open</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-Default-selection-to-previous-month-on-App-open/m-p/1984730#M81270</link>
      <description>&lt;P&gt;interesting, i will try that..&lt;/P&gt;
&lt;P&gt;you can also try to toggle.&lt;/P&gt;
&lt;P&gt;in the same link you provided&lt;/P&gt;
&lt;H3&gt;&lt;SPAN class="ui_item"&gt;Toggle field selection&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P&gt;You can set the button to toggle between the current selection, and a selection that adds selections defined by a search string. You can use wild cards in the search string. If you want to define a list of values you need to use the format&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="user_input"&gt;(A|B)&lt;/SPAN&gt;, where A and B are values to select.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ill try and get back to you&lt;/P&gt;
&lt;P&gt;best,&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 12:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-Default-selection-to-previous-month-on-App-open/m-p/1984730#M81270</guid>
      <dc:creator>RafaelBarrios</dc:creator>
      <dc:date>2022-09-23T12:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Default selection to previous month on App open</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-Default-selection-to-previous-month-on-App-open/m-p/2423888#M95940</link>
      <description>&lt;P&gt;Was this resolved? How did you achieved it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to same thing. But not able to achieve. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 07:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-Default-selection-to-previous-month-on-App-open/m-p/2423888#M95940</guid>
      <dc:creator>KanikaD</dc:creator>
      <dc:date>2024-02-27T07:17:13Z</dc:date>
    </item>
  </channel>
</rss>

