<?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: Showing Open and closed work in each month in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Showing-Open-and-closed-work-in-each-month/m-p/2410888#M13274</link>
    <description>&lt;P&gt;This old blog post,&amp;nbsp;&lt;A title="Canonical Date by HIC" href="https://community.qlik.com/t5/Design/Canonical-Date/ba-p/1463578" target="_self"&gt;Canonical Date&lt;/A&gt;, by &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp;could also be a good read in your situation.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2024 05:58:52 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2024-01-25T05:58:52Z</dc:date>
    <item>
      <title>Showing Open and closed work in each month</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Showing-Open-and-closed-work-in-each-month/m-p/2410879#M13272</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a request from user to show a&amp;nbsp; graph which will have Year Month and for each Year Month I need to show how many work orders were opened and also show how many were closed (irrespective of when they were opened). The field I have in my table is Raised Date, Closed Date and Work order Status for Closed and Open. How can I achieve it ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;select&lt;BR /&gt;wod.word_no,&lt;BR /&gt;wod.rsd_dt,&lt;BR /&gt;wod.clsd_dt,&lt;BR /&gt;wod.word_stat_cde,&lt;BR /&gt;wod.word_cmptd_cde,&lt;BR /&gt;from&lt;BR /&gt;ndwu.work_order_dim wod,&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 05:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Showing-Open-and-closed-work-in-each-month/m-p/2410879#M13272</guid>
      <dc:creator>Abhi_WP</dc:creator>
      <dc:date>2024-01-25T05:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Open and closed work in each month</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Showing-Open-and-closed-work-in-each-month/m-p/2410885#M13273</link>
      <description>&lt;P&gt;What if you make a date link table to your master calendar?&lt;/P&gt;
&lt;P&gt;date_link:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;wod.word_no,&lt;/P&gt;
&lt;P&gt;wod.clsd_dt as dt,&lt;/P&gt;
&lt;P&gt;'Closed' as dt_type&lt;/P&gt;
&lt;P&gt;Resident data;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Comcatenate Load&lt;/P&gt;
&lt;P&gt;wod.word_no,&lt;/P&gt;
&lt;P&gt;wod.rsd_dt as dt,&lt;/P&gt;
&lt;P&gt;'Raised' as dt_type&lt;/P&gt;
&lt;P&gt;Resident data;&lt;/P&gt;
&lt;P&gt;Create a master calendar linked to the new dt field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can use yearmonth from your master calendar and&amp;nbsp; dt_type as a dimension to distinguish between raised and closed dates.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 05:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Showing-Open-and-closed-work-in-each-month/m-p/2410885#M13273</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-01-25T05:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Open and closed work in each month</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Showing-Open-and-closed-work-in-each-month/m-p/2410888#M13274</link>
      <description>&lt;P&gt;This old blog post,&amp;nbsp;&lt;A title="Canonical Date by HIC" href="https://community.qlik.com/t5/Design/Canonical-Date/ba-p/1463578" target="_self"&gt;Canonical Date&lt;/A&gt;, by &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp;could also be a good read in your situation.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 05:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Showing-Open-and-closed-work-in-each-month/m-p/2410888#M13274</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-01-25T05:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Open and closed work in each month</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Showing-Open-and-closed-work-in-each-month/m-p/2411720#M13286</link>
      <description>&lt;P&gt;Thank you very much for providing the link to the solution. It is very well explained there.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 03:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Showing-Open-and-closed-work-in-each-month/m-p/2411720#M13286</guid>
      <dc:creator>Abhi_WP</dc:creator>
      <dc:date>2024-01-29T03:34:59Z</dc:date>
    </item>
  </channel>
</rss>

