<?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: peek function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285530#M461361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached the file for example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jan 2017 13:26:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-20T13:26:56Z</dc:date>
    <item>
      <title>peek function</title>
      <link>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285524#M461355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;no&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;sales&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;output&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #575757;"&gt;10&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #ff6600;"&gt;10&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #ff6600;"&gt;20&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #339966;"&gt;30&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;40&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the table i want the first &lt;STRONG&gt;sales&lt;/STRONG&gt; value in &lt;STRONG style="color: #ff0000;"&gt;output column&lt;/STRONG&gt;, after i want to add the first value in &lt;STRONG&gt;output&lt;/STRONG&gt; column and second value in &lt;STRONG&gt;sales&lt;/STRONG&gt; column. similarly all the values add. which function can be use? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285524#M461355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-20T13:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: peek function</title>
      <link>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285525#M461356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Peek('output'), sales) as output&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285525#M461356</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-20T13:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: peek function</title>
      <link>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285526#M461357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sunny,&lt;/P&gt;&lt;P&gt;In my table i am having only no and sales, and the output field will be create using expression only.&lt;/P&gt;&lt;P&gt;in that field come at like above result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285526#M461357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-20T13:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: peek function</title>
      <link>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285527#M461358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing this on the front end? May be this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Sum(sales), 0, RowNo()))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285527#M461358</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-20T13:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: peek function</title>
      <link>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285528#M461359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nithyakala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do cumulative task, in expression you have option for accumulation. &lt;/P&gt;&lt;P&gt;In given case above, go to Chart Properties -&amp;gt; Expression Tab, select "Full Accumulation".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285528#M461359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-20T13:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: peek function</title>
      <link>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285529#M461360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope, am using script. am used this following expression,&lt;/P&gt;&lt;P&gt;load *, no|sales&lt;/P&gt;&lt;P&gt;1|10,&lt;/P&gt;&lt;P&gt;2|20,&lt;/P&gt;&lt;P&gt;3|40,&lt;/P&gt;&lt;P&gt;4|50;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285529#M461360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-20T13:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: peek function</title>
      <link>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285530#M461361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached the file for example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285530#M461361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-20T13:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: peek function</title>
      <link>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285531#M461362</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;&lt;/P&gt;&lt;P&gt;Refer the above link.it may help you with clear Explanation.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4252"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Surendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285531#M461362</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-01-20T13:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: peek function</title>
      <link>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285532#M461363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; no, sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 40&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; RangeSum(Peek('output'), sales) as output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By no;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150255_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285532#M461363</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-20T13:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: peek function</title>
      <link>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285533#M461364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya its coming. thank you&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/peek-function/m-p/1285533#M461364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-20T13:35:31Z</dc:date>
    </item>
  </channel>
</rss>

