<?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: Join Issue? Chart works when filtered but not if cleared in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766109#M454288</link>
    <description>&lt;P&gt;also note that some of your dates arent properly formatted, it may not join properly.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;1/1/2021&lt;/STRONG&gt;&lt;/EM&gt;-Epic OPT ECSM--&lt;BR /&gt;01/1/2021-Epic OPT ECSM-ND-Delivery&lt;BR /&gt;01/1/2021-Epic OPT ECSM-NE-Delivery&lt;BR /&gt;01/1/2021-Epic OPT ECSM-PNW-Delivery&lt;BR /&gt;01/1/2021-Epic OPT ECSM-TX-Delivery&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;1/1/2021&lt;/STRONG&gt;&lt;/EM&gt;-Epic OPT EMFI--&lt;BR /&gt;01/1/2021-Epic OPT EMFI-ND-Delivery&lt;BR /&gt;01/1/2021-Epic OPT EMFI-NE-Delivery&lt;BR /&gt;01/1/2021-Epic OPT EMFI-PNW-Delivery&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 17:56:37 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2020-12-03T17:56:37Z</dc:date>
    <item>
      <title>Join Issue? Chart works when filtered but not if cleared</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766081#M454284</link>
      <description>&lt;P&gt;My charts are supposed to show Available Checkbook Hours vs Actual Hours by Month, Division, Work Name or Task Type. &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;If I filter on CHECKBOOK_MONTH to 11/1/20, the data in the top graph looks good. If I clear the filter, the data does not look right. I think it's a join issue but I don't know how to fix it.&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;APP_QV_RCM_FINAL table contains the same fields but with different names to prevent multiple joins so which fields do I use in the charts?&lt;/P&gt;&lt;P&gt;The EPIC_CHECKBOOK table joins to the APP_QV_RCM_FINAL table on a concatenated key %CHECKBOOK_MONTH_MODULE of Month, Work Name, Division and Task Type.&lt;/P&gt;&lt;P&gt;For example, in the EPIC_CHECKBOOK table the field is &lt;STRONG&gt;Division&lt;/STRONG&gt; but in&amp;nbsp;APP_QV_RCM_FINAL it's &lt;STRONG&gt;DIVISION&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the EPIC_CHECKBOOK table the field is &lt;STRONG&gt;Module&lt;/STRONG&gt; but in&amp;nbsp;APP_QV_RCM_FINAL it's &lt;STRONG&gt;WORK_NAME&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;in the EPIC_CHECKBOOK table the field is &lt;STRONG&gt;CHECKBOOK_MONTH&lt;/STRONG&gt; but in&amp;nbsp;APP_QV_RCM_FINAL it's &lt;STRONG&gt;TRX_DATE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;in the EPIC_CHECKBOOK table the field is &lt;STRONG&gt;TASK_TYPE_OPT&lt;/STRONG&gt; but in&amp;nbsp;APP_QV_RCM_FINAL it's &lt;STRONG&gt;TASK_TYPE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-12-03_9-04-05.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45184i42A04FD599248F65/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2020-12-03_9-04-05.jpg" alt="2020-12-03_9-04-05.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 21:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766081#M454284</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2020-12-03T21:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue? Chart works when filtered but not if cleared</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766104#M454285</link>
      <description>&lt;P&gt;some of the expression are aggr by checkbook month but you dont use that in your dimension.&amp;nbsp; i think you wanted it aggr by division only so remove checkbook month and try that.&amp;nbsp; the reason it works when month is selected i bec aggr by a single dimension value returns a single result.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after doing that does the chart show expected results when filters are cleared?&amp;nbsp; if not, what is the expected value when the filters are cleared?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 17:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766104#M454285</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-03T17:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue? Chart works when filtered but not if cleared</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766105#M454286</link>
      <description>&lt;P&gt;actually, if on the first chart you need total by division you dont need to AGGR it just straight sum.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 17:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766105#M454286</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-03T17:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue? Chart works when filtered but not if cleared</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766106#M454287</link>
      <description>&lt;P&gt;even for the horizontal bar chart, since you have both dimensions - you dont need to AGGR them.&amp;nbsp; AGGR will only make it slower and you get the same result anyways&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 17:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766106#M454287</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-03T17:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue? Chart works when filtered but not if cleared</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766109#M454288</link>
      <description>&lt;P&gt;also note that some of your dates arent properly formatted, it may not join properly.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;1/1/2021&lt;/STRONG&gt;&lt;/EM&gt;-Epic OPT ECSM--&lt;BR /&gt;01/1/2021-Epic OPT ECSM-ND-Delivery&lt;BR /&gt;01/1/2021-Epic OPT ECSM-NE-Delivery&lt;BR /&gt;01/1/2021-Epic OPT ECSM-PNW-Delivery&lt;BR /&gt;01/1/2021-Epic OPT ECSM-TX-Delivery&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;1/1/2021&lt;/STRONG&gt;&lt;/EM&gt;-Epic OPT EMFI--&lt;BR /&gt;01/1/2021-Epic OPT EMFI-ND-Delivery&lt;BR /&gt;01/1/2021-Epic OPT EMFI-NE-Delivery&lt;BR /&gt;01/1/2021-Epic OPT EMFI-PNW-Delivery&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 17:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766109#M454288</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-03T17:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue? Chart works when filtered but not if cleared</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766110#M454289</link>
      <description>&lt;P&gt;this part caused it:&lt;BR /&gt;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;APP_QV_RCM_FINAL:&lt;BR /&gt;LOAD *,monthstart(date(TRX_DATE,'MM/D/YYYY'))&amp;amp;'-' .....&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;it should be&amp;nbsp; &amp;nbsp;date(monthstart(TRX_DATE),'MM/D/YYYY')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 18:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Issue-Chart-works-when-filtered-but-not-if-cleared/m-p/1766110#M454289</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-03T18:09:09Z</dc:date>
    </item>
  </channel>
</rss>

