<?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: tiny question about ApplyMap syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542773#M689904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;indeed, I left aside the RESIDENT for the mapping load, excuses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And true that, ProductID will be appearing if Order_table is not Dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But indeed, if Order_table is dropped, I understand ProductID is not going to be shown through the ApplyMap.&lt;/P&gt;&lt;P&gt;It is used to ApplyMap but not kept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2013 09:39:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-30T09:39:55Z</dc:date>
    <item>
      <title>tiny question about ApplyMap syntax</title>
      <link>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542768#M689899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was reading the great explanation regarding ApplyMap by Steve Dark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/" title="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/"&gt;http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a question came up in my mind:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I have&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13830564052884724" jivemacro_uid="_13830564052884724" modifiedtitle="true"&gt;
&lt;P&gt;MapProducts:&lt;/P&gt;
&lt;P&gt;MAPPING LOAD&lt;/P&gt;
&lt;P&gt;ProductID,&lt;/P&gt;
&lt;P&gt;description;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;Order&lt;/P&gt;
&lt;P&gt;ApplyMap('MapProducts',ProductID,'N/A') as Item&lt;/P&gt;
&lt;P&gt;RESIDENT Order_table;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this expected to work perfectly, since I am not explicitly loading ProductID from the resident Order_table?&lt;/P&gt;&lt;P&gt;Further, by using this syntax, I should NOT expect to see the field ProductID in the dashboard, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 14:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542768#M689899</guid>
      <dc:creator />
      <dc:date>2013-10-29T14:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: tiny question about ApplyMap syntax</title>
      <link>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542769#M689900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your Mapping load misses a data source (FROM, RESIDENT etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need to explicitely load the ProductID in your table, and using above load you should not expect to see the ProductID field in your data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 15:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542769#M689900</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-29T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: tiny question about ApplyMap syntax</title>
      <link>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542770#M689901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you would have to type this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'drop table Order_table';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to not have ProductId...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 15:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542770#M689901</guid>
      <dc:creator />
      <dc:date>2013-10-29T15:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: tiny question about ApplyMap syntax</title>
      <link>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542771#M689902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You creating your mapping table from your source table. It won´t work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should populate your Mapping Table before using it (inline, excel, whatever)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 15:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542771#M689902</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-10-29T15:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: tiny question about ApplyMap syntax</title>
      <link>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542772#M689903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MapProducts:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD&amp;nbsp; ProductID,&amp;nbsp; description&lt;/P&gt;&lt;P&gt;from &amp;lt;table&amp;gt;;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&amp;nbsp; Order,&amp;nbsp; ApplyMap('MapProducts',ProductID,'N/A') as Item&amp;nbsp; RESIDENT Order_table;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Order_table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 15:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542772#M689903</guid>
      <dc:creator />
      <dc:date>2013-10-29T15:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: tiny question about ApplyMap syntax</title>
      <link>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542773#M689904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;indeed, I left aside the RESIDENT for the mapping load, excuses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And true that, ProductID will be appearing if Order_table is not Dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But indeed, if Order_table is dropped, I understand ProductID is not going to be shown through the ApplyMap.&lt;/P&gt;&lt;P&gt;It is used to ApplyMap but not kept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 09:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tiny-question-about-ApplyMap-syntax/m-p/542773#M689904</guid>
      <dc:creator />
      <dc:date>2013-10-30T09:39:55Z</dc:date>
    </item>
  </channel>
</rss>

