<?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: report creation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/report-creation/m-p/683949#M247929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build Macro for below mentioned requirement. Any one have sample Macro code which can be useful to me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to generate PDF report based on the object list selected as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="68569" alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/68569_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 09:08:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-09T09:08:58Z</dc:date>
    <item>
      <title>report creation</title>
      <link>https://community.qlik.com/t5/QlikView/report-creation/m-p/683944#M247924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to geenrate dynamic report, I hope it is not possible, i would like to get experts suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one dashboard, in that i will list out all the created OBJETCS with check box. &lt;/P&gt;&lt;P&gt;From Accesspoint user should be able to check the required OBJECTS and they will click on PRINT button then report needs to be generated/printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 14:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/report-creation/m-p/683944#M247924</guid>
      <dc:creator />
      <dc:date>2014-10-08T14:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: report creation</title>
      <link>https://community.qlik.com/t5/QlikView/report-creation/m-p/683945#M247925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I think it is possible. In order to do this you should create a Macro. &lt;/P&gt;&lt;P&gt;See the API Guide, under the Automation Examples Tab, search for Report in the Member ListBox and you will find examples that you can use to dynamically create your Report from scratch (I would begin with CreateEmptyReport)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 14:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/report-creation/m-p/683945#M247925</guid>
      <dc:creator />
      <dc:date>2014-10-08T14:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: report creation</title>
      <link>https://community.qlik.com/t5/QlikView/report-creation/m-p/683946#M247926</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 try:&lt;/P&gt;&lt;P&gt;Add a field(entirely unconnected to other data) to your script where you insert The Object Names as Fieldvalues. Add these Values as Show Condition to each Object you want to report. (E.g. match(Field, 'Pivottable')). Create a report and add a page, set&amp;nbsp; Loop page over possible Values (Banding) to Field. Place each Object on this single sheet. This isn't a very handsome method depending on how much Objects you have but will work without macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 14:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/report-creation/m-p/683946#M247926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T14:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: report creation</title>
      <link>https://community.qlik.com/t5/QlikView/report-creation/m-p/683947#M247927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a attached application. I can choose objects and if I click on “Generate Report (PDF)”,&lt;/P&gt;&lt;P&gt;I should be able to generate PDF report based on what i choose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 15:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/report-creation/m-p/683947#M247927</guid>
      <dc:creator />
      <dc:date>2014-10-08T15:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: report creation</title>
      <link>https://community.qlik.com/t5/QlikView/report-creation/m-p/683948#M247928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can create one or more listboxes containing the different things that you can add into any dynamic report. Your macro should retrieve the selected values in order to know how to build the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; background-color: #fefdfa;"&gt; SET fx = ActiveDocument.Fields("NewGroup")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; background-color: #fefdfa;"&gt; SET fxV = fx.GetSelectedValues&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 15:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/report-creation/m-p/683948#M247928</guid>
      <dc:creator />
      <dc:date>2014-10-08T15:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: report creation</title>
      <link>https://community.qlik.com/t5/QlikView/report-creation/m-p/683949#M247929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build Macro for below mentioned requirement. Any one have sample Macro code which can be useful to me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to generate PDF report based on the object list selected as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="68569" alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/68569_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 09:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/report-creation/m-p/683949#M247929</guid>
      <dc:creator />
      <dc:date>2014-10-09T09:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: report creation</title>
      <link>https://community.qlik.com/t5/QlikView/report-creation/m-p/683950#M247930</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;Look at similar Report but Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 09:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/report-creation/m-p/683950#M247930</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-09T09:56:31Z</dc:date>
    </item>
  </channel>
</rss>

