<?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 file reference in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977923#M645752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Webadmin is a database. Hence the file spec: webadmin.dbo.Rep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used ApplyMap before and never had this issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Nov 2015 16:36:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-11T16:36:06Z</dc:date>
    <item>
      <title>applymap file reference</title>
      <link>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977917#M645746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following code:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="repcode.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105182_repcode.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;and when it runs, I get the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="rep.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/105183_rep.png" style="width: 620px; height: 224px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is ApplyMap inserting the local disk\folder reference (R:\VC\) before the file reference? All the other references to&lt;/P&gt;&lt;P&gt;Webadmin.dbo.xxxx work fine. I even tried loading the entire Rep file (select * from Webadmin.dbo.Rep) in front of the&lt;/P&gt;&lt;P&gt;ApplyMap statement, and that worked fine. It's only in the ApplyMap that the reference is getting changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why? Thanks, Kevin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977917#M645746</guid>
      <dc:creator />
      <dc:date>2015-11-11T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: applymap file reference</title>
      <link>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977918#M645747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be you need&lt;STRONG&gt; SQL Select * from&lt;/STRONG&gt; in there like other tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RepMap:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mapping&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Rep_UID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RPC_NAME&lt;SPAN style="color: #ff0000;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;SQL Select *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Webadmin.dbo.Rep;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977918#M645747</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-11T15:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: applymap file reference</title>
      <link>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977919#M645748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, but according to Henric's documentation and the HELP file, that's not needed.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2756"&gt;Don't join - use Applymap instead&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977919#M645748</guid>
      <dc:creator />
      <dc:date>2015-11-11T15:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: applymap file reference</title>
      <link>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977920#M645749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any mention of not needing to use &lt;STRONG&gt;SQL Select *&lt;/STRONG&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977920#M645749</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-11T15:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: applymap file reference</title>
      <link>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977921#M645750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to both sources, the syntax is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Mapping&lt;/SPAN&gt; &lt;SPAN class="Italic"&gt;( loadstatement |selectstatement )&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;Mapping LOAD * FROM x.csv&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;If I have the LOAD statement (which I do), I don't need a SELECT statement as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 16:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977921#M645750</guid>
      <dc:creator />
      <dc:date>2015-11-11T16:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: applymap file reference</title>
      <link>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977922#M645751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Webadmin.dbo.Rep&lt;/STRONG&gt; a Excel file? or something from a database?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 16:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977922#M645751</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-11T16:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: applymap file reference</title>
      <link>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977923#M645752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Webadmin is a database. Hence the file spec: webadmin.dbo.Rep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used ApplyMap before and never had this issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 16:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap-file-reference/m-p/977923#M645752</guid>
      <dc:creator />
      <dc:date>2015-11-11T16:36:06Z</dc:date>
    </item>
  </channel>
</rss>

