<?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: Analytic Functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813560#M664732</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;In script you can use &lt;STRONG&gt;Group By &lt;/STRONG&gt; instead of Aggr in load script for aggregating the data and you can use all &lt;STRONG&gt;Aggregation Functions&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;( Sum,Count,Avg,Only,Mode,firstsortedvalue, Concat ) etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P class="Code"&gt;Load Week, ArtNo,&lt;/P&gt;&lt;P class="Code"&gt;round(Avg(TransAmount),0.05) as WeekArtNoAverages&lt;/P&gt;&lt;P class="Code"&gt;from table.csv &lt;STRONG&gt;group by&lt;/STRONG&gt; Week, ArtNo;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards&lt;/P&gt;&lt;P class="Code"&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2014 09:40:53 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-12-11T09:40:53Z</dc:date>
    <item>
      <title>Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813559#M664731</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;Could anyone tell me if we can use aggr function in QlikView scripting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 09:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813559#M664731</guid>
      <dc:creator />
      <dc:date>2014-12-11T09:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813560#M664732</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;In script you can use &lt;STRONG&gt;Group By &lt;/STRONG&gt; instead of Aggr in load script for aggregating the data and you can use all &lt;STRONG&gt;Aggregation Functions&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;( Sum,Count,Avg,Only,Mode,firstsortedvalue, Concat ) etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P class="Code"&gt;Load Week, ArtNo,&lt;/P&gt;&lt;P class="Code"&gt;round(Avg(TransAmount),0.05) as WeekArtNoAverages&lt;/P&gt;&lt;P class="Code"&gt;from table.csv &lt;STRONG&gt;group by&lt;/STRONG&gt; Week, ArtNo;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards&lt;/P&gt;&lt;P class="Code"&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 09:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813560#M664732</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-11T09:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813561#M664733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No you cannot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use group by though. What's the scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 09:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813561#M664733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T09:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813562#M664734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well the scenario goes like this: We have a Product Group column, Product Column and sales column.&lt;/P&gt;&lt;P&gt;We would like to sort this first based on sum of sales for product group and then for each product within that group. A product can appear in more than one group. And finally we want to do this in a Bar chart. So the ordering of the bars is by sales for product group and the ordering of groups within bars is by products sales. &lt;/P&gt;&lt;P&gt;So the idea was if we could get sum of Product group maybe we could use it to help in sorting bar graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 226px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; width: 74pt;" width="98"&gt;Product Group&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none; width: 48pt;" width="64"&gt;Product&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none; width: 48pt;" width="64"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;e&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;f&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;96&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;e&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;f&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;e&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;f&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;96&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;e&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;f&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;e&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;f&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;e&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;c&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;65&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;e&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;b&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;e&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;a&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;f&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;e&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;96&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;f&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;e&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;f&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;e&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;96&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;f&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;e&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;f&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;e&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;f&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;a&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; border-top: none;"&gt;f&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;b&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 03:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813562#M664734</guid>
      <dc:creator />
      <dc:date>2014-12-12T03:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813563#M664735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if that's all you want to do...just load the table into qlik, create a bar chart with dimensions as product group and product and expression as sum(Sales). you can sort depending on the requirement in the Sort tab of object properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if this has to be done on the script side which is always a good idea, use group by like the above posters suggested...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;[Product Group],&lt;/P&gt;&lt;P&gt;[Product],&lt;/P&gt;&lt;P&gt;sum(Sales) as SalesTotal&lt;/P&gt;&lt;P&gt;from tablename&lt;/P&gt;&lt;P&gt;group by [Product], [Product Group];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 03:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813563#M664735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-12T03:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813564#M664736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saradhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorting on the secondary dimension is some times difficult.&lt;/P&gt;&lt;P&gt;What we were able to achieve is the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: green;"&gt;1. We are able to align the bar graph by Product Group -- Done.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;2. The categories within each bar are not getting sorted -- Pending.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;Not the values on the axis: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;Unsorted : 20 65 30 294&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73299_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Gokul&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 03:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813564#M664736</guid>
      <dc:creator />
      <dc:date>2014-12-12T03:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813565#M664737</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;Check this links, Aggr() works similarly to Group by.&amp;nbsp; Suppose if you want to sum up the sales of customers who has sold more that 1 million then Aggr() will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(If(Sum(Sales)&amp;gt; 1000000, Sum(Sales), 0), Customer))&amp;nbsp; --This is just a sample, this can be achieved in many other ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr() - Will loop through each Customer&lt;/P&gt;&lt;P&gt;If() - Checks whether Sales &amp;gt; 1000000 for each customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-6510" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Aggr&lt;/EM&gt; Statement White Paper&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-4777" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;QlikView Technical Brief - &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;AGGR&lt;/EM&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-4279" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;QlikView App: &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Aggr&lt;/EM&gt;()&lt;/SPAN&gt;&lt;/A&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 03:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813565#M664737</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-12T03:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813566#M664738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan. Do you by any chance have some references on how bar graph sorting options work internally? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 03:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813566#M664738</guid>
      <dc:creator />
      <dc:date>2014-12-12T03:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813567#M664739</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;Can you attach sample file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 03:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813567#M664739</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-12T03:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813568#M664740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following thread is the same problem we are trying to solve.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/145186"&gt;Stacked Bar Chart Sorting- 2 Dimension 1 Expression&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 04:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813568#M664740</guid>
      <dc:creator />
      <dc:date>2014-12-12T04:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813569#M664741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gokul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try in sort tab and sort it by expression.&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 04:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813569#M664741</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-12-12T04:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813570#M664742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this attached sample.&lt;/P&gt;&lt;P&gt;Calculated dimension(adpr): =Dual(adpr,Aggr(sum(n),pr,adpr))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 04:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813570#M664742</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-12T04:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Analytic Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813571#M664743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should definitely go for sorting "by Expression" and "Aggr()" as guys already suggested. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 07:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analytic-Functions/m-p/813571#M664743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-12T07:37:48Z</dc:date>
    </item>
  </channel>
</rss>

