<?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: NPrinting Levels in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1860029#M34134</link>
    <description>&lt;P&gt;if it is a calculated field (concatenation of 2 fields or so), you'd better prepare this in the script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;otherwise, that "dimension" isn't available for nprinting.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Nov 2021 17:29:34 GMT</pubDate>
    <dc:creator>mikaelsc</dc:creator>
    <dc:date>2021-11-16T17:29:34Z</dc:date>
    <item>
      <title>NPrinting Levels</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1859947#M34130</link>
      <description>&lt;P&gt;Hello everyone.&lt;/P&gt;
&lt;P&gt;I'am new in NPrinting and Qlik Sense.&lt;/P&gt;
&lt;P&gt;Can you tell me if I can create a master dimension and use it as Nprinting Levels?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 14:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1859947#M34130</guid>
      <dc:creator>Andrey_Shvaidyuk</dc:creator>
      <dc:date>2021-11-16T14:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Levels</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1859964#M34132</link>
      <description>&lt;P&gt;NPrinting can only use Qlik Sense objects had have&amp;nbsp;&lt;STRONG&gt;Object IDs&amp;nbsp;&lt;/STRONG&gt;behind them.&amp;nbsp;Unfortunately QS master items do not have object IDs and therefore cannot be used with NPrinting reporting.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 15:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1859964#M34132</guid>
      <dc:creator>Lucas_Gatling</dc:creator>
      <dc:date>2021-11-16T15:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Levels</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1859979#M34133</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In Qlik NPrinting Designer you will see the original field, the one you used to create the master dimension. So you can create the level by using that filed instead of the master dimension.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 15:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1859979#M34133</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2021-11-16T15:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Levels</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1860029#M34134</link>
      <description>&lt;P&gt;if it is a calculated field (concatenation of 2 fields or so), you'd better prepare this in the script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;otherwise, that "dimension" isn't available for nprinting.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 17:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1860029#M34134</guid>
      <dc:creator>mikaelsc</dc:creator>
      <dc:date>2021-11-16T17:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Levels</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1860130#M34136</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;All above answers are right and I think each of those answers needs to be clarified with little explanation or example:&lt;/P&gt;
&lt;P&gt;1 -&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36735"&gt;@Lucas_Gatling&lt;/a&gt;&amp;nbsp;answer is right in the meaning that you cannot use master dimension as a level directly in NPrinting template designer, but.. the same master dimension can be added to the straight table as a column and that straight table can be used as a level. Effectively you are then using your master dimension as level anyway as it behaves in the same manner.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2 - As&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;mentioned if your master dimension is just a field then there is no difference and you can simply use field reference. That is valid if your master dimension is not a calculated dimension and is referencing single field.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3 -&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49570"&gt;@mikaelsc&lt;/a&gt;&amp;nbsp;noted important point - calculated dimension. If your dimension is calculated based on some conditional formula etc..and you want to use it in the level you must do this calculation in the script.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;example: =If(Match(Country,'Australia','New Zealand'),'ANZ','Rest of the World')&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The above cannot be used as level and such calculation needs to be moved to script.&lt;/P&gt;
&lt;P&gt;If your calculated dimension is simple concatenation of 2 fields (lets say Country &amp;amp; City) then you have 2 options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;first option is to do concatenation again in script&lt;/LI&gt;
&lt;LI&gt;second easier option is to create a straight table with both dimensions and use that straight table as a level (just like i mentioned in my point 1.). The benefit of this is that sometimes fields you want to use are in different tables and it might be difficult to do concatenation in script.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;One last comment regarding calculated dimensions - If your field in straight table starts with "=" sign it is already considered as a calculated dimension for NPrinting. Same applies to creating master dimension, so make sure you check that as well because calculated dimensions are not supported in levels.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/ReportsDevelopment/Qlik-objects-supported-NP.htm#anchor-3" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/ReportsDevelopment/Qlik-objects-supported-NP.htm#anchor-3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lech_Miszkiewicz_1-1637100517051.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66772i2455EB8D3BE875DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lech_Miszkiewicz_1-1637100517051.png" alt="Lech_Miszkiewicz_1-1637100517051.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope that clarifies it for you.&lt;/P&gt;
&lt;P&gt;I encourage you to study &lt;A href="https://help.qlik.com" target="_blank"&gt;https://help.qlik.com&lt;/A&gt;&amp;nbsp;as it contains answers to most common questions&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 22:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1860130#M34136</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-11-16T22:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Levels</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1860270#M34140</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;On the other side I think that moving calculations on the script will improve the performances in reports generation.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 08:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Levels/m-p/1860270#M34140</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2021-11-17T08:31:00Z</dc:date>
    </item>
  </channel>
</rss>

