<?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 Pixel Pexfect formatting issue in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Pixel-Pexfect-formatting-issue/m-p/1599280#M24767</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm working on the Pixel Perfect report and have two problems with formatting:&lt;/P&gt;
&lt;P&gt;I added tables from QlikSense and&amp;nbsp; those tables contains measures with Set analysis, I should send report to a few users and tables for some of them from time to time haven't data. I decided add formatting condition to hide tables if they are empty, but it doesn't work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to use different conditions:&lt;/P&gt;
&lt;P&gt;Not IsNullOrEmpty([AAData_Theme_Level])&lt;/P&gt;
&lt;P&gt;[DataSource.RowCount]&amp;gt;0&lt;/P&gt;
&lt;P&gt;But they doesn't work. What can be the reason of issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second problem with formulas. I have KPI sheet in the report and as some users haven't data they should see 0 in the KPI, but instead of that report shows empty space. My formula is:&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;$(vL_BD_of_PM), [StaticData.ActiveFlag] = {1}&amp;gt;}[StaticData.Zero hits])&lt;/P&gt;
&lt;P&gt;I tried add if statements, but it also doesnt't work:&lt;/P&gt;
&lt;P&gt;If isnull(&lt;SPAN&gt;sum({&amp;lt;$(vL_BD_of_PM), [StaticData.ActiveFlag] = {1}&amp;gt;}[StaticData.Zero hits])&lt;/SPAN&gt;, '0',&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sum({&amp;lt;$(vL_BD_of_PM), [StaticData.ActiveFlag] = {1}&amp;gt;}[StaticData.Zero hits])&lt;/SPAN&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Vitalii&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>Sat, 16 Nov 2024 03:05:21 GMT</pubDate>
    <dc:creator>vitaliichupryna</dc:creator>
    <dc:date>2024-11-16T03:05:21Z</dc:date>
    <item>
      <title>Pixel Pexfect formatting issue</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Pixel-Pexfect-formatting-issue/m-p/1599280#M24767</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm working on the Pixel Perfect report and have two problems with formatting:&lt;/P&gt;
&lt;P&gt;I added tables from QlikSense and&amp;nbsp; those tables contains measures with Set analysis, I should send report to a few users and tables for some of them from time to time haven't data. I decided add formatting condition to hide tables if they are empty, but it doesn't work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to use different conditions:&lt;/P&gt;
&lt;P&gt;Not IsNullOrEmpty([AAData_Theme_Level])&lt;/P&gt;
&lt;P&gt;[DataSource.RowCount]&amp;gt;0&lt;/P&gt;
&lt;P&gt;But they doesn't work. What can be the reason of issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second problem with formulas. I have KPI sheet in the report and as some users haven't data they should see 0 in the KPI, but instead of that report shows empty space. My formula is:&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;$(vL_BD_of_PM), [StaticData.ActiveFlag] = {1}&amp;gt;}[StaticData.Zero hits])&lt;/P&gt;
&lt;P&gt;I tried add if statements, but it also doesnt't work:&lt;/P&gt;
&lt;P&gt;If isnull(&lt;SPAN&gt;sum({&amp;lt;$(vL_BD_of_PM), [StaticData.ActiveFlag] = {1}&amp;gt;}[StaticData.Zero hits])&lt;/SPAN&gt;, '0',&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sum({&amp;lt;$(vL_BD_of_PM), [StaticData.ActiveFlag] = {1}&amp;gt;}[StaticData.Zero hits])&lt;/SPAN&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Vitalii&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>Sat, 16 Nov 2024 03:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Pixel-Pexfect-formatting-issue/m-p/1599280#M24767</guid>
      <dc:creator>vitaliichupryna</dc:creator>
      <dc:date>2024-11-16T03:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel Pexfect formatting issue</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Pixel-Pexfect-formatting-issue/m-p/1601548#M24887</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17298"&gt;@vitaliichupryna&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not clear if you are using Qlik Sense or PixelPerfect formatting conditions.&lt;/P&gt;
&lt;P&gt;To show/hide formatting using PixelPerfect conditions, you can use the following tutorial:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/June2019/Content/NPrinting/PixelPerfectReports/Manage-Conditional.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/June2019/Content/NPrinting/PixelPerfectReports/Manage-Conditional.htm&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;For a video on this topic, please check out this video: &lt;A title="Using conditional formatting in a PixelPerfect report - Qlik NPrinting" href="https://youtu.be/CEXDTVKSoos" target="_blank" rel="noopener"&gt;Using conditional formatting in a PixelPerfect report - Qlik NPrinting&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Regarding your KPI, check to ensure it is a visualization that is actually supported for use with NPrinting here:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Visualizations/create-visualization-extensions.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Visualizations/create-visualization-extensions.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If it is supported KPI visualization, then I would suggest starting a support request...but first please ensure the visualization (measure in the KPI) is definitely working as designed within your Qlik Sense app first before doing so.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 19:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Pixel-Pexfect-formatting-issue/m-p/1601548#M24887</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2019-07-11T19:38:37Z</dc:date>
    </item>
  </channel>
</rss>

