<?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: Allocated memory exceed in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680438#M475274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I did not understand you, but using MATCH we only replace one number (KPI) to another one (serial number), are not we? If I don't use the dimension ('Date','Week','Month','year') instead of (Date,Week,Month,year) it is performed (with incorrect one point on X-axis), but if I change to dimensions the message "Allocated.. " appears again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2014 11:31:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-30T11:31:59Z</dc:date>
    <item>
      <title>Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680428#M475264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am begginer in QV and have some, maybe, simple question. I tryed to build chart with calculate dimention (change the x-axis depending on selection in list box - Date, Week, Month and Year), but when I put expression like sum(Payments) i get "Allocated memory exceed" (when I put sum(1) it works well).&lt;/P&gt;&lt;P&gt;Could you suggest me something to avoid it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 09:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680428#M475264</guid>
      <dc:creator />
      <dc:date>2014-07-30T09:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680429#M475265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please upload sample here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 09:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680429#M475265</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-07-30T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680430#M475266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Inna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you calculate dimension is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check your calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Regards,&lt;/P&gt;&lt;P&gt;Vishal Waghole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 09:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680430#M475266</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2014-07-30T09:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680431#M475267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't upload a sample, because have not access to Internet from working server with QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used two variables for calculate dimension:&lt;/P&gt;&lt;P&gt;1. Period_chart2=if( GetFieldSelections(Period)='Date',1, if(GetFieldSelections(Period)='Week',2,if(GetFieldSelections(Period)='Month',3,4)))&amp;nbsp; // the number of selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Period_chart=pick($(Period_chart2), [Date], [Year_Week] ,[Year_Month], [Year]) //select dimension according to number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in calculate dimension I write =$(Period_chart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 09:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680431#M475267</guid>
      <dc:creator />
      <dc:date>2014-07-30T09:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680432#M475268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Period_chart=pick($(Period_chart2), Date, Year_Week,Year_Month, Year)&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, 30 Jul 2014 09:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680432#M475268</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-07-30T09:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680433#M475269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of doing all such Calculation using Variables and Calculated Dimension you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cyclic or Drill-Down Approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 09:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680433#M475269</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-07-30T09:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680434#M475270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Cyclic or Drill-Down Groups:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Cyclic or Drill-Down Groups111.png" class="jive-image" src="/legacyfs/online/63394_Cyclic or Drill-Down Groups111.png" style="width: 620px; height: 413px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 10:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680434#M475270</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-07-30T10:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680435#M475271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't work (message "Allocated..." remain). But for chart expression like =sum(1) it works perfectly. maybe, thare are problems with row data(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 10:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680435#M475271</guid>
      <dc:creator />
      <dc:date>2014-07-30T10:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680436#M475272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I have different variables for different dimensions (For Date is one variable, for Week another) - that's why I did not use it. And there are plenty of charts on worksheet. It Would be much easier to have a selection table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 10:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680436#M475272</guid>
      <dc:creator />
      <dc:date>2014-07-30T10:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680437#M475273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;create some thing like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a inline table&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;KPI&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use the below expression as your values&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;PICK&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;KPI&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;, 1,2,3,4),'Date','Week','Month','year')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 10:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680437#M475273</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-07-30T10:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680438#M475274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I did not understand you, but using MATCH we only replace one number (KPI) to another one (serial number), are not we? If I don't use the dimension ('Date','Week','Month','year') instead of (Date,Week,Month,year) it is performed (with incorrect one point on X-axis), but if I change to dimensions the message "Allocated.. " appears again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 11:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680438#M475274</guid>
      <dc:creator />
      <dc:date>2014-07-30T11:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680439#M475275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;pick(match(KPI,1,2,3,4),'Date','Week','Month','year')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;here match function returns the number and pick function picks the corresponding value&lt;/P&gt;&lt;P&gt;plese find the below attachment ,&lt;/P&gt;&lt;P&gt;let me know if not clear on the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 11:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680439#M475275</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-07-30T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680440#M475276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,I made out about this. But when I wrote &lt;/P&gt;&lt;P&gt;pick(match(GetFieldSelections(Period),'Date','Week','Month','Year'), Date, Year_Week,Year_Month, Year)&lt;/P&gt;&lt;P&gt;anything has changed - error appeared again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 12:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680440#M475276</guid>
      <dc:creator />
      <dc:date>2014-07-30T12:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceed in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680441#M475277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same issue when I tried to build a calculated dimensions which worked sometimes and didn't others.&lt;/P&gt;&lt;P&gt;Then I used an explicit dimension and enabled the condition and put in my show calc that way.&lt;/P&gt;&lt;P&gt;However you'd likely have to know your expected dimensions to use this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example of my 'enable conditional' on a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match(vPickCal,1,4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vPickCal is a variable&amp;nbsp; 1 was Year and 4 was Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in other words&lt;/P&gt;&lt;P&gt;if I picked a Year then the Year dimension shows up in the Pivot &lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;if I picked Quarter then Quarter dimension shows up in the pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume it is working because of &lt;/P&gt;&lt;P&gt;Include and Don't Show (working) vs Figure out what to Include (not always working--memory out)&lt;/P&gt;&lt;P&gt;Year and Quarter are explicitly in the Pivot already and then are being 'not shown' based on condition.&lt;/P&gt;&lt;P&gt;The other way it was having to figure out whether to be included...and sometimes was running out of juice on its way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--brooks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 23:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceed-in-chart/m-p/680441#M475277</guid>
      <dc:creator>brooksc57</dc:creator>
      <dc:date>2014-10-23T23:16:42Z</dc:date>
    </item>
  </channel>
</rss>

