<?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 Qlikview Functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Functions/m-p/583541#M1109118</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;Any Body&amp;nbsp; explain functions (pick,previous,peek,lookup......), witch used in qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 14:28:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-17T14:28:48Z</dc:date>
    <item>
      <title>Qlikview Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Functions/m-p/583541#M1109118</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;Any Body&amp;nbsp; explain functions (pick,previous,peek,lookup......), witch used in qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 14:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Functions/m-p/583541#M1109118</guid>
      <dc:creator />
      <dc:date>2014-03-17T14:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Functions/m-p/583542#M1109119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check enclosed file where PEEK, Previous, Lookup functions used...&lt;/P&gt;&lt;P&gt;To understand how these functions work, please refer QlikView Reference Manual..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 14:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Functions/m-p/583542#M1109119</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-17T14:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Functions/m-p/583543#M1109120</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 explain you basics for the functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Pick Function :-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; RecNo( ) As KeyNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Pick(3,'Table','Chair','Door') as KeyValue&amp;nbsp; //in This only 3 value selected&lt;/P&gt;&lt;P&gt;AutoGenerate 3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Peek Function :-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Peek( 'Sales', 2 )&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;3. Previous Function:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Sale&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33, 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34, 250&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 36, 340&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34, 239&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33, 123&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33, 276&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34, 267&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33, 145&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Example2:&lt;/P&gt;&lt;P&gt;Load *, Sale / previous(Sale) as Increase&lt;/P&gt;&lt;P&gt;Resident TEMP&lt;/P&gt;&lt;P&gt;Order by ID,Sale;&lt;/P&gt;&lt;P&gt;Drop table TEMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. LookUp Function:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductID, Price&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 2000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 3000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vSaleValue = Lookup('Price', 'ProductID', 3, 'Data');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 15:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Functions/m-p/583543#M1109120</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-17T15:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Functions/m-p/583544#M1109121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When your interested in a particular field(s)&amp;nbsp; in a certain table we can use the function of Peak to help us store our information into variables. Peek(Field_name, Row#, table name) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Peek(Field_name, Row#, table name) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field_name = name of the respective fields that you want to extract&lt;/P&gt;&lt;P&gt;Row# : What record should it start on must be an interger. &lt;/P&gt;&lt;P&gt;table name: Tells Qlikview what table you are getting your information&amp;nbsp; from *Note if you don't put anything here it will look at the statement before table and apply it there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now onto previous function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very similiar to the Peek operator. the peek targets the output that comes from the Load statement while previous targets the original input to the load statement. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*note if we use a WHERE clause we would get different results because of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick function&lt;/P&gt;&lt;P&gt;Its very similar to the INDEX feature if your familiar with excel let me explain it returns the Nth expression/string of a list . The first parameter checks the position and returns the appropriate expression/string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lookup function&lt;/P&gt;&lt;P&gt;Here is a link that does a good job explaining the concept. &lt;/P&gt;&lt;P&gt;&lt;A href="http://michaelandqlikview.blogspot.com/2013/06/qlikview-lookup-function.html" title="http://michaelandqlikview.blogspot.com/2013/06/qlikview-lookup-function.html"&gt;Michael in Qlikview: Qlikview Lookup Function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ahmed Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 19:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Functions/m-p/583544#M1109121</guid>
      <dc:creator />
      <dc:date>2014-03-17T19:04:48Z</dc:date>
    </item>
  </channel>
</rss>

