<?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 stacked graph using 2 tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/stacked-graph-using-2-tables/m-p/1201047#M880693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;not sure why this isn't working, but i am loading data from 2 QVD files, incident and request data. I want to count the ticket status of both incident and request tickets in one chart, a stacked bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is, its putting the request tickets in a bar of its own, whilst counting the incident status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the screen shot below, you'll see my chart and expressions that i am using. The blue bar is incidents - showing the status, and the red bar is requests - showing separately. I want to see the red on top of the blue, where the status is the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am doing a simple Load statement in my script along the lines of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request_Tickets:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;FLD_TICKETID as Request_ID,&lt;/P&gt;&lt;P&gt;FLD_REQUESTSTATUS as req_Status,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FLD_REQUESTTYPE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;\\qvtest\QlikView_Files\qvds\final\group\remedy\WO_Request_final.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;where not WildMatch([FLD_REQUESTSTATUS],'Withdrawn') and FLD_REQUESTTYPE='123 - Service Request';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;incident_data:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FLD_TICKETID,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Status&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;\\qvtest\QlikView_Files\qvds\final\group\remedy\OP_Request_final.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;where not WildMatch(Status,'Withdrawn');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="stacked.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139548_stacked.jpg" style="height: 421px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>stacked graph using 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/stacked-graph-using-2-tables/m-p/1201047#M880693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;not sure why this isn't working, but i am loading data from 2 QVD files, incident and request data. I want to count the ticket status of both incident and request tickets in one chart, a stacked bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is, its putting the request tickets in a bar of its own, whilst counting the incident status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the screen shot below, you'll see my chart and expressions that i am using. The blue bar is incidents - showing the status, and the red bar is requests - showing separately. I want to see the red on top of the blue, where the status is the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am doing a simple Load statement in my script along the lines of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request_Tickets:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;FLD_TICKETID as Request_ID,&lt;/P&gt;&lt;P&gt;FLD_REQUESTSTATUS as req_Status,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FLD_REQUESTTYPE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;\\qvtest\QlikView_Files\qvds\final\group\remedy\WO_Request_final.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;where not WildMatch([FLD_REQUESTSTATUS],'Withdrawn') and FLD_REQUESTTYPE='123 - Service Request';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;incident_data:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FLD_TICKETID,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Status&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;\\qvtest\QlikView_Files\qvds\final\group\remedy\OP_Request_final.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;where not WildMatch(Status,'Withdrawn');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="stacked.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139548_stacked.jpg" style="height: 421px; width: 620px;" /&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/stacked-graph-using-2-tables/m-p/1201047#M880693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
  </channel>
</rss>

