<?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 Name variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429068#M802188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I want to change the name field depending on the file' =&amp;gt; what are the name fields you want for each name file ?&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;can you post a mapping table ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2017 16:27:20 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2017-11-20T16:27:20Z</dc:date>
    <item>
      <title>Field Name variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429064#M802184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im doing a For each cycle for load several excel files. Its something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EACH File in FileList ('..\Dados\Matriz de Polivalência *.xls')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1: &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(field1) as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name as Area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From $(File)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I want to change the name field depending on the file, but i have no idea how to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;BR /&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429064#M802184</guid>
      <dc:creator>brunopaulo</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Field Name variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429065#M802185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe 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;FOR EACH File in FileList ('..\Dados\Matriz de Polivalência *.xls')&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;Table1: &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(field1) as Date,&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;&amp;nbsp; if($(File)='the name you want', name,'else...') as Area&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;From $(File)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 16:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429065#M802185</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-20T16:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Field Name variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429066#M802186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i'm not sure how to play there are 7 files with 7 differente Field Name dat i want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u develop a bit more? Thank You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 16:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429066#M802186</guid>
      <dc:creator>brunopaulo</dc:creator>
      <dc:date>2017-11-20T16:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field Name variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429067#M802187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to apply*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 16:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429067#M802187</guid>
      <dc:creator>brunopaulo</dc:creator>
      <dc:date>2017-11-20T16:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Field Name variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429068#M802188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I want to change the name field depending on the file' =&amp;gt; what are the name fields you want for each name file ?&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;can you post a mapping table ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 16:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429068#M802188</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-20T16:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Field Name variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429069#M802189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont have Mapping table because im manually defining the name field. But i did better i gave excel name so solved my problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 16:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Name-variable/m-p/1429069#M802189</guid>
      <dc:creator>brunopaulo</dc:creator>
      <dc:date>2017-11-20T16:29:24Z</dc:date>
    </item>
  </channel>
</rss>

