<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045098#M943204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi This is very much possible to use in the QlikView application in the script level. &lt;/P&gt;&lt;P&gt;Peek function is used for holding the row value of a particular column. &lt;/P&gt;&lt;P&gt;more more details go in the QlikView help&amp;nbsp; -&amp;gt; index&amp;nbsp; and type hare peek and inter the enter key you will get all syntax with details examples.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jan 2016 04:53:23 GMT</pubDate>
    <dc:creator>rajeshforqlikvi</dc:creator>
    <dc:date>2016-01-08T04:53:23Z</dc:date>
    <item>
      <title>'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045091#M943197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this possible to use the 'peek' function in qlikview application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 11:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045091#M943197</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-01-07T11:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045092#M943198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a very good explanation: &lt;A href="https://community.qlik.com/docs/DOC-9314"&gt;Peek() or Previous() ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Or do you mean within the gui? There is no peek available but with pick(match()), fieldvalue(fieldindex()) or an only() with set analysis could be used to get the data which you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 12:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045092#M943198</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-07T12:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045093#M943199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this possible to get the value of particular column through this function? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 12:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045093#M943199</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-01-07T12:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045094#M943200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume yes - but you need to be more specific, what do you want to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 13:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045094#M943200</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-07T13:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045095#M943201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Susovan. The answer is 'Yes'. You can get the value of particular column and register through this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;peek ( 'columnName' , rowNumber , 'tableName' )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;replace columnName for the name of your column/field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;replace rowNumber for the number of your row&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;replace tableName for the name of your table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;I hope that it help you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Agustin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 19:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045095#M943201</guid>
      <dc:creator />
      <dc:date>2016-01-07T19:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045096#M943202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are referring to front end dashboard expression functions then look at the Chart Inter Record Functions like&amp;nbsp; :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;above()&lt;/LI&gt;&lt;LI&gt;below()&lt;/LI&gt;&lt;LI&gt;before()&lt;/LI&gt;&lt;LI&gt;after()&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The peek() function can only be used in the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 19:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045096#M943202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-07T19:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045097#M943203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Susovan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is possible to use Peek() function in QlikView,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Peek() Function:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Returns the contents of the fieldname in the record specified by row in the internal table tablename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Peek(fieldname [ , row [ , tablename ] ] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Examples:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;peek( 'Sales' ) &lt;/P&gt;&lt;P&gt;returns the value of Sales in the previous record read ( equivalent to previous(Sales) ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;peek( 'Sales', 2 ) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;returns the value of Sales from the third record read from the current internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;peek( 'Sales', -2 ) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;returns the value of Sales from the second last record read into the current internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;peek( 'Sales', 0, 'Tab1' ) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;returns the value of Sales from the first record read into the input table labeled Tab1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 04:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045097#M943203</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-01-08T04:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045098#M943204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi This is very much possible to use in the QlikView application in the script level. &lt;/P&gt;&lt;P&gt;Peek function is used for holding the row value of a particular column. &lt;/P&gt;&lt;P&gt;more more details go in the QlikView help&amp;nbsp; -&amp;gt; index&amp;nbsp; and type hare peek and inter the enter key you will get all syntax with details examples.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 04:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045098#M943204</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-08T04:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045099#M943205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;peek () - can be used at script level only, to get the specific record's cell value&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 05:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045099#M943205</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-01-08T05:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045100#M943206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But 'Peek' function its not working in our Qlikview Application.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111015_Untitled.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 05:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045100#M943206</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-01-08T05:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045101#M943207</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;You can refer for detailed explanation in Qlikview Help file (F1) for Peek(), FieldValue(), LookUp() and Previous().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 07:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045101#M943207</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-08T07:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045102#M943208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Susovan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes you can use Peek() function in script level to get the specific value from the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 07:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045102#M943208</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2016-01-08T07:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045103#M943209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to karim,&lt;/P&gt;&lt;P&gt;Its properly works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 10:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045103#M943209</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-01-08T10:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045104#M943210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peek() is a script function, it won't work in Charts, for this you can use Above() .&amp;nbsp; If you got the answer close this thread by giving Correct and Helpful answers to the posts which helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 00:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045104#M943210</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-11T00:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045105#M943211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the link&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4073"&gt;Peek() vs Previous() – When to Use Each&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 04:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045105#M943211</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-01-11T04:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045106#M943212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this thread should be marked answered now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 04:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045106#M943212</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-01-11T04:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: 'Peek' function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045107#M943213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it will help other to get the answer quickly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 08:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peek-function-in-Qlikview/m-p/1045107#M943213</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2016-01-11T08:36:26Z</dc:date>
    </item>
  </channel>
</rss>

