<?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 Peek function is not wrkoing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Peek-function-is-not-wrkoing/m-p/1107653#M901498</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;I have scenario,&lt;/P&gt;&lt;P&gt;I have database like this &lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Region,&lt;/P&gt;&lt;P&gt;Loaction,&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create forecasting data for another 10years&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date=Date+1&lt;/P&gt;&lt;P&gt;region=Region&lt;/P&gt;&lt;P&gt;Location=Location&lt;/P&gt;&lt;P&gt;Sales=Last month sales+(Lastmonth sales* (last24month sales growth rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for finding the growth rate i am using sales-Peek(sales)/peek(sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the peek(sales) is not working properly it is reverse order or some issue is there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there any pre requisites i need to take care while using peek function in qlikview?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Peek function is not wrkoing</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-is-not-wrkoing/m-p/1107653#M901498</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;I have scenario,&lt;/P&gt;&lt;P&gt;I have database like this &lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Region,&lt;/P&gt;&lt;P&gt;Loaction,&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create forecasting data for another 10years&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date=Date+1&lt;/P&gt;&lt;P&gt;region=Region&lt;/P&gt;&lt;P&gt;Location=Location&lt;/P&gt;&lt;P&gt;Sales=Last month sales+(Lastmonth sales* (last24month sales growth rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for finding the growth rate i am using sales-Peek(sales)/peek(sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the peek(sales) is not working properly it is reverse order or some issue is there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there any pre requisites i need to take care while using peek function in qlikview?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thiru&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/Peek-function-is-not-wrkoing/m-p/1107653#M901498</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Peek function is not wrkoing</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-is-not-wrkoing/m-p/1107654#M901499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attach some samples or data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 06:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-is-not-wrkoing/m-p/1107654#M901499</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-07-07T06:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Peek function is not wrkoing</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-is-not-wrkoing/m-p/1107655#M901500</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a separate column say Sales2&lt;/P&gt;&lt;P&gt;if(rowno()=1,sales,sales-Peek(sales2)) as sales2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that using resident load you can calculate the growth:&lt;/P&gt;&lt;P&gt;(sales/sales2)-1 as Growth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 06:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-is-not-wrkoing/m-p/1107655#M901500</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-07-07T06:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Peek function is not wrkoing</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-is-not-wrkoing/m-p/1107656#M901501</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;I didn't get you,separate column means rowno or sales2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 06:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-is-not-wrkoing/m-p/1107656#M901501</guid>
      <dc:creator />
      <dc:date>2016-07-07T06:54:42Z</dc:date>
    </item>
  </channel>
</rss>

