<?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: values comparaison in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/values-comparaison/m-p/1394876#M423585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;check the order of the expression ?? share the sample app that will help us to identify the issue ..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OR directly use the Expression name in the if condition like &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; if(Expname1&amp;gt;&lt;EM style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Expname2&lt;/EM&gt;,'Hors Delais','Dans les delais')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Nov 2017 09:46:30 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2017-11-16T09:46:30Z</dc:date>
    <item>
      <title>values comparaison</title>
      <link>https://community.qlik.com/t5/QlikView/values-comparaison/m-p/1394874#M423583</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 need your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sss: Interval(Interval#(SLA_INTERM, 's'), 'm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(&lt;/P&gt;&lt;P&gt;ser ='Bo Facturation' 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(ser ='Bo Facturation' and (&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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 (&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 (&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 (&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;and a fields that compare the two values, the problem is that : if(Column(1)&amp;gt;Column(2),'Hors Delais','Dans les delais')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is there values of column 1 superior to the values of cloumn 2 but the text displays : &lt;SPAN style="font-size: 13.3333px;"&gt;Dans les delais :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183338_Capture.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 10:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-comparaison/m-p/1394874#M423583</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-11-15T10:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: values comparaison</title>
      <link>https://community.qlik.com/t5/QlikView/values-comparaison/m-p/1394875#M423584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any help please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-comparaison/m-p/1394875#M423584</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-11-16T09:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: values comparaison</title>
      <link>https://community.qlik.com/t5/QlikView/values-comparaison/m-p/1394876#M423585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;check the order of the expression ?? share the sample app that will help us to identify the issue ..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OR directly use the Expression name in the if condition like &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; if(Expname1&amp;gt;&lt;EM style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Expname2&lt;/EM&gt;,'Hors Delais','Dans les delais')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-comparaison/m-p/1394876#M423585</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-11-16T09:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: values comparaison</title>
      <link>https://community.qlik.com/t5/QlikView/values-comparaison/m-p/1394877#M423586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better if you provide sample to check, Because the input image is wrong as output receiving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you estimating 2880, 1440, 1440, 2880, 1440 are the minutes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, I could ask you to write something like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interval(2880, 'mm')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-comparaison/m-p/1394877#M423586</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-16T09:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: values comparaison</title>
      <link>https://community.qlik.com/t5/QlikView/values-comparaison/m-p/1394878#M423587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good catch anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looks like he is comparing interval formatted value with numeric value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/123046"&gt;master_student&lt;/A&gt;‌ &lt;/P&gt;&lt;P&gt;for your information interval function is a formatting function. It not converted the value of it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can modify your 1st expression like below and try&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;sss: num(num#(Interval(Interval#(SLA_INTERM, 's'), 'm')))&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 10:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-comparaison/m-p/1394878#M423587</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-11-16T10:23:13Z</dc:date>
    </item>
  </channel>
</rss>

