<?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 How to display a dash Or blank for 0 in Qlik NPrinting Pixel Perfect report in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881246#M34726</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are there format strings for NPrinting Pixel Perfect to display a &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;0&lt;/FONT&gt; &lt;/STRONG&gt;quantity as a &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;dash (-)&lt;/STRONG&gt;&lt;/FONT&gt; or &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;blanks&lt;/STRONG&gt;&lt;/FONT&gt;?&lt;/P&gt;
&lt;P&gt;Looking for documentation on the format strings.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 09:44:23 GMT</pubDate>
    <dc:creator>mstoler</dc:creator>
    <dc:date>2022-09-16T09:44:23Z</dc:date>
    <item>
      <title>How to display a dash Or blank for 0 in Qlik NPrinting Pixel Perfect report</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881246#M34726</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are there format strings for NPrinting Pixel Perfect to display a &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;0&lt;/FONT&gt; &lt;/STRONG&gt;quantity as a &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;dash (-)&lt;/STRONG&gt;&lt;/FONT&gt; or &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;blanks&lt;/STRONG&gt;&lt;/FONT&gt;?&lt;/P&gt;
&lt;P&gt;Looking for documentation on the format strings.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881246#M34726</guid>
      <dc:creator>mstoler</dc:creator>
      <dc:date>2022-09-16T09:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: pixel perfect display 0 values as a dash or blank</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881268#M34729</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6140"&gt;@mstoler&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;It might be best to manage this directly in the source application.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I found two similar solutions in the community for your convenience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A title="How do I replace a hyphen with a blank ?" href="https://community.qlik.com/t5/QlikView-App-Dev/How-to-replace-0-Zero-values-with-Blank-in-a-Table-Box-column/td-p/1682724" target="_blank" rel="noopener"&gt;How do I replace a hyphen with a blank ?&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A title="How to replace 0 (Zero) values with ' ' (Blank) in a Table Box column?" href="https://community.qlik.com/t5/QlikView-App-Dev/How-do-I-replace-a-hyphen-with-a-blank/m-p/628525/highlight/true#M1090079" target="_blank" rel="noopener"&gt;How to replace 0 (Zero) values with ' ' (Blank) in a Table Box column?&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881268#M34729</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2022-09-16T09:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: pixel perfect display 0 values as a dash or blank</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881271#M34731</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing like in Qlik where you can do something like below in the num function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#,##0;-#,##0;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Note the dash at the end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 18:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881271#M34731</guid>
      <dc:creator>mstoler</dc:creator>
      <dc:date>2022-01-14T18:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: pixel perfect display 0 values as a dash or blank</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881353#M34732</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;
&lt;P&gt;Of course, there is a way just like you said with the example in QlikView - here is the syntax:&amp;nbsp;&lt;FONT color="#FF0000"&gt;{0:#,# ;(#,#);- }&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A title="Format string to display negative numbers in parenthesis" href="https://supportcenter.devexpress.com/ticket/details/q253272/format-string-to-display-negative-numbers-in-parenthesis" target="_blank" rel="noopener"&gt;Format string to display negative numbers in parenthesis&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48712"&gt;@Frank_S&lt;/a&gt;&amp;nbsp; - Do you think appropriate documentation could be linked in htttps://help.qlik.com? I blindly searched for DevExpress topics in this regard and I found the above link, but I think R&amp;amp;D would be able to point us to correct documentation in that regard which in the case of PixelPerfect would be very helpful.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a tested scenario which worked for me:&lt;/P&gt;
&lt;P&gt;I used QlikView for&amp;nbsp; this testing:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lech_Miszkiewicz_2-1642208117040.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/70286iDFADD86DA62A9CBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Lech_Miszkiewicz_2-1642208117040.png" alt="Lech_Miszkiewicz_2-1642208117040.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Pixel Perfect Template&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lech_Miszkiewicz_3-1642208146038.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/70287iEEC587D5AC45B9E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Lech_Miszkiewicz_3-1642208146038.png" alt="Lech_Miszkiewicz_3-1642208146038.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lech_Miszkiewicz_4-1642208359107.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/70288iE13C739F85B58441/image-size/large?v=v2&amp;amp;px=999" role="button" title="Lech_Miszkiewicz_4-1642208359107.png" alt="Lech_Miszkiewicz_4-1642208359107.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Lech&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>Fri, 16 Sep 2022 09:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881353#M34732</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2022-09-16T09:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: pixel perfect display 0 values as a dash or blank</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881372#M34733</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Perfect!&lt;/P&gt;
&lt;P&gt;Exactly what&amp;nbsp; I am looking for.&lt;/P&gt;
&lt;P&gt;Take care,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 10:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881372#M34733</guid>
      <dc:creator>mstoler</dc:creator>
      <dc:date>2022-01-15T10:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: pixel perfect display 0 values as a dash or blank</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881906#M34757</link>
      <description>&lt;P&gt;@Ruggero_Piccoli&lt;BR /&gt;Can you have a look at &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt; question above?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 15:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881906#M34757</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2022-01-17T15:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: pixel perfect display 0 values as a dash or blank</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881921#M34760</link>
      <description>&lt;P&gt;Yes it is perfect !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 16:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-display-a-dash-Or-blank-for-0-in-Qlik-NPrinting-Pixel/m-p/1881921#M34760</guid>
      <dc:creator>mstoler</dc:creator>
      <dc:date>2022-01-17T16:06:53Z</dc:date>
    </item>
  </channel>
</rss>

