<?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: How do I conditionally LOAD rows in a table based on the value of a single field in the row? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-conditionally-LOAD-rows-in-a-table-based-on-the-value/m-p/1575644#M442516</link>
    <description>&lt;P&gt;Thank you Sunny. Appreciated the quick response&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to customize this for my data.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2019 20:16:55 GMT</pubDate>
    <dc:creator>ksasidhars</dc:creator>
    <dc:date>2019-05-01T20:16:55Z</dc:date>
    <item>
      <title>How do I conditionally LOAD rows in a table based on the value of a single field in the row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-conditionally-LOAD-rows-in-a-table-based-on-the-value/m-p/1575592#M442512</link>
      <description>&lt;P&gt;hi, I've the table as below; need help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;BR /&gt;ID,Status&lt;BR /&gt;1,Open&lt;BR /&gt;1,Complete&lt;BR /&gt;2,Complete&lt;BR /&gt;3,Open&lt;BR /&gt;3,Complete];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to have the final table as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ID,Status&lt;BR /&gt;1,Open&lt;BR /&gt;2,Complete&lt;BR /&gt;3,Open&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Basically single ID and if Status is Open for the ID in any Row then display status as 'open' else 'complete'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 18:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-conditionally-LOAD-rows-in-a-table-based-on-the-value/m-p/1575592#M442512</guid>
      <dc:creator>ksasidhars</dc:creator>
      <dc:date>2019-05-01T18:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I conditionally LOAD rows in a table based on the value of a single field in the row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-conditionally-LOAD-rows-in-a-table-based-on-the-value/m-p/1575596#M442513</link>
      <description>&lt;P&gt;You can try this&lt;/P&gt;&lt;P&gt;Table:&lt;BR /&gt;LOAD *,&lt;BR /&gt;Match(Status, 'Open', 'Complete') as Status_Num_Value;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ID, Status&lt;BR /&gt;1, Open&lt;BR /&gt;1, Complete&lt;BR /&gt;2, Complete&lt;BR /&gt;3, Open&lt;BR /&gt;3, Complete&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Right Join (Table)&lt;BR /&gt;LOAD ID,&lt;BR /&gt;Min(Status_Num_Value) as Status_Num_Value&lt;BR /&gt;Resident Table&lt;BR /&gt;Group By ID;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 18:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-conditionally-LOAD-rows-in-a-table-based-on-the-value/m-p/1575596#M442513</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T18:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I conditionally LOAD rows in a table based on the value of a single field in the row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-conditionally-LOAD-rows-in-a-table-based-on-the-value/m-p/1575644#M442516</link>
      <description>&lt;P&gt;Thank you Sunny. Appreciated the quick response&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to customize this for my data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 20:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-conditionally-LOAD-rows-in-a-table-based-on-the-value/m-p/1575644#M442516</guid>
      <dc:creator>ksasidhars</dc:creator>
      <dc:date>2019-05-01T20:16:55Z</dc:date>
    </item>
  </channel>
</rss>

