<?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: Previous Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1615645#M445409</link>
    <description>&lt;P&gt;Anto, did Ruben's final example do the trick for you?&amp;nbsp; If so, please consider clicking the Accept as Solution button on that post to give him credit for the help and to let everyone else know that worked.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2019 20:36:59 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-08-22T20:36:59Z</dc:date>
    <item>
      <title>Previous Data</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608535#M444930</link>
      <description>&lt;P&gt;Hey Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement as if the &lt;STRONG&gt;Current Year&lt;/STRONG&gt; from &lt;STRONG&gt;( Year table as from 2011 to 2019)&lt;/STRONG&gt; and &lt;STRONG&gt;Current Month&lt;/STRONG&gt; Data is not available on the particular field then I have the take the value from the previous month table,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assume that if i have a value on &lt;STRONG&gt;Oct 2018 and till Jun 2019&lt;/STRONG&gt; I have no value in between tables. So How should i apply logic in this case.&lt;/P&gt;&lt;P&gt;I need the Oct 2018 Value should be displayed on Jun 2019 field...&lt;/P&gt;&lt;P&gt;So how should I perform&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance...!!!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 13:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608535#M444930</guid>
      <dc:creator>libinanto95</dc:creator>
      <dc:date>2019-08-01T13:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Data</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608659#M444940</link>
      <description>&lt;P&gt;Hi, using peek() or previous() you can access to last record loaded, for this you need a sorted load, ie:&lt;/P&gt;&lt;P&gt;LOAD KeyFields,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;If(Conditions, Value, Peek(Value)) as Value // If conditions are true load Value, else loads the Value of the last record&lt;/P&gt;&lt;P&gt;From/Resident...&lt;/P&gt;&lt;P&gt;Order By KeyFields, Date;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 17:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608659#M444940</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-08-01T17:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Data</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608684#M444943</link>
      <description>&lt;P&gt;Thanks for your reply but i tried using your function still i cant fetch the data from the table table.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 19:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608684#M444943</guid>
      <dc:creator>libinanto95</dc:creator>
      <dc:date>2019-08-01T19:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Data</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608768#M444950</link>
      <description>&lt;P&gt;Can you post a sample to show what are you trying to do?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 06:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608768#M444950</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-08-02T06:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Data</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608817#M444956</link>
      <description>&lt;P&gt;I need the Oct 2018 Value should be displayed on Jun 2019 field...&lt;/P&gt;&lt;P&gt;So how should I perform&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Exact Data is:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Values, Month, Year&lt;/P&gt;&lt;P&gt;0.001, Jun , 2016&lt;/P&gt;&lt;P&gt;0.002, Jul, 2016&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0.003, Aug, 2016&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; Oct, 2016&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; Nov, 2016&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; Dec, 2016&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; Jan, 2017&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; Feb, 2017&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; Mar, 2017&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; Apr, 2017&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; May, 2017&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; Jun, 2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I need the Value of Aug, 2016 as my Current month Value as my Current Month is Jun, 2017.&lt;/P&gt;&lt;P&gt;Now is my Question Clear?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 09:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608817#M444956</guid>
      <dc:creator>libinanto95</dc:creator>
      <dc:date>2019-08-02T09:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Data</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608829#M444958</link>
      <description>&lt;P&gt;Sample attached.&lt;/P&gt;&lt;P&gt;1- Original data creating date&lt;/P&gt;&lt;P&gt;2- Sorted load to propagate last value till last month&lt;/P&gt;&lt;P&gt;3- Load sorted descendent, if value of the first row (most recent date) is zero it takes the propagated value.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 09:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1608829#M444958</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-08-02T09:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Data</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1615645#M445409</link>
      <description>&lt;P&gt;Anto, did Ruben's final example do the trick for you?&amp;nbsp; If so, please consider clicking the Accept as Solution button on that post to give him credit for the help and to let everyone else know that worked.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 20:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Data/m-p/1615645#M445409</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-22T20:36:59Z</dc:date>
    </item>
  </channel>
</rss>

