<?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: Add entire sheet to the report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139935#M917354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So frustrating !&lt;/P&gt;&lt;P&gt;thx anyway,&lt;/P&gt;&lt;P&gt;in fact Report section is a big point of improvement for Qlik ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2016 14:41:25 GMT</pubDate>
    <dc:creator>maxime66</dc:creator>
    <dc:date>2016-05-13T14:41:25Z</dc:date>
    <item>
      <title>Add entire sheet to the report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139932#M917351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if it's possible to add a Sheet Object in a report (selecting the Sheet ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a sheet with many objects and when i move them to Report Window it become a real mess &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139932#M917351</guid>
      <dc:creator>maxime66</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add entire sheet to the report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139933#M917352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my knowledge no &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;....you could try with the Nprinting tool. It will give the option to add the complete sheet as an image to report &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 10:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139933#M917352</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-05-13T10:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add entire sheet to the report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139934#M917353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately is the usage of the qlikview report editor not very advanced and you need some patience and frustrating tolerance to create good looking reports (well not so good looking like with NPrinting but often sufficient). Of course you could create or adjust reports per macro like in this APIGuide.qvw example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set rep = ActiveDocument.GetApplication.CreateEmptyReport&lt;/P&gt;&lt;P&gt; rep.Name = "MyNewReport"&lt;/P&gt;&lt;P&gt; rep.Comment = "Sample report"&lt;/P&gt;&lt;P&gt; rep.Pages.Add&lt;/P&gt;&lt;P&gt; rep.Pages.Item(0).Landscape = true&lt;/P&gt;&lt;P&gt; rep.Pages.Item(0).PageMode = 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'single paper page&lt;/P&gt;&lt;P&gt; rep.Pages.Item(0).Items.Add&lt;/P&gt;&lt;P&gt; rep.Pages.Item(0).Items.Item(0).ObjectId = "CH21"&lt;/P&gt;&lt;P&gt; rep.Pages.Item(0).Items.Item(0).Rect.Top = 0&amp;nbsp; 'top&lt;/P&gt;&lt;P&gt; rep.Pages.Item(0).Items.Item(0).Rect.Left = 0&amp;nbsp; 'left&lt;/P&gt;&lt;P&gt; rep.Pages.Item(0).Items.Item(0).Rect.Height = 0.5 'half paper height&lt;/P&gt;&lt;P&gt; rep.Pages.Item(0).Items.Item(0).Rect.Width = 0.5 'half paper width&lt;/P&gt;&lt;P&gt; ActiveDocument.AddDocReport rep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it won't be easier then to do it manually. Very helpful to adjust the objects on a report isn't to use the mouse for positioning and sizing else to use menu to set these properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 10:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139934#M917353</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-05-13T10:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Add entire sheet to the report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139935#M917354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So frustrating !&lt;/P&gt;&lt;P&gt;thx anyway,&lt;/P&gt;&lt;P&gt;in fact Report section is a big point of improvement for Qlik ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 14:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139935#M917354</guid>
      <dc:creator>maxime66</dc:creator>
      <dc:date>2016-05-13T14:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add entire sheet to the report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139936#M917355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe that there is much hope on any improvements. In the last year qlik bought NPrinting and now they are more interested to sell it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 15:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139936#M917355</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-05-13T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add entire sheet to the report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139937#M917356</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;Yes we also use Nprinting for massive Emailing.&lt;/P&gt;&lt;P&gt;For Pdf on demand we would have to create input request on our server to launch Nprinting and we want to avoid this kind of method ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 08:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139937#M917356</guid>
      <dc:creator>maxime66</dc:creator>
      <dc:date>2016-05-19T08:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add entire sheet to the report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139938#M917357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know NPrinting from own experience and therefore I'm not sure if it makes sense to mix up both tools NPrinting and the Report Editor. With the Report Editor you could create some flexibilities which reports should be displayed respectively available and also which objects and data they should contain (querying osuser() and controlling the visibility per selections and/or variables) - but this isn't easy and will need some efforts (depending on the degree of your needed flexibilities).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 08:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-entire-sheet-to-the-report/m-p/1139938#M917357</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-05-19T08:36:54Z</dc:date>
    </item>
  </channel>
</rss>

