<?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: selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/selection/m-p/139780#M758201</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;You need to get the Date field, so that it max(4th Last Max Value) can be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wont be able to get the Max(4th Last Max Value) from string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2018 18:02:08 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2018-08-31T18:02:08Z</dc:date>
    <item>
      <title>selection</title>
      <link>https://community.qlik.com/t5/QlikView/selection/m-p/139772#M758193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-avatarid="3256" data-externalid="" data-online="false" data-presence="null" data-userid="34510" data-username="kaushik.solanki" href="https://community.qlik.com/people/kaushik.solanki" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;" target="_blank"&gt;Kaushik Solanki&lt;/A&gt;&lt;SPAN style="color: #a9a9a9; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-avatarid="8166" data-externalid="" data-online="false" data-presence="null" data-userid="115171" data-username="simone.spanio" href="https://community.qlik.com/people/simone.spanio" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;" target="_blank"&gt;Simone Spanio&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i&amp;nbsp; want to achieve in the dashboad&amp;nbsp;&amp;nbsp; on open&amp;nbsp; trigger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by default&amp;nbsp;&amp;nbsp; current quarter and next 3 quarters [means 4quarters should be selected]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have quarter field&lt;/P&gt;&lt;P&gt;2017Q1&lt;/P&gt;&lt;P&gt;2017Q2&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;2018Q4&lt;/P&gt;&lt;P&gt;2019Q1&lt;/P&gt;&lt;P&gt;2019Q2&lt;/P&gt;&lt;P&gt;2019Q3&lt;/P&gt;&lt;P&gt;2019Q4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example current quarter is 2018Q4&amp;nbsp;&amp;nbsp; so my requirment is&amp;nbsp;&amp;nbsp;&amp;nbsp; to be default selction&amp;nbsp;&amp;nbsp; 2018Q4,2019Q1,2019Q2,2019Q3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be dynamic&amp;nbsp;&amp;nbsp;&amp;nbsp; ....if i will be in 2019Q1 ...it will treat as 2019Q1 as current&amp;nbsp; like that&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;Sony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection/m-p/139772#M758193</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: selection</title>
      <link>https://community.qlik.com/t5/QlikView/selection/m-p/139773#M758194</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;Here is the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let vMin = num(MakeDate(2017,01,01));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let vMax = num(MakeDate(2018,08,01));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Temp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load Date($(vMin) + RowNo() -1) as Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AutoGenerate 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;While Date($(vMin) + RowNo() -1) &amp;lt; Date($(vMax));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Master:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Year(Date) &amp;amp; 'Q'&amp;amp;Ceil(NUm(Month(Date))/3) as YearQtr,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; QuarterStart(Date) as QtrStart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Drop table Temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Trigger Expression:&lt;/P&gt;&lt;P&gt;='('&amp;amp;Concat({&amp;lt;Date = {"&amp;gt;$(=Max(QtrStart,4))"}&amp;gt;}distinct YearQtr,'|')&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also QVW is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 16:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection/m-p/139773#M758194</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-08-31T16:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: selection</title>
      <link>https://community.qlik.com/t5/QlikView/selection/m-p/139774#M758195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sony,&lt;/P&gt;&lt;P&gt;I attach a solution, creating variables in load script and creating an ID for every quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I inserted the script as onOpen trigger and in the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;Simone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 16:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection/m-p/139774#M758195</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2018-08-31T16:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: selection</title>
      <link>https://community.qlik.com/t5/QlikView/selection/m-p/139775#M758196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks alot.. i will test from my side also &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 17:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection/m-p/139775#M758196</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-08-31T17:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: selection</title>
      <link>https://community.qlik.com/t5/QlikView/selection/m-p/139776#M758197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/kaushik.solanki"&gt;kaushik.solanki&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in this variables you are static values are giving ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Script:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Let vMin = num(MakeDate(2017,01,01));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Let vMax = num(MakeDate(2018,08,01));&amp;nbsp; ----this value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;every time i need to change&amp;nbsp; current month?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 17:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection/m-p/139776#M758197</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-08-31T17:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection</title>
      <link>https://community.qlik.com/t5/QlikView/selection/m-p/139777#M758198</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 is just for testing, you can change vMax to Today().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So everytime it will get updated with today's date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 17:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection/m-p/139777#M758198</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-08-31T17:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: selection</title>
      <link>https://community.qlik.com/t5/QlikView/selection/m-p/139778#M758199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the info.i will check it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 17:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection/m-p/139778#M758199</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-08-31T17:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: selection</title>
      <link>https://community.qlik.com/t5/QlikView/selection/m-p/139779#M758200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more doubt &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/kaushik.solanki"&gt;kaushik.solanki&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if i dont want to use master calendar here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have only fisxal quarter values coming as 2017Q1 2017Q2....2018Q3,2018Q4,2019Q1&amp;nbsp; like so one..&amp;nbsp; i dnt have date field in my data&amp;nbsp; directly user is providing the fiscal quarter field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how can i achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 17:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection/m-p/139779#M758200</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-08-31T17:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: selection</title>
      <link>https://community.qlik.com/t5/QlikView/selection/m-p/139780#M758201</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;You need to get the Date field, so that it max(4th Last Max Value) can be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wont be able to get the Max(4th Last Max Value) from string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 18:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection/m-p/139780#M758201</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-08-31T18:02:08Z</dc:date>
    </item>
  </channel>
</rss>

