<?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: Sheet Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793949#M536397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Peek() is used in the script, pick()&amp;nbsp; - on the front end.&amp;nbsp; From Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;peek(fieldname [ , row [ , tablename ] ] )&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Returns the contents of the fieldname in the record specified by row in the internal table tablename. Data are fetched from the associative QlikView database.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Fieldname must be given as a string (e.g. a quoted literal).&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Row must be an integer. 0 denotes the first record, 1 the second and so on. Negative numbers indicate order from the end of the table. -1 denotes the last record read.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If no row is stated, -1 is assumed.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tablename is a table label, see Table Labels, without the ending colon. If no tablename is stated, the current table is assumed. If used outside the load statement or referring to another table, the tablename must be included.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Examples:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;peek( 'Sales' ) &lt;BR /&gt;returns the value of Sales in the previous record read ( equivalent to previous(Sales) ).&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;peek( 'Sales', 2 ) &lt;BR /&gt;returns the value of Sales from the third record read from the current internal table.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;peek( 'Sales', -2 ) &lt;BR /&gt;returns the value of Sales from the second last record read into the current internal table.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;peek( 'Sales', 0, 'Tab1' ) &lt;BR /&gt;returns the value of Sales from the first record read into the input table labeled Tab1.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load A, B, numsum( B, peek( 'Bsum' ) ) as Bsum...; &lt;BR /&gt;creates an accumulation of B in Bsum.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;pick(n, expr1[ , expr2,...exprN])&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Returns the n:th expression in the list. n is an integer between 1 and N.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pick( N'A''B'4, , , )&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;returns 'B' if N = 2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;returns 4 if N = 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2014 07:24:08 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-11-21T07:24:08Z</dc:date>
    <item>
      <title>Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793944#M536392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many charts are kept in one sheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 06:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793944#M536392</guid>
      <dc:creator />
      <dc:date>2014-11-21T06:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793945#M536393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As many you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793945#M536393</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2014-11-21T07:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793946#M536394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no such limit for a sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can keep any number of objects. If number of objects are increase you will get scroll bars to provide enough space to all the charts.&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;BR&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793946#M536394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-21T07:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793947#M536395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on&lt;/P&gt;&lt;P&gt;1) windows size (screen size) you kept, if user don't want scroll bar&lt;/P&gt;&lt;P&gt;2) if user accept scroll bar, as many as you can... but would prefer vertical scroll bar most rather than horizontal one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (even though would not prefer to have scroll bar at all...)&lt;/P&gt;&lt;P&gt;3) you can use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fast type change,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hide and show objects based on selection,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customized tables and charts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; containers&lt;/P&gt;&lt;P&gt;to show more charts compare to the space available..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793947#M536395</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-21T07:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793948#M536396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference between pick and peek function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793948#M536396</guid>
      <dc:creator />
      <dc:date>2014-11-21T07:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793949#M536397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Peek() is used in the script, pick()&amp;nbsp; - on the front end.&amp;nbsp; From Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;peek(fieldname [ , row [ , tablename ] ] )&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Returns the contents of the fieldname in the record specified by row in the internal table tablename. Data are fetched from the associative QlikView database.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Fieldname must be given as a string (e.g. a quoted literal).&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Row must be an integer. 0 denotes the first record, 1 the second and so on. Negative numbers indicate order from the end of the table. -1 denotes the last record read.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If no row is stated, -1 is assumed.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tablename is a table label, see Table Labels, without the ending colon. If no tablename is stated, the current table is assumed. If used outside the load statement or referring to another table, the tablename must be included.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Examples:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;peek( 'Sales' ) &lt;BR /&gt;returns the value of Sales in the previous record read ( equivalent to previous(Sales) ).&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;peek( 'Sales', 2 ) &lt;BR /&gt;returns the value of Sales from the third record read from the current internal table.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;peek( 'Sales', -2 ) &lt;BR /&gt;returns the value of Sales from the second last record read into the current internal table.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;peek( 'Sales', 0, 'Tab1' ) &lt;BR /&gt;returns the value of Sales from the first record read into the input table labeled Tab1.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load A, B, numsum( B, peek( 'Bsum' ) ) as Bsum...; &lt;BR /&gt;creates an accumulation of B in Bsum.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;pick(n, expr1[ , expr2,...exprN])&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Returns the n:th expression in the list. n is an integer between 1 and N.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pick( N'A''B'4, , , )&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;returns 'B' if N = 2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;returns 4 if N = 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793949#M536397</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-21T07:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Object</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793950#M536398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish:) I got what I expected....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Object/m-p/793950#M536398</guid>
      <dc:creator />
      <dc:date>2014-11-21T07:31:52Z</dc:date>
    </item>
  </channel>
</rss>

