<?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: Applymap() error.Please help me. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899351#M993080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not refer to an expression field in another expression in the load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do a preceeding load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Countryreference:&lt;/P&gt;&lt;P&gt;Mapping LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Name as [Property Country],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; abbr as CountryAbbrev&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; [..\data\World Country Reference.csv] &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;buildingsTemp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[Building ID],&lt;/P&gt;&lt;P&gt;ApplyMap('Coutryreference',[Property Country]) as CountryAbbrev;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Building ID],// AS %BuildingKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Building Country]='USA', 'United States', [Building Country]) AS&amp;nbsp; [Property Country] &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //ApplyMap('Coutryreference',[Property Country]) as CountryAbbrev&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\data\Building Data.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet0$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use the expression directly in the apply map&lt;/P&gt;&lt;P&gt;ApplyMap('Coutryreference',If([Building Country]='USA', 'United States', [Building Country]));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 17:33:50 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2015-07-17T17:33:50Z</dc:date>
    <item>
      <title>Applymap() error.Please help me.</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899345#M993074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting an error saying &amp;lt;proprty country&amp;gt; not found.Am I doing anything wrong here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Countryreference:&lt;/P&gt;&lt;P&gt;Mapping LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Name as [Property Country],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; abbr as CountryAbbrev&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; [..\data\World Country Reference.csv] &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;buildingsTemp:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Building ID],// AS %BuildingKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Building Country]='USA', 'United States', [Building Country]) AS&amp;nbsp; [Property Country], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Coutryreference',[Property Country]) as CountryAbbrev&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\data\Building Data.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet0$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 16:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899345#M993074</guid>
      <dc:creator />
      <dc:date>2015-07-17T16:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap() error.Please help me.</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899346#M993075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to put the name of field that you are using to map in your Countryreference table. Is the field called Porperty Country in buildingsTemp??? If not whatever it is called use that instead of [Property Country]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;ApplyMap('Coutryreference',&lt;SPAN style="color: #ff0000;"&gt;[Property Country]&lt;/SPAN&gt;) as CountryAbbrev&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('Coutryreference',[Building Country]) as CountryAbbrev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 17:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899346#M993075</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-17T17:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap() error.Please help me.</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899347#M993076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your load, the field {Property Country] is not yet available - you are calculating it there. You can either repeat the same IF() function within the ApplyMap, or use a preceding load for simplicity, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Countryreference:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; Name as [Property Country],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; abbr as CountryAbbrev&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[..\data\World Country Reference.csv] &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;buildingsTemp:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Coutryreference',[Property Country]) as CountryAbbrev&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Building ID],// AS %BuildingKey,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Building Country]='USA', 'United States', [Building Country]) AS&amp;nbsp; [Property Country]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[..\data\Building Data.xls]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(biff, embedded labels, table is Sheet0$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 17:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899347#M993076</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-07-17T17:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap() error.Please help me.</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899348#M993077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 fields in reference table Name and Abbr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In main table Building country is the field.Which is modified to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; If([Building Country]='USA', 'United States', [Building Country]) AS&amp;nbsp; [Property Country],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Because of the data issue.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 17:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899348#M993077</guid>
      <dc:creator />
      <dc:date>2015-07-17T17:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap() error.Please help me.</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899349#M993078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do I put the if() within the applymap()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 17:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899349#M993078</guid>
      <dc:creator />
      <dc:date>2015-07-17T17:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap() error.Please help me.</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899350#M993079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Countryreference:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; Name as [Property Country],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; abbr as CountryAbbrev&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[..\data\World Country Reference.csv] &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;buildingsTemp:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Building ID],// AS %BuildingKey,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Building Country]='USA', 'United States', [Building Country]) AS&amp;nbsp; [Property Country],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;ApplyMap('Coutryreference', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If([Building Country]='USA', 'United States', [Building Country])&lt;/SPAN&gt;) as CountryAbbrev&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[..\data\Building Data.xls]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(biff, embedded labels, table is Sheet0$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 17:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899350#M993079</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-17T17:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap() error.Please help me.</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899351#M993080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not refer to an expression field in another expression in the load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do a preceeding load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Countryreference:&lt;/P&gt;&lt;P&gt;Mapping LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Name as [Property Country],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; abbr as CountryAbbrev&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; [..\data\World Country Reference.csv] &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;buildingsTemp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[Building ID],&lt;/P&gt;&lt;P&gt;ApplyMap('Coutryreference',[Property Country]) as CountryAbbrev;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Building ID],// AS %BuildingKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Building Country]='USA', 'United States', [Building Country]) AS&amp;nbsp; [Property Country] &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //ApplyMap('Coutryreference',[Property Country]) as CountryAbbrev&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\data\Building Data.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet0$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use the expression directly in the apply map&lt;/P&gt;&lt;P&gt;ApplyMap('Coutryreference',If([Building Country]='USA', 'United States', [Building Country]));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 17:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-error-Please-help-me/m-p/899351#M993080</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-17T17:33:50Z</dc:date>
    </item>
  </channel>
</rss>

