<?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 How to take a string value as a variable using peek or another function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165413#M37725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;ivan_will wrote:But I have to take the text from a table !&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Yes, understood. I generated a table. I took the text from it. What do you want me to use if not an autogenerated table? Would you be more convinced by an inline load? More rows in the table? It doesn't matter. It still works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 23:09:29 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-03-16T23:09:29Z</dc:date>
    <item>
      <title>How to take a string value as a variable using peek or another function?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165408#M37720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, I need to take a value from a filed in a table - The field has only one value. But when use peek with string value/filed it doesn't work !!! When the filed RRR is a number it works .... So how to take RRR as a variable (neede_value)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;'dfl;ids aofd apiajovdskmdsf wp'oqr0932904w-93q e-0ewriufd' as RRR&lt;/P&gt;&lt;P&gt;resident main_check;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let needed_value = peek ( 'RRR' , 0 , 'check') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 22:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165408#M37720</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-03-16T22:13:19Z</dc:date>
    </item>
    <item>
      <title>How to take a string value as a variable using peek or another function?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165409#M37721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peek() works equally well with strings and numbers... In your example, you have a single quote in the middle of your string. I think your load statement should fail even before the peek() function...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 22:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165409#M37721</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-03-16T22:41:49Z</dc:date>
    </item>
    <item>
      <title>How to take a string value as a variable using peek or another function?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165410#M37722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK , I have replaced the quote and the spaces and even doesn't work !!! Any solution ... ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 22:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165410#M37722</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-03-16T22:48:29Z</dc:date>
    </item>
    <item>
      <title>How to take a string value as a variable using peek or another function?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165411#M37723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working example attached. Script below.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;LOAD 'Test String' as String AUTOGENERATE 1;&lt;BR /&gt;LET Variable = peek('String');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 22:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165411#M37723</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-03-16T22:55:23Z</dc:date>
    </item>
    <item>
      <title>How to take a string value as a variable using peek or another function?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165412#M37724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;But I have to take the text from a table !&lt;/P&gt;&lt;P&gt;Can't manage how to do it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 23:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165412#M37724</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-03-16T23:03:02Z</dc:date>
    </item>
    <item>
      <title>How to take a string value as a variable using peek or another function?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165413#M37725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;ivan_will wrote:But I have to take the text from a table !&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Yes, understood. I generated a table. I took the text from it. What do you want me to use if not an autogenerated table? Would you be more convinced by an inline load? More rows in the table? It doesn't matter. It still works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 23:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165413#M37725</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-03-16T23:09:29Z</dc:date>
    </item>
    <item>
      <title>How to take a string value as a variable using peek or another function?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165414#M37726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just using FieldValue('field',number of position in the fiield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 05:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-string-value-as-a-variable-using-peek-or-another/m-p/165414#M37726</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-03-18T05:41:42Z</dc:date>
    </item>
  </channel>
</rss>

