<?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: Complex IF Statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/711366#M1053874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, now I see how to build a nested If, totaly different then how I used nested If's in excel for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ambertje&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 13:22:40 GMT</pubDate>
    <dc:creator>amber2000</dc:creator>
    <dc:date>2014-10-28T13:22:40Z</dc:date>
    <item>
      <title>Complex IF Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/711362#M1053870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm strugling with an expression that contains a nested if statement on the Text Color propertie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Colli/Ti/PO*Cse_Hgt]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; / &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Reele_loc_Hgt]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*100 &amp;gt;= 50.0,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; If((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Colli/Ti/PO*Cse_Hgt]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; / &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Reele_loc_Hgt]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*100 &amp;gt;= 50.0 and &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Reele_loc_Hgt]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;= 185, green(),red())) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above statement is working as it should but the first rule should contain one more logic comparison:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(([Colli/Ti/PO*Cse_Hgt] / [Reele_loc_Hgt])*100 &amp;gt;= 50.0 and ([Colli/Ti/PO*Cse_Hgt] / [Reele_loc_Hgt])*100 &amp;lt;= 99.99,&lt;/P&gt;&lt;P&gt;When I implement this my rules are not applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll attach an example to see what I'm doing, I also use the visual cues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me with this please ???&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ambertje&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/711362#M1053870</guid>
      <dc:creator>amber2000</dc:creator>
      <dc:date>2014-10-28T12:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Complex IF Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/711363#M1053871</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;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;If(([Colli/Ti/PO*Cse_Hgt] / [Reele_loc_Hgt])*100 &amp;gt;= 50.0 and ([Colli/Ti/PO*Cse_Hgt] / [Reele_loc_Hgt])*100&amp;lt;=99.9,green(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(([Colli/Ti/PO*Cse_Hgt] / [Reele_loc_Hgt])*100 &amp;gt;=100.0 and [Reele_loc_Hgt] &amp;gt;= 185, red()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/711363#M1053871</guid>
      <dc:creator />
      <dc:date>2014-10-28T12:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Complex IF Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/711364#M1053872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Reddy but this is not correct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both If statements should result as green and all that doesn't match should be in red.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/711364#M1053872</guid>
      <dc:creator>amber2000</dc:creator>
      <dc:date>2014-10-28T12:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Complex IF Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/711365#M1053873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok for that use the below.&lt;/P&gt;&lt;P&gt;If(([Colli/Ti/PO*Cse_Hgt] / [Reele_loc_Hgt])*100 &amp;gt;= 50.0 and ([Colli/Ti/PO*Cse_Hgt] / [Reele_loc_Hgt])*100&amp;lt;=99.9,green(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(([Colli/Ti/PO*Cse_Hgt] / [Reele_loc_Hgt])*100 &amp;gt;= 100.0 and [Reele_loc_Hgt] &amp;gt;= 185, green(),red()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/711365#M1053873</guid>
      <dc:creator />
      <dc:date>2014-10-28T12:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Complex IF Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/711366#M1053874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, now I see how to build a nested If, totaly different then how I used nested If's in excel for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ambertje&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 13:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/711366#M1053874</guid>
      <dc:creator>amber2000</dc:creator>
      <dc:date>2014-10-28T13:22:40Z</dc:date>
    </item>
  </channel>
</rss>

