<?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: Nested IF in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Nested-IF/m-p/5812#M459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share some raw data to test this out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2018 16:42:11 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-23T16:42:11Z</dc:date>
    <item>
      <title>Nested IF</title>
      <link>https://community.qlik.com/t5/App-Development/Nested-IF/m-p/5809#M456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have the below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(IsNull(Status),(IF(IsNull(AARO_Booking_Period),'R0','R1')),Status)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The R1 gets produced but the R0 is failing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to say &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything where both the status and the Aaro Booking period are null = R0 &lt;/P&gt;&lt;P&gt;where only the the status is null = R1 &lt;/P&gt;&lt;P&gt;all others = Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 16:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nested-IF/m-p/5809#M456</guid>
      <dc:creator>mikegauntlett</dc:creator>
      <dc:date>2018-01-23T16:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Nested IF</title>
      <link>https://community.qlik.com/t5/App-Development/Nested-IF/m-p/5810#M457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try with Len(Trim())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=If(Len(Trim(Status)) = 0,&lt;/STRONG&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;&amp;nbsp; If(Len(Trim(AARO_Booking_Period)) = 0, 'R0', 'R1'), Status)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 16:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nested-IF/m-p/5810#M457</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-23T16:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Nested IF</title>
      <link>https://community.qlik.com/t5/App-Development/Nested-IF/m-p/5811#M458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fraid not R0 is still not getting produced, i have checked the data and there are actual cases where R0 should be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 16:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nested-IF/m-p/5811#M458</guid>
      <dc:creator>mikegauntlett</dc:creator>
      <dc:date>2018-01-23T16:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Nested IF</title>
      <link>https://community.qlik.com/t5/App-Development/Nested-IF/m-p/5812#M459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share some raw data to test this out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 16:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nested-IF/m-p/5812#M459</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-23T16:42:11Z</dc:date>
    </item>
  </channel>
</rss>

