<?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 Monitor Daily Changes in Data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Monitor-Daily-Changes-in-Data/m-p/1695931#M53225</link>
    <description>&lt;P&gt;I have a customer table that is rebuilt by a SQL query every day. It has to meet certain conditions to make it onto this table. I'm capturing the table every day and writing it a CSV file (a new one each day).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another app that is loading all of these files into it, daily.&lt;/P&gt;&lt;P&gt;Each day, customers may be added, some removed. I need to be able to monitor these changes. I'm able to count the distinct amount of customers each day by attaching a date onto the data model of each build. The issue I'm stuck is, I need to return a text field on the unique values between days.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, Monday to Tuesday.&lt;/P&gt;&lt;P&gt;1/1/2020&lt;/P&gt;&lt;TABLE border="1" width="44.44%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="199.333px" height="46px"&gt;Customer #&lt;/TD&gt;&lt;TD width="200px" height="46px"&gt;Customer Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="199.333px" height="46px"&gt;1&lt;/TD&gt;&lt;TD width="200px" height="46px"&gt;Customer One&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="199.333px" height="46px"&gt;2&lt;/TD&gt;&lt;TD width="200px" height="46px"&gt;Customer Two&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="199.333px" height="46px"&gt;3&lt;/TD&gt;&lt;TD width="200px" height="46px"&gt;Customer Three&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1/2/2020&lt;/P&gt;&lt;TABLE border="1" width="44.444442438029235%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Customer #&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Customer Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Customer Two&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;3&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Customer Three&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;4&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Customer Four&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This data model is joined together in my app. It's all one table. Is it even possible to make a chart table by the date dimension that has two measures "Customers Added" and "Customers Removed".&lt;/P&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;Date&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Customers Added&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Customers Removed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;1/1/2020&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;-&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;1/2/2020&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Customer Four&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Customer One&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Wed, 22 Apr 2020 22:01:35 GMT</pubDate>
    <dc:creator>smithc2005</dc:creator>
    <dc:date>2020-04-22T22:01:35Z</dc:date>
    <item>
      <title>Monitor Daily Changes in Data</title>
      <link>https://community.qlik.com/t5/App-Development/Monitor-Daily-Changes-in-Data/m-p/1695931#M53225</link>
      <description>&lt;P&gt;I have a customer table that is rebuilt by a SQL query every day. It has to meet certain conditions to make it onto this table. I'm capturing the table every day and writing it a CSV file (a new one each day).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another app that is loading all of these files into it, daily.&lt;/P&gt;&lt;P&gt;Each day, customers may be added, some removed. I need to be able to monitor these changes. I'm able to count the distinct amount of customers each day by attaching a date onto the data model of each build. The issue I'm stuck is, I need to return a text field on the unique values between days.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, Monday to Tuesday.&lt;/P&gt;&lt;P&gt;1/1/2020&lt;/P&gt;&lt;TABLE border="1" width="44.44%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="199.333px" height="46px"&gt;Customer #&lt;/TD&gt;&lt;TD width="200px" height="46px"&gt;Customer Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="199.333px" height="46px"&gt;1&lt;/TD&gt;&lt;TD width="200px" height="46px"&gt;Customer One&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="199.333px" height="46px"&gt;2&lt;/TD&gt;&lt;TD width="200px" height="46px"&gt;Customer Two&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="199.333px" height="46px"&gt;3&lt;/TD&gt;&lt;TD width="200px" height="46px"&gt;Customer Three&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1/2/2020&lt;/P&gt;&lt;TABLE border="1" width="44.444442438029235%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Customer #&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Customer Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Customer Two&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;3&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Customer Three&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;4&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Customer Four&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This data model is joined together in my app. It's all one table. Is it even possible to make a chart table by the date dimension that has two measures "Customers Added" and "Customers Removed".&lt;/P&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;Date&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Customers Added&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Customers Removed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;1/1/2020&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;-&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;1/2/2020&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Customer Four&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;Customer One&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 22 Apr 2020 22:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Monitor-Daily-Changes-in-Data/m-p/1695931#M53225</guid>
      <dc:creator>smithc2005</dc:creator>
      <dc:date>2020-04-22T22:01:35Z</dc:date>
    </item>
  </channel>
</rss>

