<?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: Dual if statement with multiple conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369551#M619416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently d or Rent has 10 different values, so the result of your calculation is 10 different values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Apr 2017 11:32:02 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2017-04-11T11:32:02Z</dc:date>
    <item>
      <title>Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369543#M619408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am trying to add multiple if conditions for the below task as hand:&lt;/P&gt;&lt;P&gt;if d&amp;lt;30&lt;/P&gt;&lt;P&gt;result=([90+(Rent-8000)]/1000)*3&lt;/P&gt;&lt;P&gt;else if 30&amp;lt;d&amp;lt;60&lt;/P&gt;&lt;P&gt;result=([100+(Rent-8000)]/1000)*3&lt;/P&gt;&lt;P&gt;else if 60&amp;lt;d&amp;lt;90&lt;/P&gt;&lt;P&gt;result=([110+(Rent-8000)]/1000)*3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;this using multiple if statement in the script editor LOAD&lt;/SPAN&gt;. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;However, I get error if I try to use multiple conditions under one if statement.&lt;/SPAN&gt;&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;Could any one please help me to work on the right approach towards this issue ?&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;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 06:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369543#M619408</guid>
      <dc:creator />
      <dc:date>2017-04-10T06:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369544#M619409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this? I am assuming these are the fields &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[90+(Rent-8000)], &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[100+(Rent-8000)]&lt;/SPAN&gt; &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[110+(Rent-8000)]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(d&amp;lt;30, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([90+(Rent-8000)]/1000)*3, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(d&amp;gt;=30 and d&amp;lt;60, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([100+(Rent-8000)]/1000)*3&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;If(d &amp;gt;= 60 and d&amp;lt;90, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([110+(Rent-8000)]/1000)*3&lt;/SPAN&gt;))) as FieldName&lt;/STRONG&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;&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;Or else you could define as this&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;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(d&amp;lt;30, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(90+(Rent-8000)/1000)*3, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(d&amp;gt;=30 and d&amp;lt;60, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(100+(Rent-8000)/1000)*3&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;If(d &amp;gt;= 60 and d&amp;lt;90, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(110+(Rent-8000)/1000)*3&lt;/SPAN&gt;))) as FieldName&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; // I am assuming if this is not a field then use this&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 07:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369544#M619409</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-10T07:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369545#M619410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anil, that worked. It was the latter, 'not a field'. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 08:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369545#M619410</guid>
      <dc:creator />
      <dc:date>2017-04-10T08:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369546#M619411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That if-statement can be written more efficient by excluding the parts in the nested if that are already covered by the earlier if-statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(d&amp;lt;30, ([90+(Rent-8000)]/1000)*3, If(d&amp;gt;=30 and d&amp;lt;60, ([100+(Rent-8000)]/1000)*3, If(d &amp;gt;= 60 and d&amp;lt;90, ([110+(Rent-8000)]/1000)*3))) as FieldName&lt;/P&gt;&lt;P&gt;... does the same as...&lt;/P&gt;&lt;P&gt;If(d&amp;lt;30, ([90+(Rent-8000)]/1000)*3, If(d&amp;lt;60, ([100+(Rent-8000)]/1000)*3, If(d&amp;lt;90, ([110+(Rent-8000)]/1000)*3))) as FieldName&lt;/P&gt;&lt;P&gt;... except the 2nd is more efficient.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 08:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369546#M619411</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-04-10T08:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369547#M619412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. And, I would high recommend you to don't duplicate same thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 08:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369547#M619412</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-10T08:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369548#M619413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just below the above if code I am trying to check for another condition as below but its giving me error as &amp;lt;Field not found&amp;gt; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Calculations:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;d,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(d&amp;lt;30, &lt;SPAN style="font-style: inherit; font-size: 13px;"&gt;(90+(Rent-8000)/1000)*3, &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13px;"&gt;If(d&amp;gt;=30 and d&amp;lt;60, &lt;SPAN style="font-style: inherit;"&gt;(100+(Rent-8000)/1000)*3&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;If(d &amp;gt;= 60 and d&amp;lt;90, &lt;SPAN style="font-style: inherit;"&gt;(110+(Rent-8000)/1000)*3&lt;/SPAN&gt;))) as FieldName,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;IF(FieldName&amp;lt;90,'Below AOP','Above AOP')as aop&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Resident NTMs&lt;/STRONG&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Would appreciate any help or suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 06:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369548#M619413</guid>
      <dc:creator />
      <dc:date>2017-04-11T06:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369549#M619414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't do with in the &lt;STRONG&gt;fieldname&lt;/STRONG&gt; for ref. May be use below&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;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Calculations:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Load d, FieldName, &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;STRONG&gt;IF(FieldName&amp;lt;90,'Below AOP','Above AOP') as aop&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;d,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;If(d&amp;lt;30, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(90+(Rent-8000)/1000)*3, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;If(d&amp;gt;=30 and d&amp;lt;60, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(100+(Rent-8000)/1000)*3&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;If(d &amp;gt;= 60 and d&amp;lt;90, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(110+(Rent-8000)/1000)*3&lt;/SPAN&gt;))) as FieldName&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Resident NTMs;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 06:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369549#M619414</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-11T06:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369550#M619415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are awesome Anil, this works flawless except I am getting multiple values in the FieldName for some strange reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Calculations:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load d, FieldName, IF(FieldName&amp;lt;90,'Below AOP','Above AOP') as aop;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;d,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rent,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(d&amp;lt;30, (90+((Rent-8000)/1000)*3), If(d&amp;gt;=30 and d&amp;lt;60, (100+((Rent-8000)/1000)*3), If(d &amp;gt;= 60 and d&amp;lt;90, (110+((Rent-8000)/1000)*3),If(d &amp;gt;= 90 and d&amp;lt;120, (120+((Rent-8000)/1000)*3),If(d &amp;gt;= 120 and d&amp;lt;150, (140+((Rent-8000)/1000)*3),If(d &amp;gt;= 150 and d&amp;lt;180, (150+((Rent-8000)/1000)*3),If(d &amp;gt;= 180 and d&amp;lt;210, (160+((Rent-8000)/1000)*3),(170+((Rent-800)/1000)*3)))))))) as FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NTMs&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So now for the value of Rent=7000 and d=174, I am getting 10 different values for &lt;SPAN style="font-size: 13.3333px;"&gt;FieldName&lt;/SPAN&gt; but considering the condition: it should be under If(d &amp;gt;= 150 and d&amp;lt;180, (150+((Rent-8000)/1000)*3) and as per calculation FieldName=147&lt;/P&gt;&lt;P&gt;but I am getting 10 different values for the same as :&lt;/P&gt;&lt;P&gt;FieldName&lt;/P&gt;&lt;P&gt;126&lt;/P&gt;&lt;P&gt;135&lt;/P&gt;&lt;P&gt;136.5&lt;/P&gt;&lt;P&gt;141&lt;/P&gt;&lt;P&gt;144&lt;/P&gt;&lt;P&gt;147&lt;/P&gt;&lt;P&gt;150&lt;/P&gt;&lt;P&gt;154.5&lt;/P&gt;&lt;P&gt;160.5&lt;/P&gt;&lt;P&gt;163.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 10:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369550#M619415</guid>
      <dc:creator />
      <dc:date>2017-04-11T10:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369551#M619416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently d or Rent has 10 different values, so the result of your calculation is 10 different values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 11:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369551#M619416</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-04-11T11:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369552#M619417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No there's just 1 value each for d and Rent:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159744_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 12:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369552#M619417</guid>
      <dc:creator />
      <dc:date>2017-04-11T12:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369553#M619418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That screenshot is not showing me anything to prove to me that at the moment of doing a resident load on NTMs there are not multiple values of for either "d" or "Rent".&lt;/P&gt;&lt;P&gt;As a calculation does not randomly make up numbers (or at least not this basic calculation), I see no other explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 12:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369553#M619418</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-04-11T12:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369554#M619419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorted now. There was some issues because of &lt;SPAN style="color: #6a6a6a; font-family: arial, sans-serif; font-size: small;"&gt;synthetic&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt; table. Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369554#M619419</guid>
      <dc:creator />
      <dc:date>2017-04-11T13:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369555#M619420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;d,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Rent,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If(d&amp;lt;30, (90+((Rent-8000)/1000)*3), If(d&amp;gt;=30 and d&amp;lt;60, (100+((Rent-8000)/1000)*3), If(d &amp;gt;= 60 and d&amp;lt;90, (110+((Rent-8000)/1000)*3),If(d &amp;gt;= 90 and d&amp;lt;120, (120+((Rent-8000)/1000)*3),If(d &amp;gt;= 120 and d&amp;lt;150, (140+((Rent-8000)/1000)*3),If(d &amp;gt;= 150 and d&amp;lt;180, (150+((Rent-8000)/1000)*3),If(d &amp;gt;= 180 and d&amp;lt;210, (160+((Rent-8000)/1000)*3),(170+((Rent-&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;800&lt;/SPAN&gt;)/1000)*3)))))))) as FieldName&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Resident &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NTMs&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here, You have mentioned single 800 only. Is that is correct? or you may miss to add one more 0 like &lt;STRONG&gt;8000&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369555#M619420</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-11T13:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dual if statement with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369556#M619421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing out, fixed that too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 06:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dual-if-statement-with-multiple-conditions/m-p/1369556#M619421</guid>
      <dc:creator />
      <dc:date>2017-04-12T06:29:34Z</dc:date>
    </item>
  </channel>
</rss>

