<?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: Table help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339268#M823449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Dash,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date_Dash) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Month(Date_Dash)) as MonthNum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date_Dash) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(year(Date_Dash)) as vCY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(month(Date_Dash)) as vCM&lt;/P&gt;&lt;P&gt;FROM [lib://Data files/OB_Summary_Data.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is OB_Dash_Data);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have it for a separate excel file, so I should make a new one for this file and call it like Month2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2017 14:20:43 GMT</pubDate>
    <dc:creator>joshrussin</dc:creator>
    <dc:date>2017-07-20T14:20:43Z</dc:date>
    <item>
      <title>Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339266#M823445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sums are not adding correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what the table looks like&lt;IMG alt="filter.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170808_filter.PNG" style="width: 620px; height: 48px;" /&gt;&lt;/P&gt;&lt;P&gt;This is what the database looks like&lt;/P&gt;&lt;P&gt;&lt;IMG alt="filter1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/170809_filter1.PNG" style="width: 620px; height: 36px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my table,&lt;/P&gt;&lt;P&gt;Today's WIP = sum({$&amp;lt; Date={"$(=FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,$(vHolidays)))"}&amp;gt;} WIP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MTD WIP = &lt;/P&gt;&lt;P&gt;sum({$&amp;lt; Month = {"$(=Month(FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,$(vHolidays))))"}, &lt;/P&gt;&lt;P&gt; Year = {"$(=Year(FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,$(vHolidays))))"}&amp;gt;} WIP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last 30 Days WIP = SUM({&amp;lt;Date={"$(='&amp;gt;=' &amp;amp; date(today()-30))"}&amp;gt;} WIP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last 90 Days WIP = SUM({&amp;lt;Date={"$(='&amp;gt;=' &amp;amp; date(today()-90))"}&amp;gt;} WIP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason the MTD is adding up everything in WIP and not just current month.&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/Table-help/m-p/1339266#M823445</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339267#M823447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does your Month field look like? How is it created in the script? Using Month function in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 23:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339267#M823447</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-19T23:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339268#M823449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Dash,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date_Dash) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Month(Date_Dash)) as MonthNum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date_Dash) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(year(Date_Dash)) as vCY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(month(Date_Dash)) as vCM&lt;/P&gt;&lt;P&gt;FROM [lib://Data files/OB_Summary_Data.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is OB_Dash_Data);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have it for a separate excel file, so I should make a new one for this file and call it like Month2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 14:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339268#M823449</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-20T14:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339269#M823451</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 have it for a separate excel file, so I should make a new one for this file and call it like Month2?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not sure I follow this? a separate excel file for what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 14:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339269#M823451</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-20T14:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339270#M823452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a few separate data sources. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one called status&lt;/P&gt;&lt;P&gt;&lt;IMG alt="status_rd.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170890_status_rd.PNG" style="width: 620px; height: 34px;" /&gt;&lt;/P&gt;&lt;P&gt;and another called summary&lt;/P&gt;&lt;P&gt;&lt;IMG alt="summary_rd.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/170891_summary_rd.PNG" style="width: 620px; height: 36px;" /&gt;&lt;/P&gt;&lt;P&gt;I have connected only the summary in the script, the others I just have them linked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for my connection for summary, I have this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Dash,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date_Dash) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Month(Date_Dash)) as MonthNum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date_Dash) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(year(Date_Dash)) as vCY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(month(Date_Dash)) as vCM&lt;/P&gt;&lt;P&gt;FROM [lib://Data files/OB_Summary_Data.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is OB_Dash_Data);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 14:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339270#M823452</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-20T14:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339271#M823454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Status and Summary linked to each other in a way that date selections flow through to the Status data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 15:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339271#M823454</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-20T15:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339272#M823456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out. I just linked all the data in the scripts rather that individually loading. After that I just made month for that data into Month_RD. It is working now. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 16:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1339272#M823456</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-20T16:25:22Z</dc:date>
    </item>
  </channel>
</rss>

