<?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: Qlikview Publisher - Distribution of Report based on condition and multiple values in a list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Publisher-Distribution-of-Report-based-on-condition-and/m-p/458138#M1319693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do that by externel event. &lt;/P&gt;&lt;P&gt;Just write a QV script / supporting task (external script) that check the data.&lt;/P&gt;&lt;P&gt;If there are new data available use the edx interface of qlikview to start the task.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3024"&gt;Using EDX in QlikView 11 - basic example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Schedule this script / supporting task like your script for distributing PDF files, before.&lt;/P&gt;&lt;P&gt;It's just an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2014 10:21:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-17T10:21:07Z</dc:date>
    <item>
      <title>Qlikview Publisher - Distribution of Report based on condition and multiple values in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Publisher-Distribution-of-Report-based-on-condition-and/m-p/458136#M1319683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am need to distribute a report based on a condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. have a date field and id which is getting data every hour and it's datetime stamp field and the the qlikview model is getting refreshed every half an hour and based on the new values Qlikview published should generate reports for each id and distribute via PDF to the users. Sometimes there is no new records so means no new id has been added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that in Qlikview Publisher?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like. if the last data has been loaded 4:00 PM today and at 4:30 PM the qlikview model has been refreshed again so now we have 4 new entries in the report below as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;23&amp;nbsp; 10/6/2012 04:02:39&lt;/P&gt;&lt;P&gt;24&amp;nbsp; 10/6/2012 04:05:09&lt;/P&gt;&lt;P&gt;25&amp;nbsp; 10/6/2012 04:12:49&lt;/P&gt;&lt;P&gt;26&amp;nbsp; 10/6/2012 04:23:39&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, now Qlikview publisher should generate four reports and send those to the users one by one. and sometimes there is no values between two refereshed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible via Publisher if yes than how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Publisher-Distribution-of-Report-based-on-condition-and/m-p/458136#M1319683</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Publisher - Distribution of Report based on condition and multiple values in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Publisher-Distribution-of-Report-based-on-condition-and/m-p/458137#M1319689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a same requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please advise??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 09:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Publisher-Distribution-of-Report-based-on-condition-and/m-p/458137#M1319689</guid>
      <dc:creator />
      <dc:date>2014-04-10T09:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Publisher - Distribution of Report based on condition and multiple values in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Publisher-Distribution-of-Report-based-on-condition-and/m-p/458138#M1319693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do that by externel event. &lt;/P&gt;&lt;P&gt;Just write a QV script / supporting task (external script) that check the data.&lt;/P&gt;&lt;P&gt;If there are new data available use the edx interface of qlikview to start the task.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3024"&gt;Using EDX in QlikView 11 - basic example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Schedule this script / supporting task like your script for distributing PDF files, before.&lt;/P&gt;&lt;P&gt;It's just an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 10:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Publisher-Distribution-of-Report-based-on-condition-and/m-p/458138#M1319693</guid>
      <dc:creator />
      <dc:date>2014-04-17T10:21:07Z</dc:date>
    </item>
  </channel>
</rss>

