<?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 Preceding Load Nested if statement issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Preceding-Load-Nested-if-statement-issue/m-p/1700438#M1314085</link>
    <description>&lt;P&gt;I want Status of each Shipment ID so i have used nested IF statement in preceding load.&lt;/P&gt;&lt;P&gt;I am using Straight table but getting two rows against some ShipmentID.&lt;/P&gt;&lt;P&gt;I don't want to use "Suppress when value is null" due to some specific business condition.&lt;/P&gt;&lt;P&gt;Could you please help me out here why i am getting blank status row here&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gangelep_0-1589087767027.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33275i87AD2C32B0BB9DCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gangelep_0-1589087767027.png" alt="gangelep_0-1589087767027.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;LOAD ShipmentID,&lt;BR /&gt;If(Loading_Time &amp;lt; Start,'Early',&lt;BR /&gt;If(Loading_Time&amp;gt;Stop,'Late',&lt;BR /&gt;If(Loading_Time&amp;gt;Start and Loading_Time &amp;lt; Stop,'On Time'))) As Status;&lt;BR /&gt;Load *,&lt;BR /&gt;Time([PL time]-Buffer_Early,'hh:mm') as Start,&lt;BR /&gt;Time([PL time]+Buffer_Late,'hh:mm') as Stop;&lt;BR /&gt;Load *&lt;BR /&gt;Resident Shipment;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>gangelep</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Preceding Load Nested if statement issue</title>
      <link>https://community.qlik.com/t5/QlikView/Preceding-Load-Nested-if-statement-issue/m-p/1700438#M1314085</link>
      <description>&lt;P&gt;I want Status of each Shipment ID so i have used nested IF statement in preceding load.&lt;/P&gt;&lt;P&gt;I am using Straight table but getting two rows against some ShipmentID.&lt;/P&gt;&lt;P&gt;I don't want to use "Suppress when value is null" due to some specific business condition.&lt;/P&gt;&lt;P&gt;Could you please help me out here why i am getting blank status row here&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gangelep_0-1589087767027.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33275i87AD2C32B0BB9DCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gangelep_0-1589087767027.png" alt="gangelep_0-1589087767027.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;LOAD ShipmentID,&lt;BR /&gt;If(Loading_Time &amp;lt; Start,'Early',&lt;BR /&gt;If(Loading_Time&amp;gt;Stop,'Late',&lt;BR /&gt;If(Loading_Time&amp;gt;Start and Loading_Time &amp;lt; Stop,'On Time'))) As Status;&lt;BR /&gt;Load *,&lt;BR /&gt;Time([PL time]-Buffer_Early,'hh:mm') as Start,&lt;BR /&gt;Time([PL time]+Buffer_Late,'hh:mm') as Stop;&lt;BR /&gt;Load *&lt;BR /&gt;Resident Shipment;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceding-Load-Nested-if-statement-issue/m-p/1700438#M1314085</guid>
      <dc:creator>gangelep</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Preceding Load Nested if statement issue</title>
      <link>https://community.qlik.com/t5/QlikView/Preceding-Load-Nested-if-statement-issue/m-p/1700444#M1314086</link>
      <description>&lt;P&gt;Sample Data and required output .. will give clear idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 07:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceding-Load-Nested-if-statement-issue/m-p/1700444#M1314086</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2020-05-10T07:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Preceding Load Nested if statement issue</title>
      <link>https://community.qlik.com/t5/QlikView/Preceding-Load-Nested-if-statement-issue/m-p/1708204#M1314087</link>
      <description>&lt;P&gt;My best hunch would be you have a result that is not meeting your condition in the If statements, i.e. things are equal maybe, and therefore we do not know what status to apply.&amp;nbsp; Only way of which I can think to prove that is to cover that in the If statement by adding a final result of some other value if no other conditions are met.&amp;nbsp; So what I am saying is a final 'else' along the lines of something that will flag we have a condition that is not being met...&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 13:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceding-Load-Nested-if-statement-issue/m-p/1708204#M1314087</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-06-04T13:38:30Z</dc:date>
    </item>
  </channel>
</rss>

