<?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: Defaulting to Current Month with option to Change Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65045#M773212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=If(GetFieldSelections(Month)&amp;gt;0, 'Current Month headcount', 'You selected' &amp;amp; Concat(Chr(39) &amp;amp; Month &amp;amp; Chr(39), ',') &amp;amp; 'and the count is' &amp;amp; Count(Month))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2018 13:24:02 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-05-08T13:24:02Z</dc:date>
    <item>
      <title>Defaulting to Current Month with option to Change Month</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65041#M773206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik World,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression for a simple bar chart: &lt;STRONG&gt;sum({&amp;lt;LastMonth={1}, BUDGET_ACTUALS={'BUDGET'}&amp;gt;} HEADCOUNT)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This displays the budget of the previous month's headcount, but I am wanting to have it be where the deafult remains the same and allows for past months to also display.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="post.jpg" class="jive-image image-1" height="237" src="https://community.qlik.com/legacyfs/online/201740_post.jpg" style="height: 237.344px; width: 271px;" width="271" /&gt;&lt;/P&gt;&lt;P&gt;Two part question:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How can I edit this expression to allow for this? I already have a month list box on the app, so that part is already done for once I can select a past month.&lt;/LI&gt;&lt;LI&gt;Is there a way to make the title of the object dynamic? It is currently erroneously called Current Month Headcount since it defaults to that view, but once I select a past month, I would like for the title to dynamically become Monthly Headcount.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JB&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/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65041#M773206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting to Current Month with option to Change Month</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65042#M773207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this using Title as measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='You selected' &amp;amp; Concat(Chr(39) &amp;amp; Month &amp;amp; Chr(39), ',') &amp;amp; 'and the count is' &amp;amp; Count(Month)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 00:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65042#M773207</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-08T00:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting to Current Month with option to Change Month</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65043#M773208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll give that a try and get back to you real soon, Anil. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 12:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65043#M773208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T12:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting to Current Month with option to Change Month</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65044#M773210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil, that worked for the dynamic title component, very much appreciated. Any advice on the other part regarding having the current month display as the default view with the option to change it with the month selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 13:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65044#M773210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting to Current Month with option to Change Month</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65045#M773212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=If(GetFieldSelections(Month)&amp;gt;0, 'Current Month headcount', 'You selected' &amp;amp; Concat(Chr(39) &amp;amp; Month &amp;amp; Chr(39), ',') &amp;amp; 'and the count is' &amp;amp; Count(Month))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 13:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65045#M773212</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-08T13:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting to Current Month with option to Change Month</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65046#M773214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That hasn't worked yet, but I am trying to replace a few terms at the moment and will let you know how it goes. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 13:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65046#M773214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T13:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting to Current Month with option to Change Month</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65047#M773216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If above one replicate your issue, I think the one which latest should work. May be inter place from last to first like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;=If(GetFieldSelections(Month)&amp;gt;0, 'You selected' &amp;amp; Concat(Chr(39) &amp;amp; Month &amp;amp; Chr(39), ',') &amp;amp; 'and the count is' &amp;amp; Count(Month), &lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;'Current Month headcount'&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;=If(GetFieldSelections(Month)&amp;gt;0, 'You selected' &amp;amp; Concat(Chr(39) &amp;amp; Month &amp;amp; Chr(39), ',') &amp;amp; 'and the count is' &amp;amp; Count(Month), &lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;Your Default Measure&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 13:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65047#M773216</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-08T13:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting to Current Month with option to Change Month</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65048#M773217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This ended up working for me: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;GetCurrentSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;Curent&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={1}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;BUDGET_ACTUALS&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={'BUDGET'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;HEADCOUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;BUDGET_ACTUALS&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={'BUDGET'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;HEADCOUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;))&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 15:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65048#M773217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T15:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting to Current Month with option to Change Month</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65049#M773218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a similar table with the same filter issue. We have been able to apply some of the solutions that have been suggested here to this table, but we have some issues. &lt;/P&gt;&lt;P&gt;We would like to display Overhead Details with the below columns shown here with no filters applied:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="snip 3.png" class="image-4 jive-image" src="/legacyfs/online/201894_snip 3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, we need to be able to filter by month or quarter. As some of the columns are month-specific, we are not sure how to modify the table to display relevant data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="snip2.png" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/201895_snip2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that the current month actual below is the same as the current quarter actual when we have selected to filter by a fiscal month. The current quarter actual needs to include January-March, not only January as it shows now. Currently, if a quarter were selected, then the actuals and the budget display fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is our current expression for the current quarter budget:&lt;IMG alt="snip1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/201887_snip1.png" style="height: 50px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 21:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65049#M773218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T21:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Defaulting to Current Month with option to Change Month</title>
      <link>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65050#M773219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the expression for column "Cur Qtr Act":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;GetCurrentSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()), &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CurrentQuarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={1}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;BUDGET_ACTUALS&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={'BUDGET'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DOLLARS&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)/1000, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;BUDGET_ACTUALS&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={'BUDGET'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DOLLARS&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)/1000) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;It currently returns&lt;/SPAN&gt; the same data as "Cur Mon Act" but it should be returning the cumulative actuals for all three months in a given&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;quarter. &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Here is how we define Current Quarter in the data model:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Fiscal Month Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;/3)= &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;())/3), 1, 0) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CurrentQuarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt; &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 16:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defaulting-to-Current-Month-with-option-to-Change-Month/m-p/65050#M773219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T16:07:31Z</dc:date>
    </item>
  </channel>
</rss>

