<?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 Add value out QV table in textbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-value-out-QV-table-in-textbox/m-p/322685#M118856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, in my QV application I have a table where I store a date for the most recent data of the different sources, this looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-05-24 11.3601.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/4686_2011-05-24+11.3601.gif" /&gt;&lt;/P&gt;&lt;P&gt;I also store a variable with the the last scriptload date, now i want a text box with the last loaded date en the most recent date (depending on the selected source, always only one selected!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have the following code;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;='Last data load: '&amp;amp;$(vLastScriptLoad)&amp;amp;chr(10)&amp;amp;'Most recent data: '&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want a function te get the right value out of the table. I would say the peek functio but that one isn't available in a text box.&lt;/P&gt;&lt;P&gt;Can anyone help me out here, Thnx in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2011 09:45:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-24T09:45:23Z</dc:date>
    <item>
      <title>Add value out QV table in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Add-value-out-QV-table-in-textbox/m-p/322685#M118856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, in my QV application I have a table where I store a date for the most recent data of the different sources, this looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-05-24 11.3601.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/4686_2011-05-24+11.3601.gif" /&gt;&lt;/P&gt;&lt;P&gt;I also store a variable with the the last scriptload date, now i want a text box with the last loaded date en the most recent date (depending on the selected source, always only one selected!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have the following code;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;='Last data load: '&amp;amp;$(vLastScriptLoad)&amp;amp;chr(10)&amp;amp;'Most recent data: '&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want a function te get the right value out of the table. I would say the peek functio but that one isn't available in a text box.&lt;/P&gt;&lt;P&gt;Can anyone help me out here, Thnx in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 09:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-value-out-QV-table-in-textbox/m-p/322685#M118856</guid>
      <dc:creator />
      <dc:date>2011-05-24T09:45:23Z</dc:date>
    </item>
    <item>
      <title>Add value out QV table in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Add-value-out-QV-table-in-textbox/m-p/322686#M118857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What you want to show after the Most Recent Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If it is the date. Meaning is a user selects Source and you want to show the corresponding Date, then the statement will be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;='Last data load: '&amp;amp;$(vLastScriptLoad)&amp;amp;chr(10)&amp;amp;'Most recent data:' &amp;amp; Date &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 10:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-value-out-QV-table-in-textbox/m-p/322686#M118857</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-05-24T10:10:59Z</dc:date>
    </item>
    <item>
      <title>Add value out QV table in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Add-value-out-QV-table-in-textbox/m-p/322687#M118858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try Max(Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 10:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-value-out-QV-table-in-textbox/m-p/322687#M118858</guid>
      <dc:creator />
      <dc:date>2011-05-24T10:13:01Z</dc:date>
    </item>
    <item>
      <title>Add value out QV table in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Add-value-out-QV-table-in-textbox/m-p/322688#M118859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you can do is this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Temp_CalendarRange:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Max(Datefield) as [vMaxDate]&lt;/P&gt;&lt;P&gt;Resident Table;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LET vMaxDate = Peek('vMaxDate', 0, 'Temp_CalendarRange');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this variable in the text box like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;='Last data load: '&amp;amp;$(vLastScriptLoad)&amp;amp;chr(10)&amp;amp;'Most recent data: '$(VMaxDate)&lt;/CODE&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 10:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-value-out-QV-table-in-textbox/m-p/322688#M118859</guid>
      <dc:creator />
      <dc:date>2011-05-24T10:15:52Z</dc:date>
    </item>
    <item>
      <title>Add value out QV table in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Add-value-out-QV-table-in-textbox/m-p/322689#M118860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx!! Didn't expect it to be that simple!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 10:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-value-out-QV-table-in-textbox/m-p/322689#M118860</guid>
      <dc:creator />
      <dc:date>2011-05-24T10:54:21Z</dc:date>
    </item>
  </channel>
</rss>

