<?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 Apply Map with inline in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Apply-Map-with-inline/m-p/409280#M697209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all other hardcoded value below in inline table, i should display as Functional Staff for all Designation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this code but somewhere it's wrong. Kindly help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FunctionalROLE:&lt;/P&gt;&lt;P&gt;mapping LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp; DESIGNATION,FUNCTIONAL_ROLE&lt;/P&gt;&lt;P&gt;&amp;nbsp; S01,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S02,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S03,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S04,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S05,Functional Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp; S06,Functional Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp; S07,Functional Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp; S08,Functional Manager&lt;/P&gt;&lt;P&gt; ]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Distinct DESIGNATION,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('FunctionalROLE',DESIGNATION,'Functional Staff')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;[..\01_QvdGenerators - 05032013\01_SourceQVD\DIM_DESIGNATION.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Selva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Apr 2013 06:57:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-01T06:57:45Z</dc:date>
    <item>
      <title>Apply Map with inline</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map-with-inline/m-p/409280#M697209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all other hardcoded value below in inline table, i should display as Functional Staff for all Designation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this code but somewhere it's wrong. Kindly help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FunctionalROLE:&lt;/P&gt;&lt;P&gt;mapping LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp; DESIGNATION,FUNCTIONAL_ROLE&lt;/P&gt;&lt;P&gt;&amp;nbsp; S01,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S02,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S03,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S04,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S05,Functional Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp; S06,Functional Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp; S07,Functional Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp; S08,Functional Manager&lt;/P&gt;&lt;P&gt; ]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Distinct DESIGNATION,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('FunctionalROLE',DESIGNATION,'Functional Staff')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;[..\01_QvdGenerators - 05032013\01_SourceQVD\DIM_DESIGNATION.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Selva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 06:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map-with-inline/m-p/409280#M697209</guid>
      <dc:creator />
      <dc:date>2013-04-01T06:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map with inline</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map-with-inline/m-p/409281#M697210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FunctionalROLE:&lt;/P&gt;&lt;P&gt;mapping LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp; DESIGNATION,FUNCTIONAL_ROLE&lt;/P&gt;&lt;P&gt;&amp;nbsp; S01,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S02,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S03,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S04,Functional Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp; S05,Functional Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp; S06,Functional Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp; S07,Functional Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp; S08,Functional Manager&lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Distinct DESIGNATION,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('FunctionalROLE',DESIGNATION) as New_Designation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;[..\01_QvdGenerators - 05032013\01_SourceQVD\DIM_DESIGNATION.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 07:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map-with-inline/m-p/409281#M697210</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-01T07:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map with inline</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map-with-inline/m-p/409282#M697213</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;&lt;/P&gt;&lt;P&gt;Please find the attached file, may be it will help you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not please elaborate your query nd if possible send me the sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Neetu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 07:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map-with-inline/m-p/409282#M697213</guid>
      <dc:creator>neetu_singh</dc:creator>
      <dc:date>2013-04-01T07:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map with inline</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map-with-inline/m-p/409283#M697214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neethu..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want exactly the same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 08:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map-with-inline/m-p/409283#M697214</guid>
      <dc:creator />
      <dc:date>2013-04-01T08:00:56Z</dc:date>
    </item>
  </channel>
</rss>

