<?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 Capturing Historical Snapshots of Expired discounts in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Capturing-Historical-Snapshots-of-Expired-discounts/m-p/2537124#M108754</link>
    <description>&lt;P&gt;I have 4 different types of discounts for our telecom client like time limited discount (TLD), Contract, Gifting and Device related. for each of this discount have its own expire date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;as we know for each type of discount, the number of their projected estimations will change over the month due to churn, discount renewal, save etc.&lt;/P&gt;&lt;P&gt;suppose in 202401 subscriptions with TLD expirations are around 5000, then each month some of them would have been expired as the months going on.&lt;/P&gt;&lt;P&gt;now client requirement is they wanted to see what the original was how many expirations were in 2024 jan.&amp;nbsp;&lt;/P&gt;&lt;P&gt;below picture will give an idea about what exactly we are looking for. kindly through some light on how to achieve this. your response on this is highly appreciated, many thanks&lt;/P&gt;&lt;P&gt;TLD - TLD_Expire_date&lt;/P&gt;&lt;P&gt;Contract - Ctr_Expire_Date&lt;/P&gt;&lt;P&gt;Gifting - Ctr_Expire_Date (Gifting flag =1)&lt;/P&gt;&lt;P&gt;Device - Device_Expire_Date&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlikbuddy_0-1764055047325.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185236i78086F6C976C9F38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Qlikbuddy_0-1764055047325.png" alt="Qlikbuddy_0-1764055047325.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Nov 2025 07:19:35 GMT</pubDate>
    <dc:creator>Qlikbuddy</dc:creator>
    <dc:date>2025-11-25T07:19:35Z</dc:date>
    <item>
      <title>Capturing Historical Snapshots of Expired discounts</title>
      <link>https://community.qlik.com/t5/App-Development/Capturing-Historical-Snapshots-of-Expired-discounts/m-p/2537124#M108754</link>
      <description>&lt;P&gt;I have 4 different types of discounts for our telecom client like time limited discount (TLD), Contract, Gifting and Device related. for each of this discount have its own expire date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;as we know for each type of discount, the number of their projected estimations will change over the month due to churn, discount renewal, save etc.&lt;/P&gt;&lt;P&gt;suppose in 202401 subscriptions with TLD expirations are around 5000, then each month some of them would have been expired as the months going on.&lt;/P&gt;&lt;P&gt;now client requirement is they wanted to see what the original was how many expirations were in 2024 jan.&amp;nbsp;&lt;/P&gt;&lt;P&gt;below picture will give an idea about what exactly we are looking for. kindly through some light on how to achieve this. your response on this is highly appreciated, many thanks&lt;/P&gt;&lt;P&gt;TLD - TLD_Expire_date&lt;/P&gt;&lt;P&gt;Contract - Ctr_Expire_Date&lt;/P&gt;&lt;P&gt;Gifting - Ctr_Expire_Date (Gifting flag =1)&lt;/P&gt;&lt;P&gt;Device - Device_Expire_Date&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlikbuddy_0-1764055047325.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185236i78086F6C976C9F38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Qlikbuddy_0-1764055047325.png" alt="Qlikbuddy_0-1764055047325.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 07:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Capturing-Historical-Snapshots-of-Expired-discounts/m-p/2537124#M108754</guid>
      <dc:creator>Qlikbuddy</dc:creator>
      <dc:date>2025-11-25T07:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Historical Snapshots of Expired discounts</title>
      <link>https://community.qlik.com/t5/App-Development/Capturing-Historical-Snapshots-of-Expired-discounts/m-p/2537260#M108780</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144949"&gt;@Qlikbuddy&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;There are few ways of doing this but two I can think of is to start storing qvds at month end to have exactly the right snapshot for the month end. However this method will only work going forward.&lt;/P&gt;&lt;P&gt;You can also use the AS-OF method as described by Henric Cronstrom in the following link:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Design/The-As-Of-Table/ba-p/1466130" target="_blank"&gt;https://community.qlik.com/t5/Design/The-As-Of-Table/ba-p/1466130&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I tend to use an altered form of Henric's script for my own needs.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 00:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Capturing-Historical-Snapshots-of-Expired-discounts/m-p/2537260#M108780</guid>
      <dc:creator>-SW-</dc:creator>
      <dc:date>2025-11-26T00:26:39Z</dc:date>
    </item>
  </channel>
</rss>

