<?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: Default selection on a field in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Default-selection-on-a-field-in-Qlik-Sense/m-p/1831006#M68504</link>
    <description>&lt;P&gt;Thank you for your response. I did validated it and was not working as expected.&lt;/P&gt;&lt;P&gt;Hence posted the expression in the forum&lt;/P&gt;</description>
    <pubDate>Wed, 25 Aug 2021 07:59:22 GMT</pubDate>
    <dc:creator>punitpopli</dc:creator>
    <dc:date>2021-08-25T07:59:22Z</dc:date>
    <item>
      <title>Default selection on a field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Default-selection-on-a-field-in-Qlik-Sense/m-p/1830991#M68502</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am working on a functionality where I need to add a default selection based on the month we are in to a period field which has values like 2021 Q1, 2021 Q2, 2021Q3, 2021 Q4 and others&lt;/P&gt;&lt;P&gt;As we are in Aug so the field should get selected with &lt;STRONG&gt;"2021 Q3"&lt;/STRONG&gt; automatically when the user log in. Below is the expression am using but its not working&lt;/P&gt;&lt;P&gt;[Field Period] = {$(=Year(today()) &amp;amp;'Q' &amp;amp; Ceil(Month(today())/3))} - the filed name has a space in it and cannot be changed&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have tried using the expression in a variable and using the variable like below -&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;vPeriodSelection =&amp;nbsp;Year(today()) &amp;amp;'Q' &amp;amp; Ceil(Month(today())/3)&lt;/LI&gt;&lt;LI&gt;="=[Field Period]='$(=$(vPeriodSelection))'"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any help on this will be greatly appreciated!&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 07:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-selection-on-a-field-in-Qlik-Sense/m-p/1830991#M68502</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2021-08-25T07:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection on a field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Default-selection-on-a-field-in-Qlik-Sense/m-p/1831001#M68503</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42776"&gt;@punitpopli&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;First I suggest you to search for your expression in the field to check if it is correct or not.&lt;BR /&gt;Then I'd create a bookmark for it.&lt;BR /&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 07:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-selection-on-a-field-in-Qlik-Sense/m-p/1831001#M68503</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2021-08-25T07:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection on a field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Default-selection-on-a-field-in-Qlik-Sense/m-p/1831006#M68504</link>
      <description>&lt;P&gt;Thank you for your response. I did validated it and was not working as expected.&lt;/P&gt;&lt;P&gt;Hence posted the expression in the forum&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 07:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-selection-on-a-field-in-Qlik-Sense/m-p/1831006#M68504</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2021-08-25T07:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection on a field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Default-selection-on-a-field-in-Qlik-Sense/m-p/1831009#M68505</link>
      <description>&lt;P&gt;I am able to achieve the desired result using concat function, refer below expression -&amp;nbsp;&lt;/P&gt;&lt;P&gt;"=[Field Period]=Concat(Year(today())&amp;amp;' Q'&amp;amp;Ceil(Month(today())/3),' ')"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is working as expected and have added this is bookmark which will allow the latest period selection when user lands on the screen&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 08:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-selection-on-a-field-in-Qlik-Sense/m-p/1831009#M68505</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2021-08-25T08:01:15Z</dc:date>
    </item>
  </channel>
</rss>

