<?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: expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression/m-p/1454676#M434979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wieme,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is that you have more elements in your AGGR parameters than you have in dimensions in your chart, meaning that there is more than one possible answer for that row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should always have an aggregation (e.g. Sum, Avg, Max, Min) around an Aggr statement when used as an expression.&amp;nbsp; Adding one of these will most likely fix the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may not give you the answer you want though, if not, ensure that all of these are in your dimensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Code Cas], [Concern. MSISDN],[Date de création], SLA_GLOBAL, segment,PROVIDER_GRP_ID,SLA_INTERM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that will solve it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Dec 2017 13:59:34 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2017-12-29T13:59:34Z</dc:date>
    <item>
      <title>expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1454671#M434974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression that returns null values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to delete the null rows&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188089_Capture.PNG" style="height: 59px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(&lt;/P&gt;&lt;P&gt;If( Sum( &lt;/P&gt;&lt;P&gt;num#(Interval(Interval#(SLA_INTERM, 's'), 'm'))) &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ser ='Bo Facturation' and [Criticité cas ]='Non Critique' and (&lt;/P&gt;&lt;P&gt;segment= 'VLV'&lt;/P&gt;&lt;P&gt;or segment='LV'&lt;/P&gt;&lt;P&gt;or segment='MV'&lt;/P&gt;&lt;P&gt;or segment='HV'&lt;/P&gt;&lt;P&gt;or segment='HD'&lt;/P&gt;&lt;P&gt;or segment='Premium'&lt;/P&gt;&lt;P&gt;), 2880,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;ser ='Bo Facturation' and [Criticité cas ]='Non Critique' and (&lt;/P&gt;&lt;P&gt;segment= 'LowEndUser'&lt;/P&gt;&lt;P&gt;or segment='HighEndUser'&lt;/P&gt;&lt;P&gt;or segment='Entreprise'&lt;/P&gt;&lt;P&gt;or segment='One to one'&lt;/P&gt;&lt;P&gt;), 1440,&lt;/P&gt;&lt;P&gt;If(&lt;/P&gt;&lt;P&gt;ser ='Bo Facturation' and [Criticité cas ]='Critique' and (&lt;/P&gt;&lt;P&gt;segment= 'VLV'&lt;/P&gt;&lt;P&gt;or segment='LV'&lt;/P&gt;&lt;P&gt;or segment='MV'&lt;/P&gt;&lt;P&gt;or segment='HV'&lt;/P&gt;&lt;P&gt;or segment='HD'&lt;/P&gt;&lt;P&gt;or segment='Premium'&lt;/P&gt;&lt;P&gt;or segment= 'LowEndUser'&lt;/P&gt;&lt;P&gt;or segment='HighEndUser'&lt;/P&gt;&lt;P&gt;or segment='Entreprise'&lt;/P&gt;&lt;P&gt;or segment='One to one'&lt;/P&gt;&lt;P&gt;), 1440,&lt;/P&gt;&lt;P&gt;if (&lt;/P&gt;&lt;P&gt;ser ='BO TECKNO ' and [Criticité cas ]='Non Critique' and (&lt;/P&gt;&lt;P&gt;segment= 'VLV'&lt;/P&gt;&lt;P&gt;or segment='LV'&lt;/P&gt;&lt;P&gt;or segment='MV'&lt;/P&gt;&lt;P&gt;or segment='HV'&lt;/P&gt;&lt;P&gt;or segment='HD'&lt;/P&gt;&lt;P&gt;or segment='Premium'&lt;/P&gt;&lt;P&gt;or segment ='LowEndUser'&lt;/P&gt;&lt;P&gt;or segment ='LowEndUser'&lt;/P&gt;&lt;P&gt;or segment ='HighEndUser' &lt;/P&gt;&lt;P&gt;or segment ='Entreprise'&lt;/P&gt;&lt;P&gt;or segment ='One to one'&lt;/P&gt;&lt;P&gt;),1440&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;if (&lt;/P&gt;&lt;P&gt;ser ='DT Support +Fixe + Delivery' and [Criticité cas ]='Non Critique' and (&lt;/P&gt;&lt;P&gt;segment= 'VLV'&lt;/P&gt;&lt;P&gt;or segment='LV'&lt;/P&gt;&lt;P&gt;or segment='MV'&lt;/P&gt;&lt;P&gt;or segment='HV'&lt;/P&gt;&lt;P&gt;or segment='HD'&lt;/P&gt;&lt;P&gt;or segment='Premium'&lt;/P&gt;&lt;P&gt;), '2880'&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;if (&lt;/P&gt;&lt;P&gt;ser ='DT Support +Fixe + Delivery' and [Criticité cas ]='Non Critique' and (&lt;/P&gt;&lt;P&gt;segment= 'LowEndUser'&lt;/P&gt;&lt;P&gt;or segment='HighEndUser'&lt;/P&gt;&lt;P&gt;or segment='Entreprise'&lt;/P&gt;&lt;P&gt;or segment='One to one'&lt;/P&gt;&lt;P&gt;),1440&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;if (&lt;/P&gt;&lt;P&gt;ser ='DT Support +Fixe + Delivery' and [Criticité cas ]='Critique' and (&lt;/P&gt;&lt;P&gt;segment= 'VLV'&lt;/P&gt;&lt;P&gt;or segment='LV'&lt;/P&gt;&lt;P&gt;or segment='MV'&lt;/P&gt;&lt;P&gt;or segment='HV'&lt;/P&gt;&lt;P&gt;or segment='HD'&lt;/P&gt;&lt;P&gt;or segment='Premium'&lt;/P&gt;&lt;P&gt;), '1440'&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;if (&lt;/P&gt;&lt;P&gt;ser ='DT Support +Fixe + Delivery' and [Criticité cas ]='Critique' and (&lt;/P&gt;&lt;P&gt;segment= 'LowEndUser'&lt;/P&gt;&lt;P&gt;or segment='HighEndUser'&lt;/P&gt;&lt;P&gt;or segment='Entreprise'&lt;/P&gt;&lt;P&gt;or segment='One to one'&lt;/P&gt;&lt;P&gt;),1440&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;if (&lt;/P&gt;&lt;P&gt;ser ='BO TECKNO ' and [Criticité cas ]='Critique' and (&lt;/P&gt;&lt;P&gt;segment= 'VLV'&lt;/P&gt;&lt;P&gt;or segment='LV'&lt;/P&gt;&lt;P&gt;or segment='MV'&lt;/P&gt;&lt;P&gt;or segment='HV'&lt;/P&gt;&lt;P&gt;or segment='HD'&lt;/P&gt;&lt;P&gt;or segment='Premium'&lt;/P&gt;&lt;P&gt;or segment ='LowEndUser'&lt;/P&gt;&lt;P&gt;or segment ='LowEndUser'&lt;/P&gt;&lt;P&gt;or segment ='HighEndUser' &lt;/P&gt;&lt;P&gt;or segment ='Entreprise'&lt;/P&gt;&lt;P&gt;or segment ='One to one'&lt;/P&gt;&lt;P&gt;),1440&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;if (&lt;/P&gt;&lt;P&gt;ser ='BO TECKNO ' and [Criticité cas ]='Critique' and (&lt;/P&gt;&lt;P&gt;segment= 'VLV'&lt;/P&gt;&lt;P&gt;or segment='LV'&lt;/P&gt;&lt;P&gt;or segment='MV'&lt;/P&gt;&lt;P&gt;or segment='HV'&lt;/P&gt;&lt;P&gt;or segment='HD'&lt;/P&gt;&lt;P&gt;or segment='Premium'&lt;/P&gt;&lt;P&gt;or segment ='LowEndUser'&lt;/P&gt;&lt;P&gt;or segment ='LowEndUser'&lt;/P&gt;&lt;P&gt;or segment ='HighEndUser' &lt;/P&gt;&lt;P&gt;or segment ='Entreprise'&lt;/P&gt;&lt;P&gt;or segment ='One to one'&lt;/P&gt;&lt;P&gt;),1440&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt; )))))&lt;/P&gt;&lt;P&gt;)))&lt;/P&gt;&lt;P&gt;, 'Hors delais')&lt;/P&gt;&lt;P&gt;,[Code Cas], [Concern. MSISDN],[Date de création], SLA_GLOBAL, segment,PROVIDER_GRP_ID,SLA_INTERM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 11:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1454671#M434974</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-12-26T11:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1454672#M434975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is 'Suppress Zero Value' on the presentation tab checked or not? If it is not, then make sure that it is checked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 17:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1454672#M434975</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-26T17:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1454673#M434976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes Sunny its checked, see bellow :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions please :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188214_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 08:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1454673#M434976</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-12-27T08:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1454674#M434977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try adding the expression in the dimension and hide it using the presentation tab and suppress null values. It may affect your performance as you have so many nested if in your expression . give it a try and let me know.&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>Wed, 27 Dec 2017 10:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1454674#M434977</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-27T10:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1454675#M434978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you happen to have more than one expression in your chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 12:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1454675#M434978</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-27T12:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1454676#M434979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wieme,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is that you have more elements in your AGGR parameters than you have in dimensions in your chart, meaning that there is more than one possible answer for that row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should always have an aggregation (e.g. Sum, Avg, Max, Min) around an Aggr statement when used as an expression.&amp;nbsp; Adding one of these will most likely fix the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may not give you the answer you want though, if not, ensure that all of these are in your dimensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Code Cas], [Concern. MSISDN],[Date de création], SLA_GLOBAL, segment,PROVIDER_GRP_ID,SLA_INTERM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that will solve it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 13:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1454676#M434979</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-12-29T13:59:34Z</dc:date>
    </item>
  </channel>
</rss>

