<?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: Hide Columns in NPrinting Excel Template in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Columns-in-NPrinting-Excel-Template/m-p/1943974#M36265</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/147628"&gt;@EISSA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/55256"&gt;@aeveltstra&lt;/a&gt;&amp;nbsp;said you cannot control if column is entered into template from NPrinting side, or whether column is hidden or deleted. Instead you can use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;excel macro to delete column based on parameter added to template
&lt;UL&gt;
&lt;LI&gt;note that this will only work if macro is executed after document is opened by user&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;you can have qlik sense/qlikview&amp;nbsp; formula which conditionally returns no values in column which needs to be hidden. In reality column is still there but empty. Same can apply to its label which can be done by use of nprinting formula
&lt;UL&gt;
&lt;LI&gt;If(vHide=1, "", measure expression)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 11:55:47 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2022-06-15T11:55:47Z</dc:date>
    <item>
      <title>Hide Columns in NPrinting Excel Template</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Columns-in-NPrinting-Excel-Template/m-p/1943215#M36255</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Is there a way to hide columns in an NPrinting Excel Template?&lt;/P&gt;
&lt;P&gt;I know that the columns can be conditionally hidden in the source Qlik Sense chart, but I need to control it from Nprinting Template.&lt;/P&gt;
&lt;P&gt;Any suggestions how this can be done in NPrinting?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 08:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Columns-in-NPrinting-Excel-Template/m-p/1943215#M36255</guid>
      <dc:creator>EISSA</dc:creator>
      <dc:date>2022-06-14T08:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Columns in NPrinting Excel Template</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Columns-in-NPrinting-Excel-Template/m-p/1943573#M36260</link>
      <description>&lt;P&gt;It depends on how you display the chart.&lt;/P&gt;
&lt;P&gt;If you drop the entire chart into the template, and have it expand its range, then the template cannot hide or show columns inside of that range. You would need the chart to hide dimensions conditionally, in the Qlik document, but conditionals are not supported in NPrinting.&lt;/P&gt;
&lt;P&gt;If, instead, you drop individual columns from the chart into the template, then you can use regular Excel formatting to hide a column. In order to do it based on conditions, I fear using a macro is your only option. But you can make the text appear invisible by using conditional formatting to change the text color to match the cell background color.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 16:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Columns-in-NPrinting-Excel-Template/m-p/1943573#M36260</guid>
      <dc:creator>aeveltstra</dc:creator>
      <dc:date>2022-06-14T16:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Columns in NPrinting Excel Template</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Columns-in-NPrinting-Excel-Template/m-p/1943786#M36262</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/55256"&gt;@aeveltstra&lt;/a&gt;&amp;nbsp; thanks for your reply.&lt;/P&gt;
&lt;P&gt;In my case I am talking about hiding columns from a table in Excel Nprinting table.&lt;/P&gt;
&lt;P&gt;by any chance do you know if I can use an if condition based on a variable sent to the excel template in the conditional formatting to hide the column or the conditional formatting works only based on the result in the field itself ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you please send me more details how to solve it using the conditional formatting thing ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 06:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Columns-in-NPrinting-Excel-Template/m-p/1943786#M36262</guid>
      <dc:creator>EISSA</dc:creator>
      <dc:date>2022-06-15T06:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Columns in NPrinting Excel Template</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Columns-in-NPrinting-Excel-Template/m-p/1943974#M36265</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/147628"&gt;@EISSA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/55256"&gt;@aeveltstra&lt;/a&gt;&amp;nbsp;said you cannot control if column is entered into template from NPrinting side, or whether column is hidden or deleted. Instead you can use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;excel macro to delete column based on parameter added to template
&lt;UL&gt;
&lt;LI&gt;note that this will only work if macro is executed after document is opened by user&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;you can have qlik sense/qlikview&amp;nbsp; formula which conditionally returns no values in column which needs to be hidden. In reality column is still there but empty. Same can apply to its label which can be done by use of nprinting formula
&lt;UL&gt;
&lt;LI&gt;If(vHide=1, "", measure expression)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 11:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Hide-Columns-in-NPrinting-Excel-Template/m-p/1943974#M36265</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2022-06-15T11:55:47Z</dc:date>
    </item>
  </channel>
</rss>

