<?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: Audit Data changes or Updates. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Audit-Data-changes-or-Updates/m-p/1343826#M841445</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;This is similar to what we call as SCD (Slowly Changing Dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the link below to understand this in details with how to use it in Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3148"&gt;Slowly Changing Dimensions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8456"&gt;Slowly Changing Dimensions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 May 2017 09:39:29 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2017-05-01T09:39:29Z</dc:date>
    <item>
      <title>Audit Data changes or Updates.</title>
      <link>https://community.qlik.com/t5/QlikView/Audit-Data-changes-or-Updates/m-p/1343825#M841443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Qlikview presentation that measures the sales orders loaded by person by customer by date. Recently we have notice updates on the data in that if a user on the MIS database updates a sales order their name is then tagged to the sales order (&lt;SPAN style="font-size: 13.3333px;"&gt;OurContact as loadedby&lt;/SPAN&gt;) and the original person losses the credit for the initially raised order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in basic terms. I could raise a order and have 10 orders in April accounted to me and if a colleague updates one off them he or she then has 1 order and i have 9 (&lt;SPAN style="font-size: 13.3333px;"&gt;OurContact as loadedby&lt;/SPAN&gt;). I would like a way to see these changes based on each time the script is refreshed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We unfortunately do not have a audit function on our MIS system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Brett &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SOrderNum,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SOrderDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; month(SOrderDate) as MonthSalesOrderLoaded,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Year(SOrderDate) as YearSalesOrderLoaded,&lt;/P&gt;&lt;P&gt;OurContact as loadedby,&lt;/P&gt;&lt;P&gt; CustCode;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM PUB."PV_SOrder"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;WHERE (SOrderDate &amp;gt; '$(varMaxDate)') ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Customer Name]:&lt;/P&gt;&lt;P&gt;LOAD CustCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustName;&lt;/P&gt;&lt;P&gt;SQL SELECT CustCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustName&lt;/P&gt;&lt;P&gt;FROM PUB."PV_Customer";&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/Audit-Data-changes-or-Updates/m-p/1343825#M841443</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Audit Data changes or Updates.</title>
      <link>https://community.qlik.com/t5/QlikView/Audit-Data-changes-or-Updates/m-p/1343826#M841445</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;This is similar to what we call as SCD (Slowly Changing Dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the link below to understand this in details with how to use it in Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3148"&gt;Slowly Changing Dimensions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8456"&gt;Slowly Changing Dimensions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 09:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Audit-Data-changes-or-Updates/m-p/1343826#M841445</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-05-01T09:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Audit Data changes or Updates.</title>
      <link>https://community.qlik.com/t5/QlikView/Audit-Data-changes-or-Updates/m-p/1343827#M841446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do i write in my original script the previous value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 11:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Audit-Data-changes-or-Updates/m-p/1343827#M841446</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2017-05-01T11:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Audit Data changes or Updates.</title>
      <link>https://community.qlik.com/t5/QlikView/Audit-Data-changes-or-Updates/m-p/1343828#M841448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still need help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 14:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Audit-Data-changes-or-Updates/m-p/1343828#M841448</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2017-05-02T14:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Audit Data changes or Updates.</title>
      <link>https://community.qlik.com/t5/QlikView/Audit-Data-changes-or-Updates/m-p/1343829#M841449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you have seen the links I had given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are clear then can you explain in detail what you want with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 16:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Audit-Data-changes-or-Updates/m-p/1343829#M841449</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-05-02T16:40:43Z</dc:date>
    </item>
  </channel>
</rss>

