<?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: how to write script for Aggregate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453278#M434724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you opening this thread or are you viewing it from the inbox? Inbox view doesn't show the option to select correct answer. Try clicking here to see if you see the option to mark correct answer&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1415908"&gt;Re: how to write script for Aggregate&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2018 18:35:01 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-24T18:35:01Z</dc:date>
    <item>
      <title>how to write script for Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453273#M434719</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;i know Aggr isn't available for Script, is there any way we can develop for Script loading? thanks heaps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;country&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;region&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;sales&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;sales by Region&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;jap&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Asia&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;80&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;210&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;koran&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Asia&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;70&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;210&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;uk&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Euro&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;china&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Asia&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;60&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;210&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;france&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Euro&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's the script i can calculate Sales by Region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks heaps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 05:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453273#M434719</guid>
      <dc:creator>yink-hpv</dc:creator>
      <dc:date>2018-01-11T05:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to write script for Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453274#M434720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD country,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; region,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD region,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(sales) as [sales by Region]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By region;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 15:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453274#M434720</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-11T15:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to write script for Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453275#M434721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Heaps Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 21:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453275#M434721</guid>
      <dc:creator>yink-hpv</dc:creator>
      <dc:date>2018-01-11T21:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to write script for Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453276#M434722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread down by marking correct response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 00:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453276#M434722</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-12T00:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to write script for Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453277#M434723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny: i don't have correct answer to choose, so i marked as helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 01:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453277#M434723</guid>
      <dc:creator>yink-hpv</dc:creator>
      <dc:date>2018-01-24T01:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to write script for Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453278#M434724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you opening this thread or are you viewing it from the inbox? Inbox view doesn't show the option to select correct answer. Try clicking here to see if you see the option to mark correct answer&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1415908"&gt;Re: how to write script for Aggregate&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 18:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-script-for-Aggregate/m-p/1453278#M434724</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-24T18:35:01Z</dc:date>
    </item>
  </channel>
</rss>

