<?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: Suppress empty sheet -page level in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1720143#M29239</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48508"&gt;@curiousfellow&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the explanation - and it helps a lot - I can see your issue straight away.&lt;/P&gt;&lt;P&gt;You are applying your ABC filter to a table which populates values - that filters works&lt;/P&gt;&lt;P&gt;You are applying your D filter to a table which populates data in "one value" sheet - that also works&lt;/P&gt;&lt;P&gt;Now none of this filters is actually filtering report so your &amp;lt;store_Page&amp;gt; tag will loop through all available values in store field. Filters in an objects CH01 and CH01_1 only apply to those objects - they don't filter anything else on the sheet.&lt;/P&gt;&lt;P&gt;This is all working as designed:&amp;nbsp;&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/nprinting/April2019/Content/NPrinting/ReportsDevelopment/Static-dynamic-filters.htm#anchor-1" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/nprinting/April2019/Content/NPrinting/ReportsDevelopment/Static-dynamic-filters.htm#anchor-1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I also suggest to study about filters, the order they are applied and objects they affect on &lt;A href="https://help.qlik.com/en-US/nprinting/April2019/Content/NPrinting/ReportsDevelopment/Static-dynamic-filters.htm#anchor-1" target="_blank" rel="noopener"&gt;https://help.qlik.com&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your report is little bit tricky. The reason for it is that you want to have dynamic section created by use of PAGE tag and you want to filter those sections to only particular values. There are only 2-3 ways of achieving it (all are using different methodologies and all have pros and cons depending if you have any other objects on those pages)&lt;/P&gt;&lt;P&gt;1. Use your ABC filter and apply it on Report level in NPrinting Admin console. &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35816iF8FEDE6470136709/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This however has following consequences&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;All objects withing this report will be filtered to ABC.&lt;/LI&gt;&lt;LI&gt;As a consequence of the above for your "one value" sheet you need to change your D filter which will overwrite it and apply it on all objects which are placed on that sheet. In your case on chart (just like you have now). The only difference is this checkbox you need to "tick" in filter setting so it will ignore precedence when applying it:&lt;UL&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 930px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35815iA1CF0E867F00935D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What are other consequences of this solution?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;by default your report is filtered to ABC values. Any additional object by default will be filtered only to ABC and that filter can only be override using another filter with "override values" ticked&lt;/LI&gt;&lt;LI&gt;that means that you can only place tables and images on this sheet, as PAGE, LEVEL, VARIABLE or Formula tags don't have a property of applying a filter on them - hence cannot be used in this scenario&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Other methods require QlikView model and object change and will depend on many&amp;nbsp; factors like:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if you are planning to use other Page, Level, Variables or Formulas tags in your report&lt;/LI&gt;&lt;LI&gt;what will be shown on "one value" sheet? - whether it can be hardcoded using set analysis or maybe set analysis with NPrinting Variable filter?&lt;/LI&gt;&lt;LI&gt;that may require changes to datamodel in QlikView and maybe additional QlikView objects to support it. Knowing all requirements is important before you can make decision what solution you can use&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;hope this helps&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2020 21:40:18 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2020-06-18T21:40:18Z</dc:date>
    <item>
      <title>Suppress empty sheet -page level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1719908#M29233</link>
      <description>&lt;P&gt;I have a field that contains 4 different values. In Nprinting I created a filter to select three of these values and a filter that selects one of these values&lt;/P&gt;&lt;P&gt;I use this field in a page level. So&amp;nbsp; I expect 3 sheets to show up, but I see 4, where the fourth has all the column-labels but doesn't have data. Sheetnames are equal to the four values.&lt;/P&gt;&lt;P&gt;Besides that I created an extra sheet containing the data of the single filtered value.&lt;/P&gt;&lt;P&gt;How to I achieve that the empty sheet does not show up. It does not help to suppress null values in the Qlik-app ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 07:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1719908#M29233</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2020-06-18T07:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress empty sheet -page level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1719913#M29234</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is always good to ask a question and describe and present steps you are doing especially wit tool like NPrinting which relies on Qlik app and multiple settings in multiple places. Maybe try to rework your question to allow us understand what you are doing: sample of the question i asked few days ago - See this post:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Chart-Legend-containing-Date-has-different-value-when-output-is/td-p/1705871" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Chart-Legend-containing-Date-has-different-value-when-output-is/td-p/1705871&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Down to what we can gather so far based on your description:&lt;/P&gt;&lt;P&gt;It is not fully clear what you are doing with your filters - where do you apply them? Is on task, report, object or recipient? Are 3 of those values and 1 of these values intersected or do they exclude each other? You just say "&lt;EM&gt;i&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;n Nprinting I created a filter to select three of these values and a filter that selects one of these values&lt;/EM&gt;"&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- How to I achieve that the empty sheet does not show up. It does not help to suppress null values in the Qlik-app&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Answer - since you are using field in Page tag you cannot really suppress anything... it is just paging over all available values. More about solution here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Excel-Template-Page-Feature-Exclude-0-value-pages/m-p/1688522" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Excel-Template-Page-Feature-Exclude-0-value-pages/m-p/1688522&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;in overall it would be easier to help you if we could work on a sample.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 08:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1719913#M29234</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-06-18T08:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress empty sheet -page level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1719973#M29235</link>
      <description>&lt;P&gt;Well I try to be more specific.&lt;/P&gt;&lt;P&gt;In qlik I have a table with three fields. month, store and value,&lt;/P&gt;&lt;P&gt;In Nprinting I created these filters&lt;/P&gt;&lt;P&gt;This one filters three stores (A,B,C)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="curiousfellow_0-1592478515996.png" style="width: 285px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35774i7EBEB1598A672197/image-dimensions/285x154?v=v2" width="285" height="154" role="button" title="curiousfellow_0-1592478515996.png" alt="curiousfellow_0-1592478515996.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This one filters one store (D)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="curiousfellow_8-1592479432234.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35782iC746781BD38C0430/image-size/medium?v=v2&amp;amp;px=400" role="button" title="curiousfellow_8-1592479432234.png" alt="curiousfellow_8-1592479432234.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my nprinting template&amp;nbsp; I add the same table two times where one has filter "three value filter"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="curiousfellow_3-1592478811627.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35777i2F1C10C58BDE6E34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="curiousfellow_3-1592478811627.png" alt="curiousfellow_3-1592478811627.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and the second one has the one value filter&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="curiousfellow_4-1592478924488.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35778i62C4A712B16E4D3D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="curiousfellow_4-1592478924488.png" alt="curiousfellow_4-1592478924488.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I add the store_Page to the first sheet and drag the fields of CH01-value to this sheet.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="curiousfellow_5-1592479072343.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35779iBE46B94B427C6D20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="curiousfellow_5-1592479072343.png" alt="curiousfellow_5-1592479072343.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To sheet "one value" I add the fields of Table CH01_1-value. In the preview I get these sheets&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="curiousfellow_6-1592479201241.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35780i6B35FE45286F9EEF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="curiousfellow_6-1592479201241.png" alt="curiousfellow_6-1592479201241.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this in Sheet D&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="curiousfellow_7-1592479274786.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35781i97F9CE5A493BC3E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="curiousfellow_7-1592479274786.png" alt="curiousfellow_7-1592479274786.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this in sheet "one value"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="curiousfellow_9-1592479575667.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35783iC438E87E955128E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="curiousfellow_9-1592479575667.png" alt="curiousfellow_9-1592479575667.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It may be obvious that I dont want sheet D in my report.&lt;/P&gt;&lt;P&gt;In this example layout of all sheets is the same, but in the real world I want to give a different layout to sheet&amp;nbsp; "one value"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 11:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1719973#M29235</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2020-06-18T11:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress empty sheet -page level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1720143#M29239</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48508"&gt;@curiousfellow&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the explanation - and it helps a lot - I can see your issue straight away.&lt;/P&gt;&lt;P&gt;You are applying your ABC filter to a table which populates values - that filters works&lt;/P&gt;&lt;P&gt;You are applying your D filter to a table which populates data in "one value" sheet - that also works&lt;/P&gt;&lt;P&gt;Now none of this filters is actually filtering report so your &amp;lt;store_Page&amp;gt; tag will loop through all available values in store field. Filters in an objects CH01 and CH01_1 only apply to those objects - they don't filter anything else on the sheet.&lt;/P&gt;&lt;P&gt;This is all working as designed:&amp;nbsp;&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/nprinting/April2019/Content/NPrinting/ReportsDevelopment/Static-dynamic-filters.htm#anchor-1" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/nprinting/April2019/Content/NPrinting/ReportsDevelopment/Static-dynamic-filters.htm#anchor-1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I also suggest to study about filters, the order they are applied and objects they affect on &lt;A href="https://help.qlik.com/en-US/nprinting/April2019/Content/NPrinting/ReportsDevelopment/Static-dynamic-filters.htm#anchor-1" target="_blank" rel="noopener"&gt;https://help.qlik.com&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your report is little bit tricky. The reason for it is that you want to have dynamic section created by use of PAGE tag and you want to filter those sections to only particular values. There are only 2-3 ways of achieving it (all are using different methodologies and all have pros and cons depending if you have any other objects on those pages)&lt;/P&gt;&lt;P&gt;1. Use your ABC filter and apply it on Report level in NPrinting Admin console. &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35816iF8FEDE6470136709/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This however has following consequences&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;All objects withing this report will be filtered to ABC.&lt;/LI&gt;&lt;LI&gt;As a consequence of the above for your "one value" sheet you need to change your D filter which will overwrite it and apply it on all objects which are placed on that sheet. In your case on chart (just like you have now). The only difference is this checkbox you need to "tick" in filter setting so it will ignore precedence when applying it:&lt;UL&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 930px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35815iA1CF0E867F00935D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What are other consequences of this solution?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;by default your report is filtered to ABC values. Any additional object by default will be filtered only to ABC and that filter can only be override using another filter with "override values" ticked&lt;/LI&gt;&lt;LI&gt;that means that you can only place tables and images on this sheet, as PAGE, LEVEL, VARIABLE or Formula tags don't have a property of applying a filter on them - hence cannot be used in this scenario&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Other methods require QlikView model and object change and will depend on many&amp;nbsp; factors like:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if you are planning to use other Page, Level, Variables or Formulas tags in your report&lt;/LI&gt;&lt;LI&gt;what will be shown on "one value" sheet? - whether it can be hardcoded using set analysis or maybe set analysis with NPrinting Variable filter?&lt;/LI&gt;&lt;LI&gt;that may require changes to datamodel in QlikView and maybe additional QlikView objects to support it. Knowing all requirements is important before you can make decision what solution you can use&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 21:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1720143#M29239</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-06-18T21:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress empty sheet -page level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1720249#M29242</link>
      <description>&lt;P&gt;Thank you for your extensive explanation. However I still don't understand why it was designed this way.&lt;/P&gt;&lt;P&gt;The helppage you are referring to says :&lt;BR /&gt;&lt;STRONG&gt;Applying a filter to an object&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Object filters are useful when you want to filter a specific table or image.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When the page is the object I can understand why I get even the empty pages. When the table is the object I expect the data to be filtered before the pages are made. The filter in the template is linked to the table, and not to the page I suppose.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Besides that , it still does not answer my main question. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Is it possible to suppress a page (or at least don't show anything, even no columnheaders) when there are no data that meets the criteria.&lt;BR /&gt;However I think I know the answer now : No it can not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 07:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1720249#M29242</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2020-06-19T07:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress empty sheet -page level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1720270#M29244</link>
      <description>&lt;P&gt;Hi. commenting on your comments &lt;FONT color="#0000FF"&gt;in blue&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;When the page is the object I can understand why I get even the empty pages. &lt;FONT color="#0000FF"&gt;(Yes - Page, Level, Image, Table, Formulas etc are objects - all of them are individual).&lt;/FONT&gt;&amp;nbsp;When the table is the object I expect the data to be filtered before the pages are made. &lt;FONT color="#0000FF"&gt;(and it is therefore your table on sheet D is empty, but your filter does not filter &amp;lt;PAGE&amp;gt; object hence it is still shown.&lt;/FONT&gt;&amp;nbsp;The filter in the template is linked to the table, and not to the page I suppose.&amp;nbsp;&lt;FONT color="#0000FF"&gt;(correct)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Besides that , it still does not answer my main question.&amp;nbsp; &lt;FONT color="#0000FF"&gt;(i thought I have provided you with the steps already in my previous post. Apply ABC filter on Report level and apply D object filter with override ticked. On top of that there are other methods with data modelling&amp;nbsp;and&amp;nbsp; set analysis on object, depending on report requirements)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Is it possible to suppress a page (or at least don't show anything, even no columnheaders) when there are no data that meets the criteria.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;However I think I know the answer now : No it can not. &lt;FONT color="#0000FF"&gt;(I disagree - it just requires planning and applying filters on report or task or user level and not object level. Smart filtering can be done in this case with use of Advanced Search filter and relation to measure which will have to&amp;nbsp; return at least one row with values in your table)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;more about search filters here (the same principal as in part of "&lt;STRONG&gt;IV – Measures&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;– “Enable Cycle” does not produce empty reports anymore!&lt;/STRONG&gt;"&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;&lt;A href="https://nprintingadventures.com/2019/06/26/nprinting-filters-part-3-advanced-search/" target="_blank"&gt;https://nprintingadventures.com/2019/06/26/nprinting-filters-part-3-advanced-search/&lt;/A&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 08:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1720270#M29244</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-06-19T08:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress empty sheet -page level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1720284#M29247</link>
      <description>&lt;P&gt;Thank you !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;quote&amp;gt; "&lt;EM&gt;Besides that , it still does not answer my main question.&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#0000FF"&gt;(i thought I have provided you with the steps already in my previous post. Apply ABC filter on Report level and apply D object filter with override ticked.&lt;SPAN&gt;&amp;nbsp;"&amp;nbsp; &amp;lt;/quote&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I must have misunderstood this at first (or did not read well) . This works for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 09:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1720284#M29247</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2020-06-19T09:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress empty sheet -page level</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1720299#M29250</link>
      <description>&lt;P&gt;Cool - happy to be a help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;cheers and "happy friday"&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 09:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Suppress-empty-sheet-page-level/m-p/1720299#M29250</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-06-19T09:50:42Z</dc:date>
    </item>
  </channel>
</rss>

