<?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: Aggr taking time in Stacked Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100703#M603963</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 replace the the if match inside the set analysis, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;...,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Line_Id={'124','116'}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2018 09:24:16 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-09-06T09:24:16Z</dc:date>
    <item>
      <title>Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100702#M603962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using below exp in a Stacked bar chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Month=,Week=,Why_Name=,Standard_Name=,Area_Name=,Product_Name=,Variant_Name=,Reason_Name=&amp;gt;}Aggr(if(match(Line_Id,'124','116')&lt;/P&gt;&lt;P&gt;,sum({&amp;lt;Month=,Week=,Why_Name=,Standard_Name=,Area_Name=,Product_Name=,Variant_Name=,Reason_Name=&amp;gt;} ScheduledMinutes)+avg({&amp;lt;Month=,Week=,Why_Name=,Standard_Name=,Area_Name=,Product_Name=,Variant_Name=,Reason_Name=&amp;gt;}15),&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month=,Week=,Why_Name=,Standard_Name=,Area_Name=,Product_Name=,Variant_Name=,Reason_Name=&amp;gt;}ScheduledMinutes))/60,Station_Label,Reason_Planned_Downtime,Week))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimm are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Week&lt;/P&gt;&lt;P&gt;2. &lt;SPAN style="font-size: 13.3333px;"&gt;Reason_Planned_Downtime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Currently , it is taking around 40-50 sec to load the chart , any suggestions to reduce the load time???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general , what I'm trying is : &lt;SPAN style="font-size: 13.3333px;"&gt;if(match(Line_Id,'124','116'), &lt;SPAN style="font-size: 13.3333px;"&gt;ScheduledMinutes+15 ,&lt;SPAN style="font-size: 13.3333px;"&gt;ScheduledMinutes)/60&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100702#M603962</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-09-06T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100703#M603963</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 replace the the if match inside the set analysis, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;...,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Line_Id={'124','116'}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100703#M603963</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-09-06T09:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100704#M603964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Based on this "if" itself , we have two conditions , if I bring this within set the my expression is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u share full exp , what u meant?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100704#M603964</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-09-06T09:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100705#M603965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, you're right.. didn't pay enough attention to the entire post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100705#M603965</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-09-06T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100706#M603966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;np &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100706#M603966</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-09-06T09:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100707#M603967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe Valuelist() function can help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100707#M603967</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-09-06T09:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100708#M603968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr() is expensive to calculate. Do you really need it here? Did you try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(match(Line_Id,'124','116'),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({&amp;lt;Month=,Week=,Why_Name=,Standard_Name=,Area_Name=,Product_Name=,Variant_Name=,Reason_Name=&amp;gt;} ScheduledMinutes) + 15,&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({&amp;lt;Month=,Week=,Why_Name=,Standard_Name=,Area_Name=,Product_Name=,Variant_Name=,Reason_Name=&amp;gt;} ScheduledMinutes) / 60&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 10:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100708#M603968</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-09-06T10:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100709#M603969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Amit. Very interesting... try &lt;SPAN class="short_text" lang="en"&gt;to test the expression in parts. O&lt;SPAN class="short_text" lang="en"&gt;nce I came across the fact that Pick() function in dimension and expression &lt;SPAN class="short_text" lang="en"&gt;took several minutes and after replacing with simple IF(), everything was fine.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 10:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100709#M603969</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-09-06T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100710#M603970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, in starting I was using the same expression , but then I found if I'm using the same expression with Different Dimension like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Station_Label or Reason_Planned_Downtime or Week different output , but when I used Aggr() results across all Charts was same.&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;Thanks,&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;AS&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 10:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100710#M603970</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-09-06T10:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100711#M603971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, my Aggr part is the issue , if I remove it than calculation is super fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 10:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100711#M603971</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-09-06T10:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100712#M603972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if you override the selections in those fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few ways to reduce the time taken to do the aggr()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Reduce the number and cardinality (distinct values) of the dimension fields&lt;/LI&gt;&lt;LI&gt;Preselect a subset before the Aggr(), like Sum({&amp;lt;...some set selection...&amp;gt;} Aggr(......))&lt;/LI&gt;&lt;LI&gt;Compel the users to make selections and use a conditional calc to only calculate after they have made some selections&lt;/LI&gt;&lt;LI&gt;Make sure you use the simplest possible expression inside the aggr(). This will help some, but a 100.000 x 1.000 x 100 x 100 hyper-cube will still take really long to calculate (and use a lot of RAM).&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100712#M603972</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-09-07T15:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100713#M603973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this once:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; background-color: white; font-size: 10pt;"&gt;if(match(Line_Id,'124','116')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;,Aggr(sum({&amp;lt;Month=,Week=,Why_Name=,Standard_Name=,Area_Name=,Product_Name=,Variant_Name=,Reason_Name=&amp;gt;}ScheduledMinutes)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;avg({&amp;lt;Month=,Week=,Why_Name=,Standard_Name=,Area_Name=,Product_Name=,Variant_Name=,Reason_Name=&amp;gt;}15),&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13.3333px;"&gt;Reason_Planned_Downtime,Week)&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Aggr(sum({&amp;lt;Month=,Week=,Why_Name=,Standard_Name=,Area_Name=,Product_Name=,Variant_Name=,Reason_Name=&amp;gt;}ScheduledMinutes))/60,Reason_Planned_Downtime,Week)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;*I have removed "&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13.3333px;"&gt;Station_Label" from the aggr, add it if it is required.Also check the brackets once &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13.3333px;"&gt;Br,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13.3333px;"&gt;KC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 04:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100713#M603973</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-09-19T04:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100714#M603974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry KC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like you are trying to suggest 2 aggr function for each condition , this is even more time consuming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 07:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100714#M603974</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-09-19T07:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr taking time in Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100715#M603975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Else you can try creating the aggregation in the script and then use the field directly in the expression. That will be best way to optimizes the performance.&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;ScheduledMinutes) as New_&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;ScheduledMinutes,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Helvetica, sans-serif;"&gt;Reason_Planned_Downtime,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Helvetica, sans-serif;"&gt;Week&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Helvetica, sans-serif;"&gt;resident Table &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Helvetica, sans-serif;"&gt;group by &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;Reason_Planned_Downtime,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;Week;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;Then use "&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;New_&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;ScheduledMinutes" in your expression.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Helvetica, sans-serif;"&gt;Br,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;KC&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 07:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-taking-time-in-Stacked-Bar-Chart/m-p/100715#M603975</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-09-19T07:54:56Z</dc:date>
    </item>
  </channel>
</rss>

