<?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: How to remove null string values in the expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670953#M243772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just used the Mr.Anbu Sample qvw file, he given my expected answer but now i added one more attribute(Target) in the data and added sum(Target) expression in table then i want to remove the null value of supplier So, i tried your advised way but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="68384" alt="Remove null value.png" class="jive-image" src="/legacyfs/online/68384_Remove null value.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to remove the red color marked data and attached the Mr.Anbu qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2014 11:20:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-07T11:20:53Z</dc:date>
    <item>
      <title>How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670947#M243766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an expression &lt;STRONG&gt; =MaxString(Supplier)&lt;/STRONG&gt; in my straight table but some of rows are blank. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i used Supplier in the Dimension, I could use &lt;STRONG&gt;Suppress when value is Null&lt;/STRONG&gt;&amp;nbsp; option but i want do the same in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be really grateful if you advise me how to fix this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Robert&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 09:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670947#M243766</guid>
      <dc:creator />
      <dc:date>2014-10-07T09:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670948#M243767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use isnull()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(not isnull(Supplier),MaxString(Supplier))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 09:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670948#M243767</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-10-07T09:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670949#M243768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use a calculated dimension:&lt;/P&gt;&lt;P&gt;=if(len(Suplier)&amp;gt;0, Suplier)&lt;/P&gt;&lt;P&gt;and check Supress when value is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 09:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670949#M243768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-07T09:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670950#M243769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Trim(MaxString(Supplier))='',0,&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MaxString(Supplier))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;then check suppress zero value in presentation tab&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let me know ...&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 09:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670950#M243769</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-07T09:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670951#M243770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the values were really nulls then Suppress When Value is Null would suppress them. Nulls cannot be selected, so if you can select such a value you know it's not a real null. You can replace the spaces with something else in the script. You can check for such values with something like&lt;EM&gt; if(len(trim(MyField))=0, 'No Value', MyField) as MyField&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 09:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670951#M243770</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-07T09:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670952#M243771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 09:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670952#M243771</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-07T09:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670953#M243772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just used the Mr.Anbu Sample qvw file, he given my expected answer but now i added one more attribute(Target) in the data and added sum(Target) expression in table then i want to remove the null value of supplier So, i tried your advised way but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="68384" alt="Remove null value.png" class="jive-image" src="/legacyfs/online/68384_Remove null value.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to remove the red color marked data and attached the Mr.Anbu qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670953#M243772</guid>
      <dc:creator />
      <dc:date>2014-10-07T11:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670954#M243773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA. Hope it will meet your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670954#M243773</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-10-07T11:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670955#M243774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670955#M243774</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-07T11:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670956#M243775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks Mr.Anbu and Mr.Pradip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670956#M243775</guid>
      <dc:creator />
      <dc:date>2014-10-07T11:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670957#M243776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most welcome...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670957#M243776</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-10-07T11:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670958#M243777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From "QV 11 for Developers" Book&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A word on calculated dimensions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;As useful as they are, calculated dimensions (such as the one we created earlier) are&lt;/P&gt;&lt;P&gt;not performance-friendly. Besides delaying calculation time, they can sometimes&lt;/P&gt;&lt;P&gt;prevent a chart's state from being cached to RAM, hence stopping QlikView's&lt;/P&gt;&lt;P&gt;caching algorithm from coming into play.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As calculated dimensions are sometimes necessary for advanced aggregations, it&lt;/P&gt;&lt;P&gt;is advisable to use this feature only when there is no other way of accomplishing&lt;/P&gt;&lt;P&gt;certain visualizations. Whenever a calculated dimension can be created as a new&lt;/P&gt;&lt;P&gt;field from the script, it is advisable to do so in order to use it in a more natural way&lt;/P&gt;&lt;P&gt;in chart objects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670958#M243777</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-07T11:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null string values in the expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670959#M243778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have more than 25 metrics in my report so better i would go calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I really learned from =If(Not(IsNull(MaxStr)),sum(Target)) your expression as i don't know before that we could use expression label for another expression.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-string-values-in-the-expression/m-p/670959#M243778</guid>
      <dc:creator />
      <dc:date>2014-10-07T11:59:30Z</dc:date>
    </item>
  </channel>
</rss>

