<?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: Re run the task if the KPI is not updated in the application in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Re-run-the-task-if-the-KPI-is-not-updated-in-the-application/m-p/1979555#M80853</link>
    <description>&lt;P&gt;Hi Timario,&lt;/P&gt;
&lt;P&gt;Thanks for your input.&lt;/P&gt;
&lt;P&gt;How can we store a KPI(calculated in the front end) in a QVD? And do you think it execution will go in loops if the data is not updated in each extraction?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sun, 11 Sep 2022 11:46:14 GMT</pubDate>
    <dc:creator>Akash_Pohare</dc:creator>
    <dc:date>2022-09-11T11:46:14Z</dc:date>
    <item>
      <title>Re run the task if the KPI is not updated in the application</title>
      <link>https://community.qlik.com/t5/App-Development/Re-run-the-task-if-the-KPI-is-not-updated-in-the-application/m-p/1977223#M80635</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;
&lt;P&gt;I have a requirement where I want to re-run the task if the first reload did not extract the data and hence if KPI is not updated in the dashboard with the latest data.&lt;/P&gt;
&lt;P&gt;Is there any way with which Qlik can read the KPI&amp;nbsp; from the application and based on the result(KPI value is 0) can the same task be re-run again automatically?&lt;/P&gt;
&lt;P&gt;Kindly help me if you have any thoughts on how to achieve this.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 05:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Re-run-the-task-if-the-KPI-is-not-updated-in-the-application/m-p/1977223#M80635</guid>
      <dc:creator>Akash_Pohare</dc:creator>
      <dc:date>2022-09-06T05:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re run the task if the KPI is not updated in the application</title>
      <link>https://community.qlik.com/t5/App-Development/Re-run-the-task-if-the-KPI-is-not-updated-in-the-application/m-p/1977236#M80639</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you store value of kpi in qvd file .&lt;BR /&gt;you can re run task next method:&lt;/P&gt;
&lt;P&gt;create &lt;STRONG&gt;sub &lt;/STRONG&gt;(function)&amp;nbsp;with your code;&lt;/P&gt;
&lt;P&gt;comparison new value of kpi with old value;&lt;/P&gt;
&lt;P&gt;if new value has some change, restore in qvd file,&amp;nbsp; end sub, end script;&lt;/P&gt;
&lt;P&gt;else call your &lt;STRONG&gt;sub&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;It's link for sub:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/Sub.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/Sub.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It's link for choice value:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/InterRecordFunctions/Peek.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/InterRecordFunctions/Peek.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It's link for if/then/else/end if:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/if.htm#:~:text=The%20if%20function%20returns%20a,evaluates%20as%20True%20or%20False.&amp;amp;text=The%20if%20function%20has%20three,can%20be%20of%20any%20type" target="_blank"&gt;https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/if.htm#:~:text=The%20if%20function%20returns%20a,evaluates%20as%20True%20or%20False.&amp;amp;text=The%20if%20function%20has%20three,can%20be%20of%20any%20type&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 05:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Re-run-the-task-if-the-KPI-is-not-updated-in-the-application/m-p/1977236#M80639</guid>
      <dc:creator>Timario</dc:creator>
      <dc:date>2022-09-06T05:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re run the task if the KPI is not updated in the application</title>
      <link>https://community.qlik.com/t5/App-Development/Re-run-the-task-if-the-KPI-is-not-updated-in-the-application/m-p/1979555#M80853</link>
      <description>&lt;P&gt;Hi Timario,&lt;/P&gt;
&lt;P&gt;Thanks for your input.&lt;/P&gt;
&lt;P&gt;How can we store a KPI(calculated in the front end) in a QVD? And do you think it execution will go in loops if the data is not updated in each extraction?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 11:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Re-run-the-task-if-the-KPI-is-not-updated-in-the-application/m-p/1979555#M80853</guid>
      <dc:creator>Akash_Pohare</dc:creator>
      <dc:date>2022-09-11T11:46:14Z</dc:date>
    </item>
  </channel>
</rss>

