<?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: PDF Scheduling Through Publisher in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/PDF-Scheduling-Through-Publisher/m-p/808929#M1037165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you have said, each user does not have the full total target against them in the data, so when you do a reduce on the user, all the target data is lost and so your totals will not show as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I think you want to do is actually a loop and distribute, rather than loop and reduce. That way you are still selecting each user in turn and creating the PDF but without first reducing the data down, so your totals should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="74507" alt="loop and distribute.png" class="image-1 jive-image" src="/legacyfs/online/74507_loop and distribute.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jan 2015 08:51:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-02T08:51:38Z</dc:date>
    <item>
      <title>PDF Scheduling Through Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/PDF-Scheduling-Through-Publisher/m-p/808928#M1037164</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;BR /&gt;I have 10 Users out of which some users may tag more than 1 country. if I select 1 user I want the output is like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country Total Target&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Target&amp;nbsp; &lt;/P&gt;&lt;P&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;BBB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;CCC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Total target is country wise total target for all users and target is selected user target.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written set analysis for calculating the&amp;nbsp; total target this expression is working fine in application and in PDF reports.&lt;/P&gt;&lt;P&gt;when I am generating the User wise reports manually its giving the correct value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But same PDF report when I schedule through publisher its not giving the correct one.&lt;/P&gt;&lt;P&gt;I have done the below things while scheduling&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the reduce Tab ..&lt;/P&gt;&lt;P&gt;I have selected loop and reduce by filed :Users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest on this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 07:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PDF-Scheduling-Through-Publisher/m-p/808928#M1037164</guid>
      <dc:creator>svsudhakar</dc:creator>
      <dc:date>2015-01-02T07:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: PDF Scheduling Through Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/PDF-Scheduling-Through-Publisher/m-p/808929#M1037165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you have said, each user does not have the full total target against them in the data, so when you do a reduce on the user, all the target data is lost and so your totals will not show as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I think you want to do is actually a loop and distribute, rather than loop and reduce. That way you are still selecting each user in turn and creating the PDF but without first reducing the data down, so your totals should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="74507" alt="loop and distribute.png" class="image-1 jive-image" src="/legacyfs/online/74507_loop and distribute.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 08:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PDF-Scheduling-Through-Publisher/m-p/808929#M1037165</guid>
      <dc:creator />
      <dc:date>2015-01-02T08:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: PDF Scheduling Through Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/PDF-Scheduling-Through-Publisher/m-p/808930#M1037166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks For your response..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though after removed the User filed from Loop and reduce and added the same in&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field containing recipient information=User&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;still getting the wrong count only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 13:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PDF-Scheduling-Through-Publisher/m-p/808930#M1037166</guid>
      <dc:creator>svsudhakar</dc:creator>
      <dc:date>2015-01-02T13:13:46Z</dc:date>
    </item>
  </channel>
</rss>

