<?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: Task does not refresh filter / variable properly in Qlik NPrinting in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1827854#M33028</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/119588"&gt;@Velvet_Crowe&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It is little bit murky water with this topic - you are 100% right.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also didn't find official statement in qlik help page nor in support articles if you need to regenerate metadata for the variable to flow through with the updated value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess it is time to make it official and we will need to ask our friends&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48712"&gt;@Frank_S&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;for official guidence or even request clarification in documentation for the scenario:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I reload Qlik Sense app (App 001)&lt;/LI&gt;&lt;LI&gt;After Qlik Sense app is reloaded I use another app to trigger NPrinting Publish Task which uses data from (App 001). To allow for Qlik Sense App 001 to be saved and loaded I use Sleep() in my script to wait for few minutes&lt;/LI&gt;&lt;LI&gt;Since we are using task chaining Publish task gets triggered after those few minutes&lt;/LI&gt;&lt;LI&gt;At this time I have following questions:&lt;OL&gt;&lt;LI&gt;Do I need to regenerate metadata to have data updated in my NPrinitng report (inlcuding data model and variables)?&lt;OL&gt;&lt;LI&gt;My observations:&lt;OL&gt;&lt;LI&gt;data model data from Qlik Sense app does not require metadata refresh&lt;/LI&gt;&lt;LI&gt;variable values - those sometimes flow through immidiately, sometimes they take few minutes and sometimes I have to regenerate metadata to get updated&amp;nbsp; variable values. It also was dependent on whether variable was calculate in the script or whether it was expression returning value based on data model data&lt;/LI&gt;&lt;LI&gt;I noticed this mainly when using variables set in Qlik Sense script which then should be used as condition to run/not run a task or report.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Indeed this topic was nugging me and I was using metadata reload (using API and dependency) to avoid any conversation about it, but I think it is time to come clean.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48712"&gt;@Frank_S&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;- would you be able to provide official comment from Qlik regarding this topic and/or update help documentation accordingly?&lt;/P&gt;&lt;P&gt;thanks - appreciate it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Aug 2021 00:31:21 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2021-08-11T00:31:21Z</dc:date>
    <item>
      <title>Task does not refresh filter / variable properly in Qlik NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1827609#M33022</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I have created a pixel perfect report which should be send by a task every day. The Qlik Sense app is updated daily an hour before the report is generated.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/U&gt; The applied filter in the task does not refresh or not all variables from qlik sense&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example 1:&lt;/EM&gt; Report is generated correctly with dynamic file naming but wrong e-mail date&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Filename = Temperature_2021-08-08 (&lt;FONT color="#339966"&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/FONT&gt;)&lt;/LI&gt;&lt;LI&gt;Report filtered with '&amp;gt;=08.08.2021 05:00:00&amp;lt;=09.08.2021 05:00:00' (&lt;FONT color="#339966"&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/FONT&gt;)&lt;/LI&gt;&lt;LI&gt;E-Mail subject = [Noreply] Temperature - 07.08.2021 (&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;WRONG&lt;/STRONG&gt;&lt;/FONT&gt; should be 08.08.2021!)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;EM&gt;Example 2:&lt;/EM&gt; Report is genereted with wrong date completly&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Today e.g. is 10.08.2021 but I get the 08.08.2021 (should be the 09.08.2021)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Filter:&lt;/STRONG&gt;&lt;/U&gt; yesterday 05:00 to today 05:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Zeitstempel &amp;gt;=Timestamp(Today() - 1 + MakeTime(5),'dd.MM.yyyy HH:mm:ss') and Zeitstempel &amp;lt;= Timestamp(Today() + MakeTime(5),'dd.MM.yyyy HH:mm:ss')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Zeitstempel=timestamp with date time value)&lt;/P&gt;&lt;P&gt;There is no other filter applied to the task or any user.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Variables:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;vMinDate (date for e-mail subject)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Date(Min([Datum]), 'dd.MM.yyyy')​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;vMinDateFileNameFormat (date for file name)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Date(Min([Datum]), 'yyyy-MM-dd')​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Current workaround:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create report in Qlik Sense with On-Demand&lt;/LI&gt;&lt;LI&gt;Reload connection meta data and trigger task&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Threads I already found:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A title="Solved: When should you Reload Metadata?" href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/When-should-you-Reload-Metadata/td-p/23838" target="_blank" rel="noopener"&gt;Solved: When should you Reload Metadata?&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A title="Solved: June 2019 MetaData reload not working properly" href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/June-2019-MetaData-reload-not-working-properly/td-p/1603859" target="_blank" rel="noopener"&gt;Solved: June 2019 MetaData reload not working properly&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The only solutions are for QlikView so it does not work for Qlik Sense. Do I really have to reload the meta data every time? Or could this be cause by something else?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 06:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1827609#M33022</guid>
      <dc:creator>Velvet_Crowe</dc:creator>
      <dc:date>2021-08-10T06:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Task does not refresh filter / variable properly in Qlik NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1827854#M33028</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/119588"&gt;@Velvet_Crowe&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It is little bit murky water with this topic - you are 100% right.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also didn't find official statement in qlik help page nor in support articles if you need to regenerate metadata for the variable to flow through with the updated value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess it is time to make it official and we will need to ask our friends&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48712"&gt;@Frank_S&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;for official guidence or even request clarification in documentation for the scenario:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I reload Qlik Sense app (App 001)&lt;/LI&gt;&lt;LI&gt;After Qlik Sense app is reloaded I use another app to trigger NPrinting Publish Task which uses data from (App 001). To allow for Qlik Sense App 001 to be saved and loaded I use Sleep() in my script to wait for few minutes&lt;/LI&gt;&lt;LI&gt;Since we are using task chaining Publish task gets triggered after those few minutes&lt;/LI&gt;&lt;LI&gt;At this time I have following questions:&lt;OL&gt;&lt;LI&gt;Do I need to regenerate metadata to have data updated in my NPrinitng report (inlcuding data model and variables)?&lt;OL&gt;&lt;LI&gt;My observations:&lt;OL&gt;&lt;LI&gt;data model data from Qlik Sense app does not require metadata refresh&lt;/LI&gt;&lt;LI&gt;variable values - those sometimes flow through immidiately, sometimes they take few minutes and sometimes I have to regenerate metadata to get updated&amp;nbsp; variable values. It also was dependent on whether variable was calculate in the script or whether it was expression returning value based on data model data&lt;/LI&gt;&lt;LI&gt;I noticed this mainly when using variables set in Qlik Sense script which then should be used as condition to run/not run a task or report.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Indeed this topic was nugging me and I was using metadata reload (using API and dependency) to avoid any conversation about it, but I think it is time to come clean.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48712"&gt;@Frank_S&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;- would you be able to provide official comment from Qlik regarding this topic and/or update help documentation accordingly?&lt;/P&gt;&lt;P&gt;thanks - appreciate it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 00:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1827854#M33028</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-08-11T00:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Task does not refresh filter / variable properly in Qlik NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1828612#M33048</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/119588"&gt;@Velvet_Crowe&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's summer silly season and therefore well-earned vacation time even here at Qlik!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In any case, I have been watching your question this week and have posted your question internally to the R&amp;amp;D team earlier this week and have not yet had a response. This is a good question and I will do my best to respond.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=========================================================&lt;/P&gt;&lt;P&gt;Regarding metadata reloads:&lt;/P&gt;&lt;P&gt;From &lt;A href="https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/GettingStarted/HowCreateConnections/Reloading-connection-metadata.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/GettingStarted/HowCreateConnections/Reloading-connection-metadata.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Reloading connection metadata&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Connection metadata contains information&lt;STRONG&gt; about the data and structures&lt;/STRONG&gt; of linked QlikView documents or Qlik Sense apps.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Qlik NPrinting automatically uploads metadata when a new connection is created. Metadata must also be updated whenever you change the data structure or content of QlikView documents or Qlik Sense apps connected to Qlik NPrinting. This ensures that Qlik NPrinting is aware of these changes.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;After the metadata is reloaded, all instances of QV.exe that are running on Qlik NPrinting Engines associated with the connection will automatically stop and restart to update them. Existing reports are not automatically re-run, so they may contain old data. &lt;STRONG&gt;Reports executed after a metadata reload will show the updated data.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Last cache update times are displayed relative to the time zone of the logged in user. These may be different than the time zone of the Qlik NPrinting Server. You can change your time zone by clicking on your user name in the top right, and selecting Settings.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;=========================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it seems that to answer your question, I will agree with your observation that it is necessary to reload the NP connection/metadata to update all &lt;EM&gt;&lt;STRONG&gt;data and structures&lt;/STRONG&gt; of linked QlikView documents or Qlik Sense apps&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I asked if this behavior would be changing in future NPrinting versions but again, I have not yet had a response. I suspect that there is no current roadmap in place to make this change at this time nor for the foreseeable future. So yes, scheduling reloads of your NP connection will be paramount to keeping your variable filters and all structures and data up to date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you wish, I would suggest posting your concerns here and adding a feature request.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas" target="_blank"&gt;Ideas | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that I have understood the issue clearly and that the above at least provides insight into what you have been experiencing as well as next steps to undertake in order to mitigate the issue. In the meantime, I have added and internal help page update request with ID HLP-10623 to include Qliksense&lt;/P&gt;&lt;P&gt;ie: &lt;EM&gt;all instances of QV.exe and &lt;/EM&gt; &lt;EM&gt;&lt;STRONG&gt;reporting_web_renderer.exe&lt;/STRONG&gt;&lt;/EM&gt; &lt;EM&gt;that are running on Qlik NPrinting Engines.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards...&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 23:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1828612#M33048</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2021-08-13T23:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Task does not refresh filter / variable properly in Qlik NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1828614#M33049</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48712"&gt;@Frank_S&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your time and happy holidays!&lt;/P&gt;&lt;P&gt;Since we are investigating this I guess it will be helpful to clearify with R&amp;amp;D all scenarios. There was no clear indication that you need to reload metadata each time (otherwise it would be better to have metadata reload kicking off each time Publish task starts automaticly, right?&lt;/P&gt;&lt;P&gt;So there is a particular scenario where at the moment metadata reload is necessary and I suspect it is in the scenario where we want to reflect variable whicha was set in Qlik Sense script during reload. Again this is only my suspicion and I may be far from the truth.&lt;/P&gt;&lt;P&gt;I would really like to understand when do we need to reload metadata. Then what will happen when I will not reload metadata?&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do all field values update?&lt;/LI&gt;&lt;LI&gt;Do all variables update?&lt;UL&gt;&lt;LI&gt;variable used as expression: like: "= Date(Today())"&lt;/LI&gt;&lt;LI&gt;variables already calculated in script with Let or Set statement which already have value ?&lt;UL&gt;&lt;LI&gt;like below:&lt;UL&gt;&lt;LI&gt;Let = vToday = Date(Today())&lt;/LI&gt;&lt;LI&gt;result = 14/08/2021 - will this tomorrow update to 15/08/2021?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Breaking it down and calrifying scenario will give us much clearer picture of when we must update metadata. It is not always necessary based on my experience, but in some scenarios i just was getting inconclusive results.&lt;/P&gt;&lt;P&gt;I am more than happy for everyone to come back from holidays and take a close look at this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 23:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1828614#M33049</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-08-13T23:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Task does not refresh filter / variable properly in Qlik NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1828975#M33070</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48712"&gt;@Frank_S&lt;/a&gt;&amp;nbsp; and &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the support.&lt;/P&gt;&lt;P&gt;Reloading the metadata beforehand solved the problem. The data and variables have been correct since then.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 07:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1828975#M33070</guid>
      <dc:creator>Velvet_Crowe</dc:creator>
      <dc:date>2021-08-17T07:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Task does not refresh filter / variable properly in Qlik NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1833059#M33200</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48712"&gt;@Frank_S&lt;/a&gt;&amp;nbsp; &amp;amp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the status of your investigation with R&amp;amp;D? Looking forward to hear back from you as this topic comes over and over again and it creates more and more confusion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 23:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1833059#M33200</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-09-01T23:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Task does not refresh filter / variable properly in Qlik NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1833327#M33222</link>
      <description>&lt;P&gt;R&amp;amp;D came back with the following help information. So they have stated (including internal conversations) that this is working as expected. A Qlik sense app reload is needed then a NPrinting reload is needed after the Qlik Sense app relaod&lt;/P&gt;

