<?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: Help with creating individual slides with multiple field values - page function in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Help-with-creating-individual-slides-with-multiple-field-values/m-p/2017862#M37810</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In the nodes Pages and Levels you can add fields but also straight tables and Qlik NPrinting will create a new instance of the selected entities for each distinct value of the added field or straight table. Using straight tables is useful to create combinations, like in your case, or to create slides only for a filtered set of values, the ones in the table.&lt;/P&gt;
&lt;P&gt;Another solution could be to create a single field by concatenating the two original ones in the Qlik data reload script. The disadvantage is that you have to update the script but the advantage is that calculation efforts are done only one time on reload instead of each time you create a report from the template. In other words, if you create a new field, you will have a faster report generation and a simpler template.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2022 09:51:08 GMT</pubDate>
    <dc:creator>Ruggero_Piccoli</dc:creator>
    <dc:date>2022-12-19T09:51:08Z</dc:date>
    <item>
      <title>Help with creating individual slides with multiple field values - page function</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Help-with-creating-individual-slides-with-multiple-field-values/m-p/2017719#M37807</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Need a bit of help...&lt;BR /&gt;&lt;BR /&gt;I have a PowerPoint report with one image on a slide. I have added Product Area (ie product area A, product area B, product area C and so on) as a page so that the report will be duplicated x number of times for the number of existing product areas. This works without any problem.&lt;/P&gt;
&lt;P&gt;Now I also want to add another page for another field = Period (which include QTD and YTD) so that I get 2 slides per product area = Product area A&amp;nbsp; per QTD and Product area A per YTD and so on...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I think this can be done. I have searched and found this:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/PowerPointReports/Pages-individual.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/PowerPointReports/Pages-individual.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However I don't know how to make it work. I have tried to drag both the pages into my slide but get the error message&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MT4_0-1671395664840.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96433i72D5DE5B9F0F6ADA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MT4_0-1671395664840.png" alt="MT4_0-1671395664840.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't really understand the error message that my field 'Product Area' is used out of its level range. Does anyone know how to make it work?&lt;BR /&gt;&lt;BR /&gt;THANKS!!!&lt;BR /&gt;/Michelle&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Help-with-creating-individual-slides-with-multiple-field-values/m-p/2017719#M37807</guid>
      <dc:creator>MT4</dc:creator>
      <dc:date>2024-11-15T21:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help with creating individual slides with multiple field values - page function</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Help-with-creating-individual-slides-with-multiple-field-values/m-p/2017810#M37808</link>
      <description>&lt;P&gt;create a single table object&amp;nbsp; with the all the dimensions that you need to create a page on&lt;/P&gt;
&lt;P&gt;then drag those dimensions onto the page in the nested order you need to create pages on&lt;/P&gt;
&lt;P&gt;example , below will generate one slide for each ProductArea for a given period&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;PeriodSelType&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;ProductArea&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/PowerPointReports/Page-Features.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/PowerPointReports/Page-Features.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 08:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Help-with-creating-individual-slides-with-multiple-field-values/m-p/2017810#M37808</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-12-19T08:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with creating individual slides with multiple field values - page function</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Help-with-creating-individual-slides-with-multiple-field-values/m-p/2017862#M37810</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In the nodes Pages and Levels you can add fields but also straight tables and Qlik NPrinting will create a new instance of the selected entities for each distinct value of the added field or straight table. Using straight tables is useful to create combinations, like in your case, or to create slides only for a filtered set of values, the ones in the table.&lt;/P&gt;
&lt;P&gt;Another solution could be to create a single field by concatenating the two original ones in the Qlik data reload script. The disadvantage is that you have to update the script but the advantage is that calculation efforts are done only one time on reload instead of each time you create a report from the template. In other words, if you create a new field, you will have a faster report generation and a simpler template.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 09:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Help-with-creating-individual-slides-with-multiple-field-values/m-p/2017862#M37810</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2022-12-19T09:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with creating individual slides with multiple field values - page function</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Help-with-creating-individual-slides-with-multiple-field-values/m-p/2018193#M37815</link>
      <description>&lt;P&gt;&amp;nbsp;Thanks to the both of you!!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 18:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Help-with-creating-individual-slides-with-multiple-field-values/m-p/2018193#M37815</guid>
      <dc:creator>MT4</dc:creator>
      <dc:date>2022-12-19T18:56:55Z</dc:date>
    </item>
  </channel>
</rss>

