<?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 Reload Button by sending parameters to script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Reload-Button-by-sending-parameters-to-script/m-p/1770870#M59657</link>
    <description>&lt;P&gt;Dear Qlik Community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a QVDs’ snapshot from every day which are saved using the following named standard: “Reportname + _ + date” as follow:&lt;/P&gt;&lt;P&gt;BackupFinalReport_12-11-2020.qvd&lt;/P&gt;&lt;P&gt;BackupFinalReport_12-12-2020.qvd&lt;/P&gt;&lt;P&gt;BackupFinalReport_12-13-2020.qvd&lt;/P&gt;&lt;P&gt;BackupFinalReport_12-14-2020.qvd&lt;/P&gt;&lt;P&gt;BackupFinalReport_12-15-2020.qvd&lt;/P&gt;&lt;P&gt;And so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now, I am loading the last 2 QVD using 2 variables as follow and loading &amp;amp; concatenating the QVDs 2 times:&lt;/P&gt;&lt;P&gt;Let v BackupFinalReport1 = date(TODAY()-1,'YYYYMMDD');&lt;/P&gt;&lt;P&gt;Let vBackupFinalReport 2 = date(TODAY()-2,'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CSPN_V2:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM [$(vPath)/ BackupFinalReport_$(vBackupFinalReport1).qvd] (qvd)&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM [$(vPath)/ BackupFinalReport_$(vBackupFinalReport2).qvd] (qvd)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to allow user to select the date directly on the app (by a filter or button) and then allow them to reload the app using the dates they selected,&lt;/P&gt;&lt;P&gt;For example, if the app has the data for 12-14-2020 and 12-15-2020 but they want to see the data for 12-11-2020 and 12-13-2020 I need to allow them to select the date, sent the date to variables already have in the script and reload the app with the dates values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible? I hope to be clear enough.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:40:08 GMT</pubDate>
    <dc:creator>Luis_Saavedra</dc:creator>
    <dc:date>2024-11-16T17:40:08Z</dc:date>
    <item>
      <title>Reload Button by sending parameters to script</title>
      <link>https://community.qlik.com/t5/App-Development/Reload-Button-by-sending-parameters-to-script/m-p/1770870#M59657</link>
      <description>&lt;P&gt;Dear Qlik Community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a QVDs’ snapshot from every day which are saved using the following named standard: “Reportname + _ + date” as follow:&lt;/P&gt;&lt;P&gt;BackupFinalReport_12-11-2020.qvd&lt;/P&gt;&lt;P&gt;BackupFinalReport_12-12-2020.qvd&lt;/P&gt;&lt;P&gt;BackupFinalReport_12-13-2020.qvd&lt;/P&gt;&lt;P&gt;BackupFinalReport_12-14-2020.qvd&lt;/P&gt;&lt;P&gt;BackupFinalReport_12-15-2020.qvd&lt;/P&gt;&lt;P&gt;And so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now, I am loading the last 2 QVD using 2 variables as follow and loading &amp;amp; concatenating the QVDs 2 times:&lt;/P&gt;&lt;P&gt;Let v BackupFinalReport1 = date(TODAY()-1,'YYYYMMDD');&lt;/P&gt;&lt;P&gt;Let vBackupFinalReport 2 = date(TODAY()-2,'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CSPN_V2:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM [$(vPath)/ BackupFinalReport_$(vBackupFinalReport1).qvd] (qvd)&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM [$(vPath)/ BackupFinalReport_$(vBackupFinalReport2).qvd] (qvd)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to allow user to select the date directly on the app (by a filter or button) and then allow them to reload the app using the dates they selected,&lt;/P&gt;&lt;P&gt;For example, if the app has the data for 12-14-2020 and 12-15-2020 but they want to see the data for 12-11-2020 and 12-13-2020 I need to allow them to select the date, sent the date to variables already have in the script and reload the app with the dates values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible? I hope to be clear enough.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Reload-Button-by-sending-parameters-to-script/m-p/1770870#M59657</guid>
      <dc:creator>Luis_Saavedra</dc:creator>
      <dc:date>2024-11-16T17:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Button by sending parameters to script</title>
      <link>https://community.qlik.com/t5/App-Development/Reload-Button-by-sending-parameters-to-script/m-p/1771115#M59682</link>
      <description>&lt;P&gt;Hola Luis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two alternatives to do it in another way:&lt;/P&gt;&lt;P&gt;1) Instead, Today () you can use a value obtained from an Excel or .txt. The user must change that value before reload data.&lt;/P&gt;&lt;P&gt;2) Save the upload date in your model and reload all QVDs (if possible). Users can select this upload date to filter what they need.&lt;/P&gt;&lt;P&gt;(Saludos desde el barrio de Saavedra, Buenos Aires...)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 20:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Reload-Button-by-sending-parameters-to-script/m-p/1771115#M59682</guid>
      <dc:creator>Fernando_Fabregas</dc:creator>
      <dc:date>2020-12-29T20:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Button by sending parameters to script</title>
      <link>https://community.qlik.com/t5/App-Development/Reload-Button-by-sending-parameters-to-script/m-p/1771421#M59701</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/126596"&gt;@Luis_Saavedra&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23415"&gt;@Fernando_Fabregas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps Dynamic Views is the way to go, this feature was introduced in February-March 2020, I haven't used it myself, but here are few videos and help pages, good luck:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.youtube.com/watch?v=LRrMDW7qUok" target="_blank" rel="noopener"&gt;Dynamic views - Qlik Sense&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.youtube.com/watch?v=M60l1xjyNI0" target="_blank" rel="noopener"&gt;Introducing Dynamic Views (Mike Tarallo)&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.youtube.com/watch?v=H3hI_QHEl8A" target="_blank" rel="noopener"&gt;Qlik What If Analysis and Qlik Sense Dynamic Views - Episode 16 Webinar on BI &lt;/A&gt;&amp;nbsp;(this one is 1 hour long, I haven't watch it&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2020/Subsystems/Hub/Content/Sense_Hub/DynamicViews/creating-dynamic-views.htm" target="_blank" rel="noopener"&gt;Creating dynamic views and charts&lt;/A&gt;&amp;nbsp;(Help page)&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2020/Subsystems/Hub/Content/Sense_Hub/DynamicViews/using-dynamic-views.htm" target="_blank" rel="noopener"&gt;Using dynamic views and charts &lt;/A&gt;&amp;nbsp;(help page)&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/DynamicViews/dynamic-views.htm" target="_blank" rel="noopener"&gt;Managing data with dynamic views&lt;/A&gt;&amp;nbsp; (help page -- You should read it)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I am suggesting you a Dynamic view because it allows you to run a Load Script from the User Interface and update visualizations, similar to your requirement, although you will have to adjust its logic to your need!&lt;/P&gt;&lt;P&gt;Please, let us know how you go with it, as I can't use on QlikSense Desktop.&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jan 2021 01:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Reload-Button-by-sending-parameters-to-script/m-p/1771421#M59701</guid>
      <dc:creator>ArnadoSandoval</dc:creator>
      <dc:date>2021-01-01T01:40:11Z</dc:date>
    </item>
  </channel>
</rss>

