<?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: Slowly Changing dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64891#M785652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe now you need to create a change_date_field to flag this and insert a date on every row until the next change..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2018 13:19:44 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-03-07T13:19:44Z</dc:date>
    <item>
      <title>Slowly Changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64889#M785650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having one Brand X which is associated with Store Dimension A&lt;/P&gt;&lt;P&gt;Now suppose, Brand X association with Store Dimension is changed to B today. I don't have any date column in DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to cope up with this using SCD concept so that historical data is not altered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64889#M785650</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Slowly Changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64890#M785651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create qvds with date stamps so that although you don't have date in the main database, you can stamp them with date (pull date) when you store them into qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 13:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64890#M785651</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-07T13:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Slowly Changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64891#M785652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe now you need to create a change_date_field to flag this and insert a date on every row until the next change..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 13:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64891#M785652</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-07T13:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Slowly Changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64892#M785653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you get the data from the database, add a field with current date.&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//(You need a script to create the StoredDate.qvd file for the first load)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Concatenate(StoredData) Load * from StoredDate.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;DimensionA,&lt;/P&gt;&lt;P&gt;today(0) as LastUpdate;&lt;/P&gt;&lt;P&gt;From Database;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//In case you need only the last update for each records, use this:&lt;/P&gt;&lt;P&gt;Load MaxString(DimensionA), Max(&lt;SPAN style="font-size: 13.3333px;"&gt;LastUpdate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RESIDENT &lt;SPAN style="font-size: 13.3333px;"&gt;StoredData&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;GROUP BY &lt;SPAN style="font-size: 13.3333px;"&gt;DimensionA,&lt;SPAN style="font-size: 13.3333px;"&gt;LastUpdate&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be careful that your date will only be loaded when you reload the qvw, so if you reload it every two days, you will have the data every two days and not the real change date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 13:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64892#M785653</guid>
      <dc:creator>cristian_av</dc:creator>
      <dc:date>2018-03-07T13:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Slowly Changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64893#M785654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please can you share sample code &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 16:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64893#M785654</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-07T16:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Slowly Changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64894#M785655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please can you share sample code &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 16:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64894#M785655</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-07T16:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Slowly Changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64895#M785656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share some data &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 16:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64895#M785656</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-07T16:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Slowly Changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64896#M785657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha..:P&lt;/P&gt;&lt;P&gt;i tried and got it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks bhai &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 05:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64896#M785657</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-08T05:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Slowly Changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64897#M785658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 10:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-Changing-dimension/m-p/64897#M785658</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-08T10:04:45Z</dc:date>
    </item>
  </channel>
</rss>

