<?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: Display specific values with 0 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-specific-values-with-0-values/m-p/1737036#M722647</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123940"&gt;@KaisGarci&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The following expression might help you with the Suppress Null value which is showing '-' if its null.&lt;/P&gt;&lt;P&gt;=if(isnull(column_name), 'Other', column_name_or_anything_you_want_to_display)&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will solve your query with suppressing null values with a different values.&lt;/P&gt;&lt;P&gt;Let me know if I am misunderstanding your query and give some more details on your question.&lt;/P&gt;&lt;P&gt;And if it solves your query, mark the answer as Solution which might help others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rushi&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2020 11:22:01 GMT</pubDate>
    <dc:creator>rushikale0106</dc:creator>
    <dc:date>2020-08-19T11:22:01Z</dc:date>
    <item>
      <title>Display specific values with 0 values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-specific-values-with-0-values/m-p/1737029#M722646</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a pivot table. there is a row that I want to display only a specific value and its sales. I am doing this '&amp;nbsp;=if(SEGMENT='TRE',SEGMENT) ' in Add calculated dimesion and I am checking supress when value is null. The problem is that the 0 values are not displayed while I want to display them. And when I don't check Supress when value is null it show me the '-' as shown in the picture.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 678px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39252i05445BED0303F2AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this please ?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-specific-values-with-0-values/m-p/1737029#M722646</guid>
      <dc:creator>KaisGarci</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display specific values with 0 values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-specific-values-with-0-values/m-p/1737036#M722647</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123940"&gt;@KaisGarci&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The following expression might help you with the Suppress Null value which is showing '-' if its null.&lt;/P&gt;&lt;P&gt;=if(isnull(column_name), 'Other', column_name_or_anything_you_want_to_display)&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will solve your query with suppressing null values with a different values.&lt;/P&gt;&lt;P&gt;Let me know if I am misunderstanding your query and give some more details on your question.&lt;/P&gt;&lt;P&gt;And if it solves your query, mark the answer as Solution which might help others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rushi&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 11:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-specific-values-with-0-values/m-p/1737036#M722647</guid>
      <dc:creator>rushikale0106</dc:creator>
      <dc:date>2020-08-19T11:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Display specific values with 0 values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-specific-values-with-0-values/m-p/1737041#M722648</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121672"&gt;@rushikale0106&lt;/a&gt; ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for responding.&lt;/P&gt;&lt;P&gt;Yes it helped me to avoid the '-' but the table still don't display '0' values.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 11:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-specific-values-with-0-values/m-p/1737041#M722648</guid>
      <dc:creator>KaisGarci</dc:creator>
      <dc:date>2020-08-19T11:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display specific values with 0 values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-specific-values-with-0-values/m-p/1737046#M722649</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123940"&gt;@KaisGarci&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Glad to help.&lt;/P&gt;&lt;P&gt;Try to uncheck the boxes given in the image. It might be restricting your values to display 0 values.&lt;/P&gt;&lt;P&gt;I tried it in my system, it worked with it.&lt;/P&gt;&lt;P&gt;If it does not solve your query, let me know the question in more detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rushi&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 19 Aug 2020 11:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-specific-values-with-0-values/m-p/1737046#M722649</guid>
      <dc:creator>rushikale0106</dc:creator>
      <dc:date>2020-08-19T11:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display specific values with 0 values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-specific-values-with-0-values/m-p/1737667#M722650</link>
      <description>&lt;P&gt;Yes, it worked&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121672"&gt;@rushikale0106&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help, I really appreciate that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 09:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-specific-values-with-0-values/m-p/1737667#M722650</guid>
      <dc:creator>KaisGarci</dc:creator>
      <dc:date>2020-08-21T09:11:13Z</dc:date>
    </item>
  </channel>
</rss>

