<?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: Table too large for the page in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1771789#M30848</link>
    <description>&lt;P&gt;Is Custom Rows property exist for Qlik sense to NPrinting connection. I assume it is only for Qlikview to NPrinting. I tried to locate custom rows in NPrinting couldn't find it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI - I am using Qlik Sense for my data to NP report&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2021 05:00:21 GMT</pubDate>
    <dc:creator>AtQlik</dc:creator>
    <dc:date>2021-01-05T05:00:21Z</dc:date>
    <item>
      <title>Table too large for the page</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377065#M18595</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;I have a table with ten columns for example. So this table is too large and is cut in Powerpoint. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do to keep all column ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With word, I can do level to split my table into 2 tables (or more). How can I fix it in Powerpoint ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 14:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377065#M18595</guid>
      <dc:creator>kevinchevrier</dc:creator>
      <dc:date>2017-10-30T14:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table too large for the page</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377066#M18596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin&lt;/P&gt;&lt;P&gt;My solution may seem ridiculous but it actually may work.Here is what i suggest:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Please calculate how many rows in the table you are able to fit on one Power Point Slide, (for the sake of this exercise lets just assume that on one slide you want a table with only 3 rows)&lt;/LI&gt;&lt;LI&gt;Once you have a number of rows figured out, you should be able to create a field in your data model which will drive your table splits into slides using NPrinting PAGE functionality&lt;UL&gt;&lt;LI&gt;example: i want to present sales by country (my countries are, USA, Argentina, Australia, Germany, GB, France, Poland, Russia, Czech, Slovakia&lt;UL&gt;&lt;LI&gt;In script i would create a field which for each of those countries would assign a numerical value which will be used in PAGE node in NPrinting. the assignment of the value can be based on alfa-numerical order or maybe on a measure which would have to be pre-aggregated in script. The only trouble is if you have multidimensional table then you have to create multidimensional key.&lt;UL&gt;&lt;LI&gt;USA = 1&lt;/LI&gt;&lt;LI&gt;Argentina = 1&lt;/LI&gt;&lt;LI&gt;Australia = 1&lt;/LI&gt;&lt;LI&gt;Germany =2&lt;/LI&gt;&lt;LI&gt;GB = 2&lt;/LI&gt;&lt;LI&gt;France = 2&lt;/LI&gt;&lt;LI&gt;Poland = 3&lt;/LI&gt;&lt;LI&gt;Russia = 3&lt;/LI&gt;&lt;LI&gt;Czech = 3&lt;/LI&gt;&lt;LI&gt;Slovakia = 4...... etc&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;then i would use my value 1,2,3,4 as a page node and would apply it to slide where my table is. This would create 4 slides and would filter dataset for each of them based on values assigned to countries&lt;/LI&gt;&lt;LI&gt;voila &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; - i know it is not as easy as it seems, but can potentially work for you.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional comments:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;depending on your measure you may need to precalculate measures in script in order to skip empty records for dimensions (with 0 value)&lt;/LI&gt;&lt;LI&gt;You may need to sort your main dimension by your measure in script; use &lt;STRONG&gt;Ceil(Rown ()/ X)&lt;/STRONG&gt; as my field where &lt;STRONG&gt;X is number of rows which fit on one page i PPT&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;It is not a straight forward solution but with little bit of thinking it can be done perfectly fine - i think.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will give you some idea, or maybe help you different solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/187069"&gt;rpc&lt;/A&gt;‌ - Ruggero, i remember you gave some examples how to fit tables in PPT, but could not find it on community. Could you please also give your thoughts when you get a chance? I think it was in regards to ho to split table between multiple slides, but number of slides was not dynamic i n your example i think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Lech&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 03:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377066#M18596</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2017-11-01T03:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table too large for the page</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377067#M18597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lech,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - I agree with your solution and I would to suggest this approach specially when you don't know at the beginning the total number of rows that the table will contain. The cons is that you need to do (a small) change in the load script.&lt;/P&gt;&lt;P&gt;2 - If you know how many total rows the table has you can use the Custom Rows property&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Custom Rows.png" class="jive-image image-1" src="/legacyfs/online/181812_Custom Rows.png" style="height: 403px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The advantage is that you don't need to change the script but you have to add the same object multiple times and set a range of rows for each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;&lt;P&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 09:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377067#M18597</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2017-11-02T09:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table too large for the page</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377068#M18598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is also cool as you may be aware that the list of rows will be range between X&amp;amp;Y so then you dont have trouble yourself to do what i have suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Ruggero&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin, what are your thoughts on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 20:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377068#M18598</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2017-11-02T20:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table too large for the page</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377069#M18599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, the issue is not on the number of rows, but it concerns the number of columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 08:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377069#M18599</guid>
      <dc:creator>kevinchevrier</dc:creator>
      <dc:date>2017-11-03T08:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table too large for the page</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377070#M18600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you for your answer.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Actually, the issue is not on the number of rows, but it concerns the number of columns.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 08:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377070#M18600</guid>
      <dc:creator>kevinchevrier</dc:creator>
      <dc:date>2017-11-03T08:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table too large for the page</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377071#M18601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could follow this &lt;A href="https://help.qlik.com/en-US/nprinting/September2017/Content/PowerPointReports/HowInsertNativeTablePowerPointReports/Native-table.htm" title="https://help.qlik.com/en-US/nprinting/September2017/Content/PowerPointReports/HowInsertNativeTablePowerPointReports/Native-table.htm"&gt;https://help.qlik.com/en-US/nprinting/September2017/Content/PowerPointReports/HowInsertNativeTablePowerPointReports/Nati…&lt;/A&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;add the Qlik Straight table in the Tables node&lt;/LI&gt;&lt;LI&gt;Expand the columns by clikking the + symbol&lt;/LI&gt;&lt;LI&gt;Drag and drop the columns into the template&lt;/LI&gt;&lt;LI&gt;Set the column width&lt;/LI&gt;&lt;LI&gt;Run a Preview&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;&lt;P&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 13:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1377071#M18601</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2017-11-03T13:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table too large for the page</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1771789#M30848</link>
      <description>&lt;P&gt;Is Custom Rows property exist for Qlik sense to NPrinting connection. I assume it is only for Qlikview to NPrinting. I tried to locate custom rows in NPrinting couldn't find it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI - I am using Qlik Sense for my data to NP report&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 05:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1771789#M30848</guid>
      <dc:creator>AtQlik</dc:creator>
      <dc:date>2021-01-05T05:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table too large for the page</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1771960#M30851</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115703"&gt;@AtQlik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please start a new question in the NP community as your question is not directly related to this three year old thread. I can help you in the new thread.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 15:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Table-too-large-for-the-page/m-p/1771960#M30851</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2021-01-05T15:22:45Z</dc:date>
    </item>
  </channel>
</rss>

