<?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: Rolling 12 Month Graph with hard coded field selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406221#M514152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They match now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2017 19:23:22 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-30T19:23:22Z</dc:date>
    <item>
      <title>Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406207#M514138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to take these 2 expressions and modify it to only show the previous 12 months (where CLOSE_DATE is within the last 12 months) and need some help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Count({&amp;lt;PROCESS_STEP = {'Ticket Created (Detected)', 'Ticket Closed'}, IS_IN_PROD = {'Y'}&amp;gt;}PROCESS_STEP) = GetSelectedCount(PROCESS_STEP)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PROCESS_STEP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Ticket Created (Detected)', 'Ticket Closed'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IS_IN_PROD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Y'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Avg Days:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; *= {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Min({$}CLOSE_DATE) &amp;gt;= AddMonths(Today(),-12)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PROCESS_STEP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Ticket Created (Detected)', 'Ticket Closed'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IS_IN_PROD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Y'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PROCESS_STEP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Ticket Created (Detected)', 'Ticket Closed'}, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IS_IN_PROD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Y'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PROCESS_STEP_START_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PROCESS_STEP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Ticket Created (Detected)', 'Ticket Closed'}, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IS_IN_PROD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Y'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PROCESS_STEP_START_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) /&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; *= {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Min({$}CLOSE_DATE) &amp;gt;= AddMonths(Today(),-12)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PROCESS_STEP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Ticket Created (Detected)', 'Ticket Closed'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IS_IN_PROD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Y'}, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Count({$&amp;lt;PROCESS_STEP = {'Ticket Created (Detected)', 'Ticket Closed'}, IS_IN_PROD = {'Y'}&amp;gt;} PROCESS_STEP) = GetSelectedCount(PROCESS_STEP)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The numbers in the bottom graphs should match the numbers in the top graphs:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="8-30-2017 10-28-51 AM.jpg" class="jive-image image-1" src="/legacyfs/online/175138_8-30-2017 10-28-51 AM.jpg" style="width: 620px; height: 393px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Cassandra Baqir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 19:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406207#M514138</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-29T19:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406208#M514139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 14:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406208#M514139</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-30T14:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406209#M514140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I am trying to take these 2 expressions and modify it to only show the previous 12 months (where CLOSE_DATE is within the last 12 months) and need some help:&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What do you mean when you say where CLOSE_DATE is within the last 12 months? What is the expected output based on the sample provided (with or without selections)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 15:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406209#M514140</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-30T15:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406210#M514141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expected output is what is in this image (also includes IS_IN_PROD = Y):&lt;/P&gt;&lt;P&gt;These two graphs are dependent on making two selections. The graphs I need help with have those selections hard-coded because I use them for Nprinting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am looking for are tickets that were CLOSED in the specified month within the last 12 months. If we needed to add a date field, it would be CLOSE_DATE.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="8-30-2017 10-18-42 AM.jpg" class="jive-image image-1" src="/legacyfs/online/175132_8-30-2017 10-18-42 AM.jpg" style="width: 620px; height: 269px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 15:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406210#M514141</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-30T15:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406211#M514142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Edited image for expected output because I forgot that IS_IN_PROD was also hard coded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 17:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406211#M514142</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-30T17:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406212#M514143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I updated the QVW sample and screen shots. Does that make it more clear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 17:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406212#M514143</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-30T17:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406213#M514144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checking it now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 17:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406213#M514144</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-30T17:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406214#M514145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 18:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406214#M514145</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-30T18:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406215#M514146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's the bottom charts I am trying to see the rolling 12 months in. The ones with the process steps and is_in_prod hardcoded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try adding &lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MONTH_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Max(MONTH_1), -11), 'MM-YY') &amp;amp; '&amp;lt;' &amp;amp; Date(MonthStart(Max(MONTH_1), 1), 'MM-YY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &lt;/SPAN&gt; to them. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 18:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406215#M514146</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-30T18:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406216#M514147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do we apply the same logic to the bottom Avg # Days chart with the values hardcoded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;DEFECT_ID *= {"=Min({$}PROCESS_STEP_START_DATE) &amp;gt;= AddMonths(Today(),-12)"},&lt;BR /&gt; PROCESS_STEP = {'Ticket Created (Detected)', 'Ticket Closed'}, IS_IN_PROD = {'Y'}&amp;gt;} Aggr( Max({$&amp;lt;PROCESS_STEP = {'Ticket Created (Detected)', 'Ticket Closed'}, &lt;BR /&gt; IS_IN_PROD = {'Y'}&amp;gt;}PROCESS_STEP_START_DATE) - Min({$&amp;lt;PROCESS_STEP = {'Ticket Created (Detected)', 'Ticket Closed'}, &lt;BR /&gt; IS_IN_PROD = {'Y'}&amp;gt;} PROCESS_STEP_START_DATE), DEFECT_ID)) /&lt;BR /&gt; (Count({$&amp;lt;DEFECT_ID *= {"=Min({$}PROCESS_STEP_START_DATE) &amp;gt;= AddMonths(Today(),-12)"},&lt;BR /&gt; PROCESS_STEP = {'Ticket Created (Detected)', 'Ticket Closed'}, IS_IN_PROD = {'Y'}, &lt;BR /&gt; DEFECT_ID = {"=Count({$&amp;lt;PROCESS_STEP = {'Ticket Created (Detected)', 'Ticket Closed'}, &lt;BR /&gt; IS_IN_PROD = {'Y'}&amp;gt;} PROCESS_STEP) = GetSelectedCount(PROCESS_STEP)"}&amp;gt;} DISTINCT DEFECT_ID))&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 18:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406216#M514147</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-30T18:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406217#M514148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 19:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406217#M514148</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-30T19:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406218#M514149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this works... Not 100% sure if it gives you what you want or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 19:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406218#M514149</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-30T19:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406219#M514150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, looking now! Why use CLOSE_DATE and MONTH_1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 19:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406219#M514150</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-30T19:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406220#M514151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea why September shows 177 on top but 172 on the bottom?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 19:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406220#M514151</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-30T19:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406221#M514152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They match now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 19:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406221#M514152</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-30T19:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406222#M514153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are my new best friend!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 19:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406222#M514153</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-30T19:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Graph with hard coded field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406223#M514154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 19:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Graph-with-hard-coded-field-selections/m-p/1406223#M514154</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-30T19:29:27Z</dc:date>
    </item>
  </channel>
</rss>

