<?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: Condition If in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121636#M464119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The use of interval here is redundant, It is a formatting function only and does not affect the calculations. What you require is not entirely clear due to the syntax errors in your expression, but perhaps you need this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if([OV_DATA_CONS_RICH-OV_DATA_BOLLA] &amp;lt; -5,'Ritardo',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if([OV_DATA_CONS_RICH-OV_DATA_BOLLA] &amp;gt;= -5,'Puntuale','Non Consegnato'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 05:25:28 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2016-05-12T05:25:28Z</dc:date>
    <item>
      <title>Condition If</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121633#M464116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello &lt;/P&gt;&lt;P&gt;I have a problem with if condition when i insert a formula,&lt;/P&gt;&lt;P&gt;this is my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if(interval([OV_DATA_CONS_RICH-OV_DATA_BOLLA],&amp;lt;-5),'Ritardo',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(interval([OV_DATA_CONS_RICH-OV_DATA_BOLLA],&amp;gt;=-5),'Puntuale',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(interval([OV_DATA_CONS_RICH-OV_DATA_BOLLA],''),'Non Consegnato')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 09:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121633#M464116</guid>
      <dc:creator />
      <dc:date>2016-05-11T09:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Condition If</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121634#M464117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if(interval([OV_DATA_CONS_RICH-OV_DATA_BOLLA]),&amp;lt;-5,'Ritardo',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(interval([OV_DATA_CONS_RICH-OV_DATA_BOLLA]),&amp;gt;=-5,'Puntuale',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(interval([OV_DATA_CONS_RICH-OV_DATA_BOLLA]),'','Non Consegnato')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you had the condition evaluation as part of the interval function &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 17:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121634#M464117</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2016-05-11T17:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Condition If</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121635#M464118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= if(interval([OV_DATA_CONS_RICH-OV_DATA_BOLLA])&amp;lt;-5,'Ritardo',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; if(interval([OV_DATA_CONS_RICH-OV_DATA_BOLLA])&amp;gt;=-5,'Puntuale',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; if(interval([OV_DATA_CONS_RICH-OV_DATA_BOLLA]),'Non Consegnato')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 04:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121635#M464118</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-05-12T04:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Condition If</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121636#M464119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The use of interval here is redundant, It is a formatting function only and does not affect the calculations. What you require is not entirely clear due to the syntax errors in your expression, but perhaps you need this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if([OV_DATA_CONS_RICH-OV_DATA_BOLLA] &amp;lt; -5,'Ritardo',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if([OV_DATA_CONS_RICH-OV_DATA_BOLLA] &amp;gt;= -5,'Puntuale','Non Consegnato'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 05:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121636#M464119</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-05-12T05:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Condition If</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121637#M464120</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;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= if([OV_DATA_CONS_RICH-OV_DATA_BOLLA]&amp;lt;-5,'Ritardo',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; if([OV_DATA_CONS_RICH-OV_DATA_BOLLA]&amp;gt;=-5,'Puntuale',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Non Consegnato'))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 05:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121637#M464120</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-05-12T05:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Condition If</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121638#M464121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what you want to achieve? can you explain the logic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 05:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121638#M464121</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-12T05:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Condition If</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121639#M464122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i found the solution in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(OV_DATA_CONS_RICH-OV_DATA_BOLLA&amp;lt;&amp;lt;0, 'Ritardo',if(OV_DATA_CONS_RICH-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OV_DATA_BOLLA&amp;gt;&amp;gt;0,'Puntuale','Non Consegnato'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem was that it read the second incorrectly condition&lt;/P&gt;&lt;P&gt;thank you all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 13:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-If/m-p/1121639#M464122</guid>
      <dc:creator />
      <dc:date>2016-05-12T13:22:14Z</dc:date>
    </item>
  </channel>
</rss>

