<?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: MAPPING WITH FUNCTIONS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MAPPING-WITH-FUNCTIONS/m-p/578680#M1099513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its need group by Plan in from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean your&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;mapping&lt;/P&gt;&lt;P&gt;Load PLANT,&lt;/P&gt;&lt;P&gt;Max(Amount) as MaxAmount&lt;/P&gt;&lt;P&gt;from above path&lt;/P&gt;&lt;P&gt;group by PLANT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2014 06:41:07 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-04-30T06:41:07Z</dc:date>
    <item>
      <title>MAPPING WITH FUNCTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/MAPPING-WITH-FUNCTIONS/m-p/578677#M1099510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can anyone pls suggest whether the below mentioned script is possible in qlikview also suggest me if there is any alternative for the same &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP:&lt;/P&gt;&lt;P&gt;Mapping &lt;/P&gt;&lt;P&gt;LOAD PLANT, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX(Amount)&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\Admin\Desktop\Book1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You&lt;/P&gt;&lt;P&gt;Vinayagam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 06:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAPPING-WITH-FUNCTIONS/m-p/578677#M1099510</guid>
      <dc:creator />
      <dc:date>2014-04-30T06:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: MAPPING WITH FUNCTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/MAPPING-WITH-FUNCTIONS/m-p/578678#M1099511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It is not possible without using group by function as under:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MAP:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD PLANT,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX(Amount) as Amount&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C:\Users\Admin\Desktop\Book1.xlsx&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;group by PLANT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 06:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAPPING-WITH-FUNCTIONS/m-p/578678#M1099511</guid>
      <dc:creator />
      <dc:date>2014-04-30T06:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: MAPPING WITH FUNCTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/MAPPING-WITH-FUNCTIONS/m-p/578679#M1099512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to add a group by clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MAP:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD PLANT,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX(Amount)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C:\Users\Admin\Desktop\Book1.xlsx&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Group by PLANT ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 06:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAPPING-WITH-FUNCTIONS/m-p/578679#M1099512</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-30T06:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: MAPPING WITH FUNCTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/MAPPING-WITH-FUNCTIONS/m-p/578680#M1099513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its need group by Plan in from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean your&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;mapping&lt;/P&gt;&lt;P&gt;Load PLANT,&lt;/P&gt;&lt;P&gt;Max(Amount) as MaxAmount&lt;/P&gt;&lt;P&gt;from above path&lt;/P&gt;&lt;P&gt;group by PLANT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 06:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAPPING-WITH-FUNCTIONS/m-p/578680#M1099513</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-04-30T06:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: MAPPING WITH FUNCTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/MAPPING-WITH-FUNCTIONS/m-p/578681#M1099514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Friends for the valuable response ... Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 07:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAPPING-WITH-FUNCTIONS/m-p/578681#M1099514</guid>
      <dc:creator />
      <dc:date>2014-04-30T07:02:12Z</dc:date>
    </item>
  </channel>
</rss>

