<?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: Field from map not found in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Field-from-map-not-found/m-p/1507514#M36255</link>
    <description>Move the if statement into a preceding load&lt;BR /&gt;you are deriving Item Desc and trying to use it in same load statement&lt;BR /&gt;something like&lt;BR /&gt;load *,&lt;BR /&gt;IF(WildMatch(Country,'*United States*') and WildMatch(Item Desc,'*Population*'),'Referencible','N/A')AS [Action]&lt;BR /&gt;;&lt;BR /&gt;load&lt;BR /&gt;Location&lt;BR /&gt;......</description>
    <pubDate>Thu, 15 Nov 2018 17:56:39 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2018-11-15T17:56:39Z</dc:date>
    <item>
      <title>Field from map not found</title>
      <link>https://community.qlik.com/t5/App-Development/Field-from-map-not-found/m-p/1507509#M36253</link>
      <description>&lt;P&gt;I am trying to map the&amp;nbsp;Item Desc field to TableMain then create a new field based on the contents in the&amp;nbsp;Item Desc field however when I Load data I get an error message that says "The following error occurred:Field ‘Item Desc&amp;nbsp;‘ not found."&lt;BR /&gt;&lt;BR /&gt;Here is my code&lt;BR /&gt;&lt;BR /&gt;MapPop:&lt;BR /&gt;&lt;BR /&gt;Mapping LOAD&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Local" AS "Location ",&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Item Desc"&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;FROM [lib://Data/Sheet2.xlsx]&lt;BR /&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet2);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;TableMain:&lt;BR /&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Location ",&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "City",&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "State",&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Country"&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ApplyMap('MapPop’, " Location ", null()) as "&amp;nbsp;Item Desc,&amp;nbsp;",&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF(WildMatch(Country,'*United States*') and WildMatch(Item Desc,'*Population*'),'Referencible','N/A')AS [Action]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;FROM [lib://Data/Sheet1.xlsx]&lt;BR /&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 03:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-from-map-not-found/m-p/1507509#M36253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-16T03:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Field from map not found</title>
      <link>https://community.qlik.com/t5/App-Development/Field-from-map-not-found/m-p/1507514#M36255</link>
      <description>Move the if statement into a preceding load&lt;BR /&gt;you are deriving Item Desc and trying to use it in same load statement&lt;BR /&gt;something like&lt;BR /&gt;load *,&lt;BR /&gt;IF(WildMatch(Country,'*United States*') and WildMatch(Item Desc,'*Population*'),'Referencible','N/A')AS [Action]&lt;BR /&gt;;&lt;BR /&gt;load&lt;BR /&gt;Location&lt;BR /&gt;......</description>
      <pubDate>Thu, 15 Nov 2018 17:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-from-map-not-found/m-p/1507514#M36255</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-15T17:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Field from map not found</title>
      <link>https://community.qlik.com/t5/App-Development/Field-from-map-not-found/m-p/1507561#M36257</link>
      <description>&lt;P&gt;Are you sure in your spread sheet 2, the column header for item description is called "&lt;SPAN&gt;Item Desc,&lt;/SPAN&gt;" with a comma at the end?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 20:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-from-map-not-found/m-p/1507561#M36257</guid>
      <dc:creator>NZFei</dc:creator>
      <dc:date>2018-11-15T20:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Field from map not found</title>
      <link>https://community.qlik.com/t5/App-Development/Field-from-map-not-found/m-p/1507610#M36259</link>
      <description>Tried that and it creates a synthetic key any other suggestions?</description>
      <pubDate>Thu, 15 Nov 2018 22:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-from-map-not-found/m-p/1507610#M36259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-15T22:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Field from map not found</title>
      <link>https://community.qlik.com/t5/App-Development/Field-from-map-not-found/m-p/1507617#M36260</link>
      <description>&lt;P&gt;TableMain:&lt;BR /&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Location ",&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "City",&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "State",&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Country"&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ApplyMap('MapPop’, " Location ", null()) as "&amp;nbsp;Item Desc,&amp;nbsp;",&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF(WildMatch(Country,'*United States*') and WildMatch(&lt;FONT color="#ff0000"&gt;ApplyMap('MapPop’, " Location ", null()),&lt;/FONT&gt;'*Population*'),'Referencible','N/A')AS [Action]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;FROM [lib://Data/Sheet1.xlsx]&lt;BR /&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 22:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-from-map-not-found/m-p/1507617#M36260</guid>
      <dc:creator>NZFei</dc:creator>
      <dc:date>2018-11-15T22:34:00Z</dc:date>
    </item>
  </channel>
</rss>

