<?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: Help with creating SCD table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-with-creating-SCD-table/m-p/1526693#M37853</link>
    <description>&lt;P&gt;Thanks !!!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 05 Jan 2019 16:37:33 GMT</pubDate>
    <dc:creator>Xabinav</dc:creator>
    <dc:date>2019-01-05T16:37:33Z</dc:date>
    <item>
      <title>Help with creating SCD table</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-creating-SCD-table/m-p/1524953#M37704</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I need your help to create the second table from the first table.&lt;BR /&gt;I try to duplicate the dates on all subsequent records, until the next date appears and so on ...&lt;/P&gt;&lt;P&gt;Thanks, Adiel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture 1.PNG" style="width: 381px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2788iF802D335730589E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture 1.PNG" alt="Capture 1.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-creating-SCD-table/m-p/1524953#M37704</guid>
      <dc:creator>Xabinav</dc:creator>
      <dc:date>2024-11-16T06:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with creating SCD table</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-creating-SCD-table/m-p/1524975#M37711</link>
      <description>&lt;P&gt;Like this for example:&lt;/P&gt;&lt;PRE&gt;LOAD
    Line,
    CustomerID,
    Alt(IsEnter,0) as IsEnter,
    If(Len(Trim(EnterDate))&amp;gt;0, EnterDate, Peek(EnterDate)) as EnterDate
FROM
     ...source table...
    ;&lt;/PRE&gt;</description>
      <pubDate>Sun, 30 Dec 2018 06:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-creating-SCD-table/m-p/1524975#M37711</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-12-30T06:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with creating SCD table</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-creating-SCD-table/m-p/1526693#M37853</link>
      <description>&lt;P&gt;Thanks !!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2019 16:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-creating-SCD-table/m-p/1526693#M37853</guid>
      <dc:creator>Xabinav</dc:creator>
      <dc:date>2019-01-05T16:37:33Z</dc:date>
    </item>
  </channel>
</rss>

