<?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: Qlikview Expression problem...help needed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254917#M96480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is wrong. &lt;/P&gt;&lt;P&gt;Please, use Christian's solution, plus uncheck the "Suppress Zero-Values".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2011 08:27:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-05T08:27:10Z</dc:date>
    <item>
      <title>Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254910#M96473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using an expression as below &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression is working fine. However, with this expression, All those meterial codes are being ignored which have False item responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the count to be shown as above, but for those meterial codes, which have item response=False, I want to show 0 so that the rest of the meterial codes are also shown.&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿currently only those meterial codes are being shown which have Item response=True. The rest are not being shown because of the above expression. I want the rest of them to be shown with 0&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿br&lt;/P&gt;&lt;P&gt;﻿Arif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;P&gt;count(if([Item Response]='True',[Material Code])) /count([Material Code])&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt; &lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 07:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254910#M96473</guid>
      <dc:creator />
      <dc:date>2011-07-05T07:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254911#M96474</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;count(if([Item Response]='True',[Material Code],0)) /count([Material Code])&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and uncheck the "Suppress Zero-Values" option on the Presentation Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope, it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 08:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254911#M96474</guid>
      <dc:creator />
      <dc:date>2011-07-05T08:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254912#M96475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don`t finish to understand your question.&lt;/P&gt;&lt;P&gt;By now, you can change your expression for this one. It´ll be faster.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿&lt;/P&gt;&lt;P&gt;count({$&amp;lt;[Item Response]={'True'}&amp;gt;} distinct [Material Code]) / count(distinct [Material Code])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;[Item Response]={'True'}&amp;gt;} distinct [Material Code]) / count({$&amp;lt;[Item Response]={'True','False'}&amp;gt;} distinct [Material Code])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 08:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254912#M96475</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2011-07-05T08:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254913#M96476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;Thanks for your reply. However, this method has a flaw. This is a count, and if we use the expression &lt;CODE class="jive-code"&gt;count(if([Item Response]='True',[Material Code],0)), then it will take the count of 0 for false values, and so the count will always be 100% &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want the individual meterial code to be 0, since the count will always be more. I want the count to be shown as zero&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you did not get my point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 08:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254913#M96476</guid>
      <dc:creator />
      <dc:date>2011-07-05T08:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254914#M96477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chritian 77,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for youre reply. I do not want the distinct count. so thats why i did not put the distinct key word&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;count(if([Item Response]='True',[Material Code])) /count([Material Code]) &lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;The&amp;nbsp; Problem with this expression is that it shows only those Meterial codes, which have Item Response= True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is the All the rest of meterial codes, which have Item Response=False should also be shown in the table, with the Count being 0, since there Item Response was False. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way, I want to be able to see that these the meterial codes, which have Item Response=True and those which count is 0 are the ones that have false Item Response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expression is infact showing the percentage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So simply ... I want those Meterial Codes, where Item Response = False ....to be shown in the chart, with the above percentage equal to 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 08:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254914#M96477</guid>
      <dc:creator />
      <dc:date>2011-07-05T08:18:29Z</dc:date>
    </item>
    <item>
      <title>Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254915#M96478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArifShah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you unchecked the "Suppress Zero-Values" option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 08:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254915#M96478</guid>
      <dc:creator />
      <dc:date>2011-07-05T08:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254916#M96479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, I have unchecked but that has no use since the count for False items is always more than 0. The if condition is inside the count ....soo like&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;count(if([Item Response]='True',[Material Code],0))&lt;/CODE&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;so in the above expression, If there are more than one Meterial Codes that have False response, then the count is always going to be more than 0, which is not right. For the false item response, I want the count to be 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 08:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254916#M96479</guid>
      <dc:creator />
      <dc:date>2011-07-05T08:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254917#M96480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is wrong. &lt;/P&gt;&lt;P&gt;Please, use Christian's solution, plus uncheck the "Suppress Zero-Values".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 08:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254917#M96480</guid>
      <dc:creator />
      <dc:date>2011-07-05T08:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254918#M96481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christian77,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please explain how can the below expression yeild 0 count for false item responses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand set analysy very well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;count({$&amp;lt;[Item Response]={'True'}&amp;gt;} distinct [Material Code]) / count(distinct [Material Code])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;[Item Response]={'True'}&amp;gt;} distinct [Material Code]) / count({$&amp;lt;[Item Response]={'True','False'}&amp;gt;} distinct [Material Code])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;br&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 08:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254918#M96481</guid>
      <dc:creator />
      <dc:date>2011-07-05T08:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254919#M96482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried Chritian77 expression too, but it is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 08:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254919#M96482</guid>
      <dc:creator />
      <dc:date>2011-07-05T08:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254920#M96483</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;Please, take a look into attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 09:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254920#M96483</guid>
      <dc:creator />
      <dc:date>2011-07-05T09:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254921#M96484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt;Well, I didn't mean to solve your problem completely. It was just a substitution of ‘ifs’ by sets.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt;count({$&amp;lt;[Item Response]={'True'}&amp;gt;} distinct [Material Code])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt;Counts once every Material Code whose response is True. It does not count absolutely anything else. It does not count items whose response differs from True.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt;count({$&amp;lt;[Item Response]={'True',’False’}&amp;gt;} distinct [Material Code])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt;Counts once every Material Code whose response is True or False. If the world is dichotomized in True and False (only these two values exist and there are no null values), then is the same as count(distinct [Material Code])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt;This one counts every Material Code except those whose response is False.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt;count({$&amp;lt;[Item Response]={‘*’}-{’False’}&amp;gt;} distinct [Material Code])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt;same as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt;count(distinct [Material Code]) - &lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt;count({$&amp;lt;[Item Response]={'False'}&amp;gt;} distinct [Material Code])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Tahoma','sans-serif'; color: #333333; font-size: 11pt;"&gt;Ok.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 09:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254921#M96484</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2011-07-05T09:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254922#M96485</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;&amp;nbsp;&amp;nbsp; Also make one more change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Go to properties -&amp;gt;&amp;nbsp; Presentation -&amp;gt; Uncheck Suppress Zero-Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 09:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254922#M96485</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-05T09:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Expression problem...help needed</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254923#M96486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have been Awsome. It worked. Thanks Janusz for the correct answer and Thanks Kaushik and Christian for helpful answers. Without your hints, it was not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 09:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Expression-problem-help-needed/m-p/254923#M96486</guid>
      <dc:creator />
      <dc:date>2011-07-05T09:25:29Z</dc:date>
    </item>
  </channel>
</rss>

