<?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 Iterate through Date Values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Iterate-through-Date-Values/m-p/1683530#M52044</link>
    <description>&lt;P&gt;I need to determine the difference between Report Date and Begin Date for every possible combination of Report and Begin Dates. Based on the result I will create a dimension field that identifies the difference in each row as either greater than or less than 90.&lt;/P&gt;&lt;P&gt;How do I script this in the load statement to create the Desired Results Table shown below?&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SSS screenshot.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29865iAADF6FFCE44AED02/image-size/large?v=v2&amp;amp;px=999" role="button" title="SSS screenshot.png" alt="SSS screenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:32:42 GMT</pubDate>
    <dc:creator>robertbrooks</dc:creator>
    <dc:date>2021-12-20T21:32:42Z</dc:date>
    <item>
      <title>Iterate through Date Values</title>
      <link>https://community.qlik.com/t5/App-Development/Iterate-through-Date-Values/m-p/1683530#M52044</link>
      <description>&lt;P&gt;I need to determine the difference between Report Date and Begin Date for every possible combination of Report and Begin Dates. Based on the result I will create a dimension field that identifies the difference in each row as either greater than or less than 90.&lt;/P&gt;&lt;P&gt;How do I script this in the load statement to create the Desired Results Table shown below?&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SSS screenshot.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29865iAADF6FFCE44AED02/image-size/large?v=v2&amp;amp;px=999" role="button" title="SSS screenshot.png" alt="SSS screenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Iterate-through-Date-Values/m-p/1683530#M52044</guid>
      <dc:creator>robertbrooks</dc:creator>
      <dc:date>2021-12-20T21:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate through Date Values</title>
      <link>https://community.qlik.com/t5/App-Development/Iterate-through-Date-Values/m-p/1683544#M52045</link>
      <description>&lt;P&gt;[TempDates]:&lt;/P&gt;&lt;P&gt;LOAD ReportDate&lt;/P&gt;&lt;P&gt;FROM Table1;&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;LOAD BeginDate&lt;/P&gt;&lt;P&gt;FROM Table2;&lt;/P&gt;&lt;P&gt;Because there are no matching fields to join you will get a cartesean product.&lt;/P&gt;&lt;P&gt;[FinalDates]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ReportDate, BeginDate, ReportDate-BeginDate as BucketDim&lt;/P&gt;&lt;P&gt;RESIDENT [TempDates];&lt;/P&gt;&lt;P&gt;DROP TABLE [TempDates];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 23:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Iterate-through-Date-Values/m-p/1683544#M52045</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2020-03-10T23:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate through Date Values</title>
      <link>https://community.qlik.com/t5/App-Development/Iterate-through-Date-Values/m-p/1683558#M52047</link>
      <description>&lt;P&gt;Thank you very much! This worked perfectly.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 01:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Iterate-through-Date-Values/m-p/1683558#M52047</guid>
      <dc:creator>robertbrooks</dc:creator>
      <dc:date>2020-03-11T01:26:26Z</dc:date>
    </item>
  </channel>
</rss>

