<?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: Save immutable values in a table and add new values continuously in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Save-immutable-values-in-a-table-and-add-new-values-continuously/m-p/1961083#M306</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for the quick reply.&lt;/P&gt;
&lt;P&gt;I have already thought about that, but I have no possibility to create new QVDs on the server (as far as i know). Are there any other possibilities?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2022 11:48:10 GMT</pubDate>
    <dc:creator>Malte</dc:creator>
    <dc:date>2022-07-27T11:48:10Z</dc:date>
    <item>
      <title>Save immutable values in a table and add new values continuously</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Save-immutable-values-in-a-table-and-add-new-values-continuously/m-p/1961077#M304</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;i have the following task:&lt;/P&gt;
&lt;P&gt;For an analysis, I need the values that have a date smaller than today's date. The problem is that today's date is changed with every new load, so the values from the past may have been changed in the meantime and are no longer taken into consideration in this logic.&lt;/P&gt;
&lt;P&gt;So my question at this point is this:&lt;/P&gt;
&lt;P&gt;Is there a possibility (as soon as the date is smaller than today) to store the values as a fixed value in a table and only add new values with each new load?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Malte&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Save-immutable-values-in-a-table-and-add-new-values-continuously/m-p/1961077#M304</guid>
      <dc:creator>Malte</dc:creator>
      <dc:date>2024-11-15T22:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Save immutable values in a table and add new values continuously</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Save-immutable-values-in-a-table-and-add-new-values-continuously/m-p/1961081#M305</link>
      <description>&lt;P&gt;Sounds like you're looking for an incremental load:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/QVD_Incremental.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/QVD_Incremental.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 11:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Save-immutable-values-in-a-table-and-add-new-values-continuously/m-p/1961081#M305</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-07-27T11:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Save immutable values in a table and add new values continuously</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Save-immutable-values-in-a-table-and-add-new-values-continuously/m-p/1961083#M306</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for the quick reply.&lt;/P&gt;
&lt;P&gt;I have already thought about that, but I have no possibility to create new QVDs on the server (as far as i know). Are there any other possibilities?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 11:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Save-immutable-values-in-a-table-and-add-new-values-continuously/m-p/1961083#M306</guid>
      <dc:creator>Malte</dc:creator>
      <dc:date>2022-07-27T11:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Save immutable values in a table and add new values continuously</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Save-immutable-values-in-a-table-and-add-new-values-continuously/m-p/1961085#M307</link>
      <description>&lt;P&gt;Perhaps you could try and achieve this using Partial Reload:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/PartialReload.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/PartialReload.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But I would strongly advise against trying, since this will "break" the first time you need to full-reload the app for any reason.&lt;/P&gt;
&lt;P&gt;I suppose you could also try and achieve the same thing by keeping the old data in a separate Qlik Sense app and reference that app using Binary, but if you can't write a QVD file to this server, you probably can't reference a QVF on it either...&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 11:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Save-immutable-values-in-a-table-and-add-new-values-continuously/m-p/1961085#M307</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-07-27T11:54:58Z</dc:date>
    </item>
  </channel>
</rss>

