<?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 problem with PEEK command on QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-with-PEEK-command-on-QVD/m-p/168467#M39605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Its working.&lt;/P&gt;&lt;P&gt;check this qvw application.....&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 11:39:27 GMT</pubDate>
    <dc:creator>sathishkumar_go</dc:creator>
    <dc:date>2010-11-02T11:39:27Z</dc:date>
    <item>
      <title>problem with PEEK command on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-PEEK-command-on-QVD/m-p/168466#M39604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;Hi&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;I am new to Qlikview..&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;facing a peculiar problem. While loading DATA from XL sheet , Peek command is working properly but the same data if i am loading from a qvd file, Peek command is not working I am using the following code&lt;/P&gt;&lt;P style="font-style: italic; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;MYTBL:&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;LOAD&lt;/B&gt; FYR&lt;B&gt;,&lt;/B&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;QVNM&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;FROM&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;MYTBL.xls&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;(&lt;/B&gt;biff&lt;B&gt;,&lt;/B&gt; embedded labels&lt;B&gt;,&lt;/B&gt; table is Sheet1$&lt;B&gt;)&lt;/B&gt;;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;LET&lt;/B&gt; Q&lt;B&gt;=&lt;/B&gt;Peek&lt;B&gt;(&lt;/B&gt;'QVNM'&lt;B&gt;,&lt;/B&gt;3&lt;B&gt;)&lt;/B&gt;;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;LET&lt;/B&gt; Q&lt;B&gt;=&lt;/B&gt;Peek&lt;B&gt;(&lt;/B&gt;'QVNM'&lt;B&gt;,&lt;/B&gt;0&lt;B&gt;)&lt;/B&gt;;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;LET&lt;/B&gt; Q&lt;B&gt;=&lt;/B&gt;Peek&lt;B&gt;(&lt;/B&gt;'QVNM'&lt;B&gt;,&lt;/B&gt;1&lt;B&gt;)&lt;/B&gt;;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;// above command are working properly&lt;/B&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;DROP TABLE &lt;I style="mso-bidi-font-style: normal;"&gt;MYTBL;&lt;/I&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="font-style: italic; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;MYTBL1:&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;NOCONCATENATE&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;LOAD&lt;/B&gt; * &lt;B&gt;FROM&lt;/B&gt; MYTBL.QVD &lt;B&gt;(&lt;/B&gt;qvd&lt;B&gt;)&lt;/B&gt;;&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;// below 3 command are not working !!! (even if I remove MYTBL load commands TOTALLY)&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;LET&lt;/B&gt; Q&lt;B&gt;=&lt;/B&gt;Peek&lt;B&gt;(&lt;/B&gt;'QVNM'&lt;B&gt;,&lt;/B&gt;3&lt;B&gt;)&lt;/B&gt;;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;LET&lt;/B&gt; Q&lt;B&gt;=&lt;/B&gt;Peek&lt;B&gt;(&lt;/B&gt;'QVNM'&lt;B&gt;,&lt;/B&gt;0&lt;B&gt;)&lt;/B&gt;;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-layout-grid-align: none;"&gt;&lt;B&gt;LET&lt;/B&gt; Q&lt;B&gt;=&lt;/B&gt;Peek&lt;B&gt;(&lt;/B&gt;'QVNM'&lt;B&gt;,&lt;/B&gt;1&lt;B&gt;)&lt;/B&gt;;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;attaching qvd file ... Any idea?&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 10:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-PEEK-command-on-QVD/m-p/168466#M39604</guid>
      <dc:creator />
      <dc:date>2010-11-02T10:49:54Z</dc:date>
    </item>
    <item>
      <title>problem with PEEK command on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-PEEK-command-on-QVD/m-p/168467#M39605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Its working.&lt;/P&gt;&lt;P&gt;check this qvw application.....&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 11:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-PEEK-command-on-QVD/m-p/168467#M39605</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2010-11-02T11:39:27Z</dc:date>
    </item>
    <item>
      <title>problem with PEEK command on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-PEEK-command-on-QVD/m-p/168468#M39606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have no problem running the script below with your QVD file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;MYTBL1:&lt;BR /&gt;LOAD * FROM MYTBL.QVD (qvd);&lt;BR /&gt;&lt;BR /&gt;LET Q=Peek('QVNM',3);&lt;BR /&gt;LET Q=Peek('QVNM',0);&lt;BR /&gt;LET Q=Peek('QVNM',1);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The peek commands are working fine.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 11:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-PEEK-command-on-QVD/m-p/168468#M39606</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-11-02T11:41:16Z</dc:date>
    </item>
    <item>
      <title>problem with PEEK command on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-PEEK-command-on-QVD/m-p/168469#M39607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The second &lt;B&gt;LOAD *&lt;/B&gt; does not show column names. Adding a WHERE (QVNM=1) or (QVNM=2) or (QVNM=3) will help exclude obvious reasons.&lt;/P&gt;&lt;P&gt;Once you ensured there is some data, remember that function has 3 parameters, and you have more tables.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;B&gt;peek&lt;A id="kanchor48" name="kanchor48"&gt;&lt;/A&gt;&lt;A id="peek" name="peek"&gt;&lt;/A&gt;(&lt;/B&gt; &lt;B&gt;fieldname [ , row [ , tablename ] ] )&lt;/B&gt;&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 12:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-PEEK-command-on-QVD/m-p/168469#M39607</guid>
      <dc:creator />
      <dc:date>2010-11-02T12:05:04Z</dc:date>
    </item>
    <item>
      <title>problem with PEEK command on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-PEEK-command-on-QVD/m-p/168470#M39608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it is working.&lt;/P&gt;&lt;P&gt;I hope something is wrong with my QVW file. I created a new application , it is working now&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 13:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-PEEK-command-on-QVD/m-p/168470#M39608</guid>
      <dc:creator />
      <dc:date>2010-11-02T13:00:29Z</dc:date>
    </item>
  </channel>
</rss>

