<?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: How to achieve a basic reporting from raw data in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/How-to-achieve-a-basic-reporting-from-raw-data/m-p/2469768#M4295</link>
    <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25322"&gt;@dmac1971&lt;/a&gt;&amp;nbsp;. do you know is there a feature / function where it can calculate cumulative total ?&lt;/P&gt;
&lt;P&gt;as in Mth 1 = T1, Mth 2 = T2 + T2, Mth 3 = T3+T2+t1 so on. depending on number of months displayed.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 03:55:25 GMT</pubDate>
    <dc:creator>BYCHUAIMH</dc:creator>
    <dc:date>2024-07-11T03:55:25Z</dc:date>
    <item>
      <title>How to achieve a basic reporting from raw data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-achieve-a-basic-reporting-from-raw-data/m-p/2468469#M4262</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I am new to Qlik sense and i wish to find out something please. I would say i am more a tech person. So i am able to automate many of these tasks via scripts. But i have to find an easy way to achieve a simple task to bring on board more users who have apprehension of embarking on this journey of self service analytic.&lt;/P&gt;
&lt;P&gt;Hence, presume I have a dataset with just these 3 data fields&lt;/P&gt;
&lt;P&gt;ID , Date of visit, Status&lt;/P&gt;
&lt;P&gt;==&amp;nbsp; =========, ======&lt;/P&gt;
&lt;P&gt;1,&amp;nbsp; &amp;nbsp;1 Jan 2023&amp;nbsp; , Completed&lt;/P&gt;
&lt;P&gt;2, 1 Jan 2023 , Active&lt;/P&gt;
&lt;P&gt;3, 3 Feb 2023, Completed&lt;/P&gt;
&lt;P&gt;4, 5 Feb 2023, Completed&lt;/P&gt;
&lt;P&gt;5, 7 Mar 2023, Completed&lt;/P&gt;
&lt;P&gt;6, 5 Mar 2023, Active&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My total completion quota is 10.&lt;/P&gt;
&lt;P&gt;I wish to plot a stack bar chart of "cumulative total completed" over "Balance to completion" by YYYYMM of visit date&lt;/P&gt;
&lt;P&gt;My current method&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) i have a script that converts Date of visit to YYYYMM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Then i count no of completes by YYYYMM and also calculate the cumulative total&lt;/P&gt;
&lt;P&gt;3) Then i take 10 - (cumulative total) = Balance of completion&lt;/P&gt;
&lt;P&gt;my aim is to produce a chart like this from the 3 raw data fields. May i know can that be done easily by users using Qliksense ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BYCHUAIMH_0-1720273357969.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168986iEB6F1647DC9DAFF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BYCHUAIMH_0-1720273357969.png" alt="BYCHUAIMH_0-1720273357969.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 13:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-achieve-a-basic-reporting-from-raw-data/m-p/2468469#M4262</guid>
      <dc:creator>BYCHUAIMH</dc:creator>
      <dc:date>2024-07-06T13:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve a basic reporting from raw data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-achieve-a-basic-reporting-from-raw-data/m-p/2468680#M4266</link>
      <description>&lt;P&gt;Hey happy to help get you started.&amp;nbsp; I have loaded the initial data using an inline load :&lt;/P&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD * Inline [&lt;/P&gt;
&lt;P&gt;ID , Visit_Date, Status&lt;BR /&gt;1, 01/01/2023 , Completed&lt;BR /&gt;2, 01/01/2023 , Active&lt;BR /&gt;3, 03/02/2023, Completed&lt;BR /&gt;4, 05/02/2023, Completed&lt;BR /&gt;5, 07/03/2023, Completed&lt;BR /&gt;6, 05/03/2023, Active&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;You will then need to add a master calendar, this will create the month/year etc etc.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then I added a variable input box and a variable to update.&amp;nbsp; This allows you to create a target or the&amp;nbsp;&lt;SPAN&gt;completion figure :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmac1971_0-1720438943327.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169007iA70F693DC84B1231/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dmac1971_0-1720438943327.png" alt="dmac1971_0-1720438943327.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmac1971_1-1720438986356.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169008i86F00192D57097B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dmac1971_1-1720438986356.png" alt="dmac1971_1-1720438986356.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This means you can change the target as required in the future easily.&lt;/P&gt;
&lt;P&gt;For the chart there are two expressions, one counts the number of completed, and the other compares to the completion target :&lt;/P&gt;
&lt;P&gt;Completed Figure =count({&amp;lt;Status = {'Completed'}&amp;gt;}ID)&lt;BR /&gt;Target to Complete&amp;nbsp;=$(vCompletition) - counT({&amp;lt;Status = {'Completed'}&amp;gt;}ID)&lt;/P&gt;
&lt;P&gt;Then you chart them in a stacked bar chart :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmac1971_2-1720439233438.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169009i28F69B95104400D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dmac1971_2-1720439233438.png" alt="dmac1971_2-1720439233438.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hopefully this helps get you started!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 11:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-achieve-a-basic-reporting-from-raw-data/m-p/2468680#M4266</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2024-07-08T11:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve a basic reporting from raw data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-achieve-a-basic-reporting-from-raw-data/m-p/2469768#M4295</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25322"&gt;@dmac1971&lt;/a&gt;&amp;nbsp;. do you know is there a feature / function where it can calculate cumulative total ?&lt;/P&gt;
&lt;P&gt;as in Mth 1 = T1, Mth 2 = T2 + T2, Mth 3 = T3+T2+t1 so on. depending on number of months displayed.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 03:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-achieve-a-basic-reporting-from-raw-data/m-p/2469768#M4295</guid>
      <dc:creator>BYCHUAIMH</dc:creator>
      <dc:date>2024-07-11T03:55:25Z</dc:date>
    </item>
  </channel>
</rss>

