<?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: Graph with month dimension but reduce to multiple date fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Graph-with-month-dimension-but-reduce-to-multiple-date-fields/m-p/1897156#M74049</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Cdecluseau_umanis,&lt;/P&gt;
&lt;P&gt;Would you be able to provide a sample QVD with a smal set of dummy data and your line graph?&lt;BR /&gt;So that we can have a look at what you created and how to adjust this to your additional needs?&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Sebb&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 13:58:46 GMT</pubDate>
    <dc:creator>SBDataspark</dc:creator>
    <dc:date>2022-02-24T13:58:46Z</dc:date>
    <item>
      <title>Graph with month dimension but reduce to multiple date fields</title>
      <link>https://community.qlik.com/t5/App-Development/Graph-with-month-dimension-but-reduce-to-multiple-date-fields/m-p/1894936#M73827</link>
      <description>&lt;P&gt;Hello world,&lt;/P&gt;
&lt;P&gt;I have to create a simple line chart like that.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 619px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72645i31DCF9F7FD92A4E8/image-dimensions/619x269?v=v2" width="619" height="269" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;My data look like this :&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;Customer&lt;/TD&gt;
&lt;TD width="12.5%"&gt;BeginDate&lt;/TD&gt;
&lt;TD width="12.5%"&gt;EndDate&lt;/TD&gt;
&lt;TD width="25%"&gt;speDate&lt;/TD&gt;
&lt;TD width="25%"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;A&lt;/TD&gt;
&lt;TD width="12.5%"&gt;01/01/2022&lt;/TD&gt;
&lt;TD width="12.5%"&gt;05/02/2022&lt;/TD&gt;
&lt;TD width="25%"&gt;01/01/2022&lt;/TD&gt;
&lt;TD width="25%"&gt;High&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;A&lt;/TD&gt;
&lt;TD width="12.5%"&gt;06/02/2022&lt;/TD&gt;
&lt;TD width="12.5%"&gt;18/02/2022&lt;/TD&gt;
&lt;TD width="25%"&gt;01/01/2022&lt;/TD&gt;
&lt;TD width="25%"&gt;Low&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;B&lt;/TD&gt;
&lt;TD width="12.5%"&gt;14/12/2021&lt;/TD&gt;
&lt;TD width="12.5%"&gt;27/12/2021&lt;/TD&gt;
&lt;TD width="25%"&gt;-&lt;/TD&gt;
&lt;TD width="25%"&gt;Medium&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;B&lt;/TD&gt;
&lt;TD width="12.5%"&gt;28/12/2021&lt;/TD&gt;
&lt;TD width="12.5%"&gt;12/01/2022&lt;/TD&gt;
&lt;TD width="25%"&gt;29/12/2021&lt;/TD&gt;
&lt;TD width="25%"&gt;High&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;B&lt;/TD&gt;
&lt;TD width="12.5%"&gt;13/01/20121&lt;/TD&gt;
&lt;TD width="12.5%"&gt;18/02/2022&lt;/TD&gt;
&lt;TD width="25%"&gt;29/12/2021&lt;/TD&gt;
&lt;TD width="25%"&gt;Low&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;...&lt;/TD&gt;
&lt;TD width="12.5%"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="12.5%"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;This table shows evolution of the customer over the time (begin to end date, then a new line with the following beginDate to end date...)&lt;/P&gt;
&lt;P&gt;I've created a link calendar table to [BeginDate-EndDate]. So I can display for each month the number of distinct customer.&lt;BR /&gt;Here : &lt;BR /&gt;Dec.21 = 1 (B)&lt;BR /&gt;Jan.22 = 2 (A &amp;amp; B)&lt;BR /&gt;Feb.22 = 2 (A &amp;amp; B)&lt;/P&gt;
&lt;P&gt;But a new kpi needs to be displayed :&lt;BR /&gt;Number of clients per month and with speDate in the month.&lt;BR /&gt;&lt;BR /&gt;The result will be :&amp;nbsp;&lt;BR /&gt;Dec.21 = 1 (B)&lt;BR /&gt;Jan.22 = 1 (A)&lt;BR /&gt;Feb.22 = 0&lt;BR /&gt;&lt;BR /&gt;As my month dimension is linked to [BeginDate-EndDate], I don't know how to tell that my month dimension needs also to reduce on another Date field.&lt;/P&gt;
&lt;P&gt;If someone have an idea, i will really appreciate the help !&lt;/P&gt;
&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 17:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Graph-with-month-dimension-but-reduce-to-multiple-date-fields/m-p/1894936#M73827</guid>
      <dc:creator>cdecluseau_umanis</dc:creator>
      <dc:date>2022-02-18T17:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Graph with month dimension but reduce to multiple date fields</title>
      <link>https://community.qlik.com/t5/App-Development/Graph-with-month-dimension-but-reduce-to-multiple-date-fields/m-p/1897156#M74049</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Cdecluseau_umanis,&lt;/P&gt;
&lt;P&gt;Would you be able to provide a sample QVD with a smal set of dummy data and your line graph?&lt;BR /&gt;So that we can have a look at what you created and how to adjust this to your additional needs?&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Sebb&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 13:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Graph-with-month-dimension-but-reduce-to-multiple-date-fields/m-p/1897156#M74049</guid>
      <dc:creator>SBDataspark</dc:creator>
      <dc:date>2022-02-24T13:58:46Z</dc:date>
    </item>
  </channel>
</rss>