&lt;UL&gt;
 &lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/GettingStarted/HowCreateConnections/Reloading-connection-metadata.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/GettingStarted/HowCreateConnections/Reloading-connection-metadata.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I've asked them to improve the documentation to mention variables and QS app reload dependencies. It is up to them to manage the documentation on this.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I don't have more than this. If you wish I suggest putting in an 'idea' on the ideas site and mention any concerns or suggestions with your Idea request.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Suggest-an-Idea/idb-p/qlik-ideas" target="_blank"&gt;https://community.qlik.com/t5/Suggest-an-Idea/idb-p/qlik-ideas&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 15:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1833327#M33222</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2021-09-02T15:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Task does not refresh filter / variable properly in Qlik NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1833411#M33230</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48712"&gt;@Frank_S&lt;/a&gt;&amp;nbsp;- thanks for getting back to us and well I was afraid I will get such inconclusive answer which is obviously too vague and requires a lot more detail. We both know that very well!&lt;/P&gt;&lt;P&gt;What does it mean " Qlik Sense app reload" - I know that app needs to be reloaded but the whole point is whether or not we need metadata reload on NPrinting connection? I see it black and white (yes or no). If there is something in between which I believe there is, we also need to know what it is with all details and scenarios.&lt;/P&gt;&lt;P&gt;This is obviously taking too much time to get an answer, so I will be opening support ticket to get to the bottom of this. It should be very easy to present the case based on documentation that product is not behaving as described.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 21:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Task-does-not-refresh-filter-variable-properly-in-Qlik-NPrinting/m-p/1833411#M33230</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-09-02T21:36:24Z</dc:date>
    </item>
  </channel>
</rss>

