<?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: Setting null symbol on one Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Setting-null-symbol-on-one-Dimension/m-p/1428650#M429979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;Both of your answer is able to fix the issue if there is only one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but I found that there will be some different if there is an association.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have updated the qvw file for testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2017 09:48:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-21T09:48:59Z</dc:date>
    <item>
      <title>Setting null symbol on one Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-null-symbol-on-one-Dimension/m-p/1428647#M429976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to set the null symbol on one dimension.&lt;/P&gt;&lt;P&gt;However, when i set the null symbol, it changes in all dimension,&lt;/P&gt;&lt;P&gt;Please see with the attachment.&lt;/P&gt;&lt;P&gt;Is there any way to only change the null value in "Cat" to other?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="183973" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183973_Capture.PNG" style="height: 388px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 03:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-null-symbol-on-one-Dimension/m-p/1428647#M429976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-21T03:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Setting null symbol on one Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-null-symbol-on-one-Dimension/m-p/1428648#M429977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Calculated Dimension for that Car&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsNull(Cat), 'other', Cat)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 04:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-null-symbol-on-one-Dimension/m-p/1428648#M429977</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-21T04:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Setting null symbol on one Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-null-symbol-on-one-Dimension/m-p/1428649#M429978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;=if( len(trim(Cat))=0,'Other',Cat)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 06:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-null-symbol-on-one-Dimension/m-p/1428649#M429978</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-11-21T06:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting null symbol on one Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-null-symbol-on-one-Dimension/m-p/1428650#M429979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;Both of your answer is able to fix the issue if there is only one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but I found that there will be some different if there is an association.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have updated the qvw file for testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 09:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-null-symbol-on-one-Dimension/m-p/1428650#M429979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-21T09:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Setting null symbol on one Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-null-symbol-on-one-Dimension/m-p/1428651#M429980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have done it in two way. use main or main2 in the script and the corresponding table as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 10:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-null-symbol-on-one-Dimension/m-p/1428651#M429980</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-11-21T10:16:55Z</dc:date>
    </item>
  </channel>
</rss>

