<?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 Filter fields in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-fields-in-script/m-p/1679416#M449952</link>
    <description>&lt;P&gt;Hi QlikCommunity&lt;/P&gt;&lt;P&gt;I have a dataset with project names and deadline dates. Some projects have multiple deadline dates. I am only interested in the oldest date. My question is, how do I filter out the remaining dates in the script so I only load one deadline date pr. project?&lt;/P&gt;&lt;P&gt;This is how it could look. I have highlighted the dates that needs to be loaded in if a project has multiple values.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="temp_QV.png" style="width: 234px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29121i63E0AC4ACED3F2AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp_QV.png" alt="temp_QV.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated&amp;nbsp;&lt;/P&gt;&lt;P&gt;Casper&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:02:26 GMT</pubDate>
    <dc:creator>CanOls</dc:creator>
    <dc:date>2024-11-16T19:02:26Z</dc:date>
    <item>
      <title>Filter fields in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-fields-in-script/m-p/1679416#M449952</link>
      <description>&lt;P&gt;Hi QlikCommunity&lt;/P&gt;&lt;P&gt;I have a dataset with project names and deadline dates. Some projects have multiple deadline dates. I am only interested in the oldest date. My question is, how do I filter out the remaining dates in the script so I only load one deadline date pr. project?&lt;/P&gt;&lt;P&gt;This is how it could look. I have highlighted the dates that needs to be loaded in if a project has multiple values.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="temp_QV.png" style="width: 234px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29121i63E0AC4ACED3F2AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp_QV.png" alt="temp_QV.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated&amp;nbsp;&lt;/P&gt;&lt;P&gt;Casper&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-fields-in-script/m-p/1679416#M449952</guid>
      <dc:creator>CanOls</dc:creator>
      <dc:date>2024-11-16T19:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter fields in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-fields-in-script/m-p/1679421#M449953</link>
      <description>&lt;P&gt;Data_temp:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Project_name,&lt;/P&gt;&lt;P&gt;"Deadline Date"&lt;/P&gt;&lt;P&gt;from Yoursource;&lt;/P&gt;&lt;P&gt;left join load&lt;/P&gt;&lt;P&gt;Project_name,&lt;/P&gt;&lt;P&gt;min("Deadline Date") as MinDate&lt;/P&gt;&lt;P&gt;resident Data_temp&lt;/P&gt;&lt;P&gt;group by Project_name:&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Project_name,&lt;/P&gt;&lt;P&gt;"Deadline Date"&lt;/P&gt;&lt;P&gt;resident Data_temp&lt;/P&gt;&lt;P&gt;where "Deadline Date" = MinDate;&lt;/P&gt;&lt;P&gt;drop table Data_temp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 11:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-fields-in-script/m-p/1679421#M449953</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-02-26T11:54:11Z</dc:date>
    </item>
  </channel>
</rss>

