<?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: Quick Question to Peek() about referencing to input Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Quick-Question-to-Peek-about-referencing-to-input-Table/m-p/1757560#M720460</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128627"&gt;@Nocto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simply, you can use like below&lt;/P&gt;&lt;P&gt;Sales:&lt;BR /&gt;LOAD *&lt;STRONG&gt;, Peek(Sales) as PeekSales&lt;/STRONG&gt; INLINE [&lt;BR /&gt;Sales&lt;BR /&gt;100&lt;BR /&gt;200&lt;BR /&gt;300&lt;BR /&gt;400&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;FYIP: Peek starts with &lt;STRONG&gt;0 for 1st row, 1 for 2nd row and so on..&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Nov 2020 14:37:14 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2020-11-01T14:37:14Z</dc:date>
    <item>
      <title>Quick Question to Peek() about referencing to input Table</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-Question-to-Peek-about-referencing-to-input-Table/m-p/1757482#M720458</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;so why doesnt this Work:&lt;/P&gt;&lt;P&gt;Sales:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Sales&lt;BR /&gt;100&lt;BR /&gt;200&lt;BR /&gt;300&lt;BR /&gt;400&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sales2:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;peek(Sales, 'Sales') as S1&lt;/P&gt;&lt;P&gt;resident Sales;&lt;/P&gt;&lt;P&gt;I assumed with that I would get&lt;/P&gt;&lt;P&gt;S1&lt;BR /&gt;-&lt;BR /&gt;200&lt;BR /&gt;300&lt;BR /&gt;400&lt;/P&gt;&lt;P&gt;as output.&lt;/P&gt;&lt;P&gt;But&lt;/P&gt;&lt;P&gt;When I do this: peek(Sales,-1, 'Sales') as S1 it works but only get the last Entry.&lt;/P&gt;&lt;P&gt;so what do i not understand in this syntax?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-Question-to-Peek-about-referencing-to-input-Table/m-p/1757482#M720458</guid>
      <dc:creator>Nocto</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Question to Peek() about referencing to input Table</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-Question-to-Peek-about-referencing-to-input-Table/m-p/1757547#M720459</link>
      <description>&lt;P&gt;Hi, you can use (adding 2nd parameter to specify row to retrieve)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sales2:
load
peek(Sales,RowNo(),'Sales') as S1
resident Sales;&lt;/LI-CODE&gt;&lt;P&gt;But I don't know what are you trying to do this way, so maybe it's not what you need.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Peek.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/InterRecordFunctions/Peek.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 11:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-Question-to-Peek-about-referencing-to-input-Table/m-p/1757547#M720459</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-11-01T11:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Question to Peek() about referencing to input Table</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-Question-to-Peek-about-referencing-to-input-Table/m-p/1757560#M720460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128627"&gt;@Nocto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simply, you can use like below&lt;/P&gt;&lt;P&gt;Sales:&lt;BR /&gt;LOAD *&lt;STRONG&gt;, Peek(Sales) as PeekSales&lt;/STRONG&gt; INLINE [&lt;BR /&gt;Sales&lt;BR /&gt;100&lt;BR /&gt;200&lt;BR /&gt;300&lt;BR /&gt;400&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;FYIP: Peek starts with &lt;STRONG&gt;0 for 1st row, 1 for 2nd row and so on..&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 14:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-Question-to-Peek-about-referencing-to-input-Table/m-p/1757560#M720460</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-01T14:37:14Z</dc:date>
    </item>
  </channel>
</rss>

