<?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: Current month data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334176#M827829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Status_Dash={'Completed'},&lt;/SPAN&gt;Date_Dash={"&amp;gt;=Date(MonthStart(Today(1))) &amp;lt;=&lt;SPAN style="font-size: 13.3333px;"&gt;Date_Dash&lt;/SPAN&gt;(MonthEnd(Today(1))"}&amp;gt;}&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Processed_Dash&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this one.&amp;nbsp; I had an incorrect field in the first one:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Status_Dash={'Completed'},Date_Dash={"&amp;gt;=Date(MonthStart(Today(1))) &amp;lt;=Date(MonthEnd(Today(1))"}&amp;gt;}Processed_Dash)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2017 17:12:49 GMT</pubDate>
    <dc:creator>jcampbell474</dc:creator>
    <dc:date>2017-07-05T17:12:49Z</dc:date>
    <item>
      <title>Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334168#M827821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to figure out how to calculate current month processes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression:&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Status_Dash={'Completed'}, Month={"$(Month(addmonths(today(),-0)))"}&amp;gt;} Processed_Dash)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the return value should be 4342, but it is returning all data from "completed" in the database, including previous months. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="current month.PNG" class="jive-image image-1" src="/legacyfs/online/169201_current month.PNG" style="height: auto;" /&gt;&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/Current-month-data/m-p/1334168#M827821</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334169#M827822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure why Month involved here, you could use this to achieve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Status_Dash = {'Completed'}&amp;gt;} Processed_Dash)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 16:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334169#M827822</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-05T16:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334170#M827823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your expression, Synthetically this?&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Status_Dash={'Completed'}, Month={"$(&lt;STRONG&gt;=&lt;/STRONG&gt;Month(addmonths(today(),-0)))"}&amp;gt;} Processed_Dash)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Sum({$&amp;lt;Status_Dash={'Completed'}, Month={'$(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Month(today()))'}&amp;gt;} Processed_Dash)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 16:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334170#M827823</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-05T16:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334171#M827824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because this is just a snapshot of this months data. There is previous data in the database as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 16:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334171#M827824</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T16:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334172#M827825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried both of those and they both return everything 'completed' from the database. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334172#M827825</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T17:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334173#M827826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your Month field created in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334173#M827826</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-05T17:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334174#M827827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My first expression will return 4342, Only. Aren't you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334174#M827827</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-05T17:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334175#M827828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Status_Dash={'Completed'}, Month = {"$(=Month(Today()))"}&amp;gt;} Processed_Dash)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Month is created in the script like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month(Date_Dash) as Month&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334175#M827828</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-05T17:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334176#M827829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Status_Dash={'Completed'},&lt;/SPAN&gt;Date_Dash={"&amp;gt;=Date(MonthStart(Today(1))) &amp;lt;=&lt;SPAN style="font-size: 13.3333px;"&gt;Date_Dash&lt;/SPAN&gt;(MonthEnd(Today(1))"}&amp;gt;}&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Processed_Dash&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this one.&amp;nbsp; I had an incorrect field in the first one:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Status_Dash={'Completed'},Date_Dash={"&amp;gt;=Date(MonthStart(Today(1))) &amp;lt;=Date(MonthEnd(Today(1))"}&amp;gt;}Processed_Dash)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334176#M827829</guid>
      <dc:creator>jcampbell474</dc:creator>
      <dc:date>2017-07-05T17:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334177#M827830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, I tried this and still returns all of the collected data. Not just this month. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334177#M827830</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T17:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334178#M827831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This returned a 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334178#M827831</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T17:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334179#M827832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the exact script you have used to create your Month field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334179#M827832</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-05T17:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334180#M827833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Use this one.&amp;nbsp; I had an incorrect field in the first one:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;sum({&amp;lt;Status_Dash={'Completed'},Date_Dash={"&amp;gt;=Date(MonthStart(Today(1))) &amp;lt;=Date(MonthEnd(Today(1))"}&amp;gt;}Processed_Dash)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334180#M827833</guid>
      <dc:creator>jcampbell474</dc:creator>
      <dc:date>2017-07-05T17:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334181#M827834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still a 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334181#M827834</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T17:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334182#M827835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So instead of redefining Month, I created a variable called 'vLM' and its expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Date_Dash)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From there I am using this expression to get my answer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Status_Dash={'Completed'}, vLM = {"$(=Month(Today()))"}&amp;gt;} Processed_Dash)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334182#M827835</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T17:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334183#M827836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use functions on the right hand side of the set modifier.... you will need to create Month field in the script&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month(Date_Dash) as Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use this field in your set analysis&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Status_Dash={'Completed'}, Month= {"$(=Month(Today()))"}&amp;gt;} Processed_Dash)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334183#M827836</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-05T17:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334184#M827837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny will not steer you wrong.&amp;nbsp; I'd go with whatever he advises.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to pursue this solution for whatever reason, I would need to see the script used to create Date_Dash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334184#M827837</guid>
      <dc:creator>jcampbell474</dc:creator>
      <dc:date>2017-07-05T17:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334185#M827840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still new to using the scripting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is what I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Date_Dash,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Program_Dash,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; UOM_Dash,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Status_Dash,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Ave_Cost_Dash,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Processed_Dash&lt;BR /&gt;FROM [lib://AttachedFiles/OB_Summary_Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is OB_Dash_Data);&lt;/P&gt;&lt;P&gt;Load &lt;BR /&gt; Month(Date_Dash) as Month;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This shows an error stating "Date_Dash" not found&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 18:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334185#M827840</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T18:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334186#M827841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date_Dash,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;Month(Date_Dash) as Month,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Program_Dash,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; UOM_Dash,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Status_Dash,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Ave_Cost_Dash,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Processed_Dash&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [lib://AttachedFiles/OB_Summary_Data.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is OB_Dash_Data);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 18:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334186#M827841</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-05T18:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Current month data</title>
      <link>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334187#M827842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You most certainly a huge help! Thanks for your patience and knowledge!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 18:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-month-data/m-p/1334187#M827842</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T18:38:07Z</dc:date>
    </item>
  </channel>
</rss>

