<?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: Trouble with Peek in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trouble-with-Peek/m-p/721482#M672233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, that's only because I have removed the full AD name from the posting because of security rules. UPPref definately has rows.&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2014 10:58:47 GMT</pubDate>
    <dc:creator>martynlloyd</dc:creator>
    <dc:date>2014-08-21T10:58:47Z</dc:date>
    <item>
      <title>Trouble with Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-Peek/m-p/721480#M672231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone spot the error here? I've been staring at it for ages....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get NULL for _StartPref&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//DATA&lt;/P&gt;&lt;P&gt;upType,upDate,upUser,upDocument,upParm&lt;/P&gt;&lt;P&gt;Start,21/08/2014 10:48:37,me,mydoc,Home&lt;/P&gt;&lt;P&gt;Start,21/08/2014 11:13:05,me,mydoc,Tuto&lt;/P&gt;&lt;P&gt;Skin,21/08/2014 11:13:05,me,mydoc,Blue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//SCRIPT&lt;/P&gt;&lt;P&gt;UPPref:&lt;BR /&gt;LOAD upType, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upDate, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upUser,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upDocument, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upParm&lt;BR /&gt;FROM&lt;BR /&gt;UserPref.qvs&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq)&lt;BR /&gt;Where upUser=OSUser() AND upType='Start'&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Let _StartPref = Peek('upParm', -1, 'UPPref');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 10:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-Peek/m-p/721480#M672231</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-08-21T10:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-Peek/m-p/721481#M672232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OSUer() returns a username with the domain too: MYDOMAIN\MyUser. Your data only includes the user name, not the prefixed domain. The result is that no data is loaded. You can check this in the Table Viewer. Your table will be empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 10:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-Peek/m-p/721481#M672232</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-08-21T10:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-Peek/m-p/721482#M672233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, that's only because I have removed the full AD name from the posting because of security rules. UPPref definately has rows.&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 10:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-Peek/m-p/721482#M672233</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-08-21T10:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-Peek/m-p/721483#M672234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No idea then. I assume you've already checked that you're using the same case sensitive field names everywhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 11:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-Peek/m-p/721483#M672234</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-08-21T11:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-Peek/m-p/721484#M672235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, was a spelling error, i forgot a v.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 11:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-Peek/m-p/721484#M672235</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-08-21T11:11:08Z</dc:date>
    </item>
  </channel>
</rss>

