<?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 How to analyse changes of data between two dates ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-analyse-changes-of-data-between-two-dates/m-p/1639603#M595055</link>
    <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I need your help !&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if you look at the example in attachment (&lt;EM&gt;Presentation.png&lt;/EM&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I would like to analyze the evolution of the amount of the invoices of my customers between two dates.&lt;BR /&gt;I would like to display in one table the amount for the two dates (both dates are selected by the user) and also the progress of the payment.&lt;BR /&gt;&lt;BR /&gt;The dimensions used are : dimension "customer contract" (num police) and dimension "bill number" (%Q_NUM).&lt;BR /&gt;A customer can have multiple bills.&lt;/P&gt;&lt;P&gt;I would like to have the evolution by contract and also by invoice.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;What I have done&amp;nbsp;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For the min date :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=sum(aggr(Sum( {&amp;lt;&lt;/P&gt;&lt;P&gt;DATE_INSERT={'$(=minstring(DATE_INSERT))'}&lt;/P&gt;&lt;P&gt;&amp;gt;} Q_ARRIERE), %Q_NUM))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For the max date :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=sum(aggr(Sum( {&amp;lt;&lt;/P&gt;&lt;P&gt;DATE_INSERT={'$(=maxstring(DATE_INSERT))'}&lt;/P&gt;&lt;P&gt;&amp;gt;} Q_ARRIERE), %Q_NUM))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For comparaison :&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;=((Column(1)-Column(2))/Column(1))&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;I am experiencing the following issues :&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;(&lt;EM&gt;Picture 1.png&lt;/EM&gt;)&lt;BR /&gt;I would like to delete null invoices (0 €),&lt;BR /&gt;In my mindate colunm.&lt;BR /&gt;Because it does not make sense in the monitoring of payments.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;(&lt;EM&gt;Picture 2.png&lt;/EM&gt;)&lt;BR /&gt;When I select a contract number,&lt;BR /&gt;Amounts of the datamax change.&lt;BR /&gt;And When I select a bill number amounts change again.&lt;STRIKE&gt;&lt;BR /&gt;&lt;/STRIKE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Can you tell me if my method is good, ?&lt;BR /&gt;How to change my code to solve problems ?&lt;BR /&gt;Also, what type of graph adapted to this type of analysis i could add ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2019 15:57:21 GMT</pubDate>
    <dc:creator>marakud971</dc:creator>
    <dc:date>2019-10-24T15:57:21Z</dc:date>
    <item>
      <title>How to analyse changes of data between two dates ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-changes-of-data-between-two-dates/m-p/1639603#M595055</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I need your help !&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if you look at the example in attachment (&lt;EM&gt;Presentation.png&lt;/EM&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I would like to analyze the evolution of the amount of the invoices of my customers between two dates.&lt;BR /&gt;I would like to display in one table the amount for the two dates (both dates are selected by the user) and also the progress of the payment.&lt;BR /&gt;&lt;BR /&gt;The dimensions used are : dimension "customer contract" (num police) and dimension "bill number" (%Q_NUM).&lt;BR /&gt;A customer can have multiple bills.&lt;/P&gt;&lt;P&gt;I would like to have the evolution by contract and also by invoice.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;What I have done&amp;nbsp;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For the min date :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=sum(aggr(Sum( {&amp;lt;&lt;/P&gt;&lt;P&gt;DATE_INSERT={'$(=minstring(DATE_INSERT))'}&lt;/P&gt;&lt;P&gt;&amp;gt;} Q_ARRIERE), %Q_NUM))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For the max date :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=sum(aggr(Sum( {&amp;lt;&lt;/P&gt;&lt;P&gt;DATE_INSERT={'$(=maxstring(DATE_INSERT))'}&lt;/P&gt;&lt;P&gt;&amp;gt;} Q_ARRIERE), %Q_NUM))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For comparaison :&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;=((Column(1)-Column(2))/Column(1))&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;I am experiencing the following issues :&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;(&lt;EM&gt;Picture 1.png&lt;/EM&gt;)&lt;BR /&gt;I would like to delete null invoices (0 €),&lt;BR /&gt;In my mindate colunm.&lt;BR /&gt;Because it does not make sense in the monitoring of payments.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;(&lt;EM&gt;Picture 2.png&lt;/EM&gt;)&lt;BR /&gt;When I select a contract number,&lt;BR /&gt;Amounts of the datamax change.&lt;BR /&gt;And When I select a bill number amounts change again.&lt;STRIKE&gt;&lt;BR /&gt;&lt;/STRIKE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Can you tell me if my method is good, ?&lt;BR /&gt;How to change my code to solve problems ?&lt;BR /&gt;Also, what type of graph adapted to this type of analysis i could add ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 15:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-changes-of-data-between-two-dates/m-p/1639603#M595055</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2019-10-24T15:57:21Z</dc:date>
    </item>
  </channel>
</rss>

