<?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 Retrieve a value from a resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152270#M502113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but I don't see how that would ever get me the result into a variable..?&lt;/P&gt;&lt;P&gt;Selecting the ZIP in my case is a step I need to do to have a second table filtered with the results of the lookup in the first table.&lt;/P&gt;&lt;P&gt;input box: vMy_Zip&lt;/P&gt;&lt;P&gt;table "ZIP_coords"&lt;/P&gt;&lt;P&gt;ZIP Lon Lat&lt;BR /&gt;22408 51,3434 26,23322&lt;BR /&gt;22412 52,34343 25,11111&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;table "locations"&lt;/P&gt;&lt;P&gt;51,3434 26,23322 LocationA&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;Entering 22408 in the input box shall retrieve or just show "LocationA" in table "locations".&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Georg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Aug 2010 08:26:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-09T08:26:36Z</dc:date>
    <item>
      <title>Retrieve a value from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152267#M502110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I'm sorry to ask this because I feel this is a piece of cake. But I searched for quite some time and cannot make out how to achieve this.&lt;/P&gt;&lt;P&gt;I got a table with ZIP codes and GPS coords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;LOAD ZIP as GEO_ZIP,&lt;BR /&gt; Latitude as GEO_Latitude,&lt;BR /&gt; Longitude as GEO_Longitude&lt;BR /&gt;FROM Data\GEO\ZIP.xlsx&lt;BR /&gt;(ooxml, embedded labels);&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Now if want to show data in another table filtered by the GPS coords. So I have an input box to enter a ZIP code.&lt;/P&gt;&lt;P&gt;Now I need to lookup the relevant GPS coords and use them to filter the table.&lt;/P&gt;&lt;P&gt;How can I get the Longitude/Latitude into variables or do this in any other way? Do I need to write a macro? I tried a triggered "Field Selection" with field: GEO_ZIP and Search Item: $(myZIP) and myZIP, but that simply kills the selection for GEO_ZIP.&lt;/P&gt;&lt;P&gt;I must add that I will need to repeat this for up to 50 ZIP codes in parallel.&lt;/P&gt;&lt;P&gt;Thanks for any kind of support.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Georg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 16:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152267#M502110</guid>
      <dc:creator />
      <dc:date>2010-08-06T16:17:39Z</dc:date>
    </item>
    <item>
      <title>Retrieve a value from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152268#M502111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let mt know if I need to clarify the setup or my question.&lt;/P&gt;&lt;P&gt;In short it is: &lt;EM&gt;How to retrieve values from a reident table looking up with a value from a variable and store the looked up values into other variables.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Georg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Aug 2010 09:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152268#M502111</guid>
      <dc:creator />
      <dc:date>2010-08-08T09:09:59Z</dc:date>
    </item>
    <item>
      <title>Retrieve a value from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152269#M502112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using an input box for the cirteria, have you tried using a search object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Aug 2010 18:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152269#M502112</guid>
      <dc:creator />
      <dc:date>2010-08-08T18:42:46Z</dc:date>
    </item>
    <item>
      <title>Retrieve a value from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152270#M502113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but I don't see how that would ever get me the result into a variable..?&lt;/P&gt;&lt;P&gt;Selecting the ZIP in my case is a step I need to do to have a second table filtered with the results of the lookup in the first table.&lt;/P&gt;&lt;P&gt;input box: vMy_Zip&lt;/P&gt;&lt;P&gt;table "ZIP_coords"&lt;/P&gt;&lt;P&gt;ZIP Lon Lat&lt;BR /&gt;22408 51,3434 26,23322&lt;BR /&gt;22412 52,34343 25,11111&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;table "locations"&lt;/P&gt;&lt;P&gt;51,3434 26,23322 LocationA&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;Entering 22408 in the input box shall retrieve or just show "LocationA" in table "locations".&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Georg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 08:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152270#M502113</guid>
      <dc:creator />
      <dc:date>2010-08-09T08:26:36Z</dc:date>
    </item>
    <item>
      <title>Retrieve a value from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152271#M502114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If i understood it you can create two variables like that.&lt;/P&gt;&lt;P&gt;After selecting the GEO_ZIP it automatically updates the variables.&lt;/P&gt;&lt;P&gt;$GeoLat = max(GEO_Latitude)&lt;/P&gt;&lt;P&gt;$GeoLong = max(GEO_Max)&lt;/P&gt;&lt;P&gt;After that you can use these variables in set analysis and filter your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 11:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152271#M502114</guid>
      <dc:creator />
      <dc:date>2010-08-09T11:48:58Z</dc:date>
    </item>
    <item>
      <title>Retrieve a value from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152272#M502115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I wrote I will have to do this for 50 locations. And if I "select" it I will have to make 50 "copies" of that table. What's more I do not understand how or where to use your statement. I think it is not a macro. So I wonder where to put it? If you could offer me some more explanation I'd be gratefuil.&lt;/P&gt;&lt;P&gt;I rather thought it would be possible to have a macro rtiggered that will look up the values in the table and write it to the variables. I'm very familiar with VB -- but not with the QV object model. So any advise is appreciated.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Georg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 13:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-a-value-from-a-resident-table/m-p/152272#M502115</guid>
      <dc:creator />
      <dc:date>2010-08-09T13:40:08Z</dc:date>
    </item>
  </channel>
</rss>

