<?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: alternative to peek function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/alternative-to-peek-function/m-p/731383#M1085126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about a simple keyless join? Assuming your current table is named &lt;STRONG&gt;Data&lt;/STRONG&gt;, then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN (Data) LOAD DISTINCT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code as MyCode1&lt;/P&gt;&lt;P&gt;RESIDENT Data&lt;/P&gt;&lt;P&gt;Where Asset='Yes'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2014 21:57:03 GMT</pubDate>
    <dc:creator>vgutkovsky</dc:creator>
    <dc:date>2014-06-23T21:57:03Z</dc:date>
    <item>
      <title>alternative to peek function?</title>
      <link>https://community.qlik.com/t5/QlikView/alternative-to-peek-function/m-p/731382#M1085125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bunch of files saved in a directory. I load them into a QV table - one by one - using For Each Next script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QV table looks like the sheet called fac in the attached file. I would like the QV table to look like end result sheet in the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, the value in the field Codes is repeated for all imported codes, where Asset value = 'Yes' (eg Code 1, Code 3 and Code 4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking to use the peek function as suggested in this post&amp;lt;http://community.qlik.com/message/429985#429985&amp;gt;, however it is not working for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please advise. Thank yof or reading and happy to give you more information if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Andrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************************************************************************&lt;/P&gt;&lt;P&gt;Severn Trent Plc (registered number 2366619) and Severn Trent Water Limited &lt;/P&gt;&lt;P&gt;(registered number 2366686) (together the "Companies") are both limited companies&lt;/P&gt;&lt;P&gt;registered in England &amp;amp; Wales with their registered office at Severn Trent Centre, &lt;/P&gt;&lt;P&gt;2 St John's Street, Coventry, CV1 2LZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This email (which includes any files attached to it) is not contractually binding on its&lt;/P&gt;&lt;P&gt;own, is intended solely for the named recipient and may contain CONFIDENTIAL,&lt;/P&gt;&lt;P&gt;legally privileged or trade secret information protected by law. If you have received&lt;/P&gt;&lt;P&gt;this message in error please delete it and notify us immediately by telephoning &lt;/P&gt;&lt;P&gt;+44 2477715000. If you are not the intended recipient you must not use, disclose, &lt;/P&gt;&lt;P&gt;distribute, reproduce, retransmit, retain or rely on any information contained in this &lt;/P&gt;&lt;P&gt;email. Please note the Companies reserve the right to monitor email communications&lt;/P&gt;&lt;P&gt;in accordance with applicable law and regulations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the extent permitted by law, neither the Companies or any of their subsidiaries,&lt;/P&gt;&lt;P&gt;nor any employee, director or officer thereof, accepts any liability whatsoever in&lt;/P&gt;&lt;P&gt;relation to this email including liability arising from any external breach of security or&lt;/P&gt;&lt;P&gt;confidentiality or for virus infection or for statements made by the sender as these &lt;/P&gt;&lt;P&gt;are not necessarily made on behalf of the Companies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reduce waste! Please consider the environment before printing this email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 15:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternative-to-peek-function/m-p/731382#M1085125</guid>
      <dc:creator />
      <dc:date>2014-06-23T15:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: alternative to peek function?</title>
      <link>https://community.qlik.com/t5/QlikView/alternative-to-peek-function/m-p/731383#M1085126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about a simple keyless join? Assuming your current table is named &lt;STRONG&gt;Data&lt;/STRONG&gt;, then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN (Data) LOAD DISTINCT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code as MyCode1&lt;/P&gt;&lt;P&gt;RESIDENT Data&lt;/P&gt;&lt;P&gt;Where Asset='Yes'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 21:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternative-to-peek-function/m-p/731383#M1085126</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-06-23T21:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: alternative to peek function?</title>
      <link>https://community.qlik.com/t5/QlikView/alternative-to-peek-function/m-p/731384#M1085127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrea, as a friendly reminder, please mark all correct answers when on the QlikCommunity forums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 21:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternative-to-peek-function/m-p/731384#M1085127</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-06-25T21:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: alternative to peek function?</title>
      <link>https://community.qlik.com/t5/QlikView/alternative-to-peek-function/m-p/731385#M1085128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad, thank you and apologies for late reply.&lt;/P&gt;&lt;P&gt;I have used your script and edit it a little. I join ID olumn instead to get the &lt;STRONG&gt;end result&lt;/STRONG&gt; as shown in the attahement.&lt;/P&gt;&lt;P&gt;Regards, Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 14:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alternative-to-peek-function/m-p/731385#M1085128</guid>
      <dc:creator />
      <dc:date>2014-06-27T14:53:42Z</dc:date>
    </item>
  </channel>
</rss>

