<?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 Pushing Value from a table box into a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159246#M33971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both.&lt;/P&gt;&lt;P&gt;I didn't come much further. I have checked with triggers, but this doesnt work.&lt;/P&gt;&lt;P&gt;With Macro could you send me an example, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards CH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jan 2011 16:32:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-07T16:32:07Z</dc:date>
    <item>
      <title>Pushing Value from a table box into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159241#M33966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have this table box:&lt;/P&gt;&lt;P&gt;&lt;IMG src="file:/C:/DOKUME~1/hasenclc/LOKALE~1/Temp/moz-screenshot-3.png" /&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3229_sourceID:3229" /&gt;&lt;/P&gt;&lt;P&gt;Now I want to push the "Exhange rate" from the currency code "EUR" into a variable.&lt;/P&gt;&lt;P&gt;How can I do that. has anyone an idea?&lt;BR /&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards CH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 08:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159241#M33966</guid>
      <dc:creator />
      <dc:date>2011-01-07T08:37:57Z</dc:date>
    </item>
    <item>
      <title>Pushing Value from a table box into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159242#M33967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would do this in the script. Without checking the syntax exactly it would be something like:&lt;/P&gt;&lt;P&gt;EuroRate:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;load ExchangeRate resident ExchangeRates where CurrencyCode = 'EUR';&lt;/P&gt;&lt;P style="font-weight: bold"&gt;let vEuroRate = fieldvalue('ExchangeRate', 1);&lt;/P&gt;&lt;P style="font-weight: bold"&gt;drop table EuroRate;&lt;/P&gt;&lt;P&gt;Your load statement might need to be a bit more complex if you have multiple valid dates and you want to select the latest rate, but it will be something along those lines.&lt;/P&gt;&lt;P&gt;Hope this is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 08:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159242#M33967</guid>
      <dc:creator>colinh</dc:creator>
      <dc:date>2011-01-07T08:50:39Z</dc:date>
    </item>
    <item>
      <title>Pushing Value from a table box into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159243#M33968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Colin,&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;But this doesn't work for me. I forgot to say, that there are more than one currency codes for Euro behind in this table and I have filtered the actual currency code via the date in a formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fieldvalue formula I have tested, but I always get another value for it.&lt;/P&gt;&lt;P&gt;Anyway, for me I need to push this value out of this table into a variable. What I can do is to filter out the other currencys, so I only have "EUR" if this helps.&lt;/P&gt;&lt;P&gt;Regards CH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 09:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159243#M33968</guid>
      <dc:creator />
      <dc:date>2011-01-07T09:02:13Z</dc:date>
    </item>
    <item>
      <title>Pushing Value from a table box into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159244#M33969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. So the exchange rate is based on a formula, not a single value from a table? In that case can you create a formula that gives you the Euro rate only? Then create a variable (Settings &amp;gt; Variables &amp;gt; Add) and enter that formula as the variable value (with a = sign, otherwise it will just be text). Use an Input Box to check the variable value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 09:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159244#M33969</guid>
      <dc:creator>colinh</dc:creator>
      <dc:date>2011-01-07T09:10:02Z</dc:date>
    </item>
    <item>
      <title>Pushing Value from a table box into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159245#M33970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CH&lt;/P&gt;&lt;P&gt;You can extract that value using a macro. If you look at the Qlikview API there are functions which can extract data from a specific column:row so by first iterating over your table finding which row 'EUR' is on and then extracting that value you can then put it in a variable.&lt;/P&gt;&lt;P&gt;I'll try to find an example later on today if I can find the time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 09:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159245#M33970</guid>
      <dc:creator />
      <dc:date>2011-01-07T09:13:20Z</dc:date>
    </item>
    <item>
      <title>Pushing Value from a table box into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159246#M33971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both.&lt;/P&gt;&lt;P&gt;I didn't come much further. I have checked with triggers, but this doesnt work.&lt;/P&gt;&lt;P&gt;With Macro could you send me an example, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards CH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 16:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pushing-Value-from-a-table-box-into-a-variable/m-p/159246#M33971</guid>
      <dc:creator />
      <dc:date>2011-01-07T16:32:07Z</dc:date>
    </item>
  </channel>
</rss>

