<?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 Designer, allocated memory exceeded in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221474#M74284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Johan,&lt;/P&gt;&lt;P&gt;I use the formular mentioned in my last post in the charts. When I modify the NLS variable the language switches from one to another. Everything works fine. Exception: The date fields in the dimensions of pivot tables. In table charts I can move the date field into the expression area and I have no memory problem. Although from the semantic point of view it is only a workaround and not always a perfect solution.&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Oct 2010 09:05:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-06T09:05:38Z</dc:date>
    <item>
      <title>Designer, allocated memory exceeded</title>
      <link>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221467#M74277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have some data shown in a pivot table with cycling groups for the dimensions. I run it on a 64 bit W7 and have 8GB RAM installed, when running the Qlik almost 5 GB are free.&lt;/P&gt;&lt;P&gt;Data displays but when I change the date dimension from year to week (even with data for a single day) the memory error occurs. It also does not go away by undoing the selection, I have to reload the qvd to get the data shown again.&lt;/P&gt;&lt;P&gt;Juerg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2010 17:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221467#M74277</guid>
      <dc:creator />
      <dc:date>2010-01-24T17:39:35Z</dc:date>
    </item>
    <item>
      <title>Designer, allocated memory exceeded</title>
      <link>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221468#M74278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;On further investigation found that the group item formula for serviceday must be responsible.&lt;/P&gt;&lt;P&gt;I need to show the date in format DD.MM.YYYY and I used the formula =date(Serviceday,'DD.MM.YYYY') in the group item definition.Removing this formula and using Serviceday only works fine. As my serviceday is a date how can I format it in the dimension to suppress the 00:00:00 time?&lt;/P&gt;&lt;P&gt;Noticed also in other cases that I really miss a "Number" formatting for dimensions in tables, they seem to exist only for expressions?&lt;/P&gt;&lt;P&gt;Juerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2010 17:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221468#M74278</guid>
      <dc:creator />
      <dc:date>2010-01-24T17:53:23Z</dc:date>
    </item>
    <item>
      <title>Designer, allocated memory exceeded</title>
      <link>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221469#M74279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;as you've already dicovered the formatting takes up a lot of memory. Instead I would suggest that you create a new field in the load statement i.e.&lt;/P&gt;&lt;P&gt;date(Serviceday,'DD.MM.YYYY') as DisplayedServiceday&lt;/P&gt;&lt;P&gt;The above would enable the object to be shown without allocated memory exceeded, since the calculation already is done in the script.&lt;/P&gt;&lt;P&gt;Good luck,&lt;BR /&gt;Jonas&lt;/P&gt;&lt;P&gt;Consultant at Optivasys | &lt;A href="http://www.optivasys.com"&gt;www.optivasys.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 13:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221469#M74279</guid>
      <dc:creator />
      <dc:date>2010-01-25T13:12:45Z</dc:date>
    </item>
    <item>
      <title>Designer, allocated memory exceeded</title>
      <link>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221470#M74280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonas&lt;/P&gt;&lt;P&gt;Thanks, I have tried to load the Service_date with&lt;/P&gt;&lt;P&gt;date(Service_Date,'DD.MM.YYYY')&lt;/P&gt;&lt;P&gt;it look however that Qlik still looks at it as a date and shows the zero time values in the dimension&lt;/P&gt;&lt;P&gt;Jürg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 15:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221470#M74280</guid>
      <dc:creator />
      <dc:date>2010-01-25T15:04:34Z</dc:date>
    </item>
    <item>
      <title>Designer, allocated memory exceeded</title>
      <link>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221471#M74281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;that seems odd, but I know dates kan be tricky. Try looking into the date#() funktion and how you can combine this to get rid of the zero time values. Otherwise; a quick and dirty way of solving it could be using&lt;/P&gt;&lt;P&gt;left(date(Service_Date,'DD.MM.YYYY'),10) as Service_Date&lt;/P&gt;&lt;P&gt;Not the right way, be problably solving your issue &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;//Jonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 16:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221471#M74281</guid>
      <dc:creator />
      <dc:date>2010-01-25T16:11:26Z</dc:date>
    </item>
    <item>
      <title>Designer, allocated memory exceeded</title>
      <link>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221472#M74282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid memory problems it might be necessary to move the formatting of date values into the data script.&lt;/P&gt;&lt;P&gt;But what can I do, when the user is able to change the language of the application including the change of the date format from (e.g.) DD.MM.YYYY to MM-DD-YYYY?&lt;/P&gt;&lt;P&gt;For this case I use something like&lt;/P&gt;&lt;P&gt;date(&amp;lt;field&amp;gt;, $(='DateFormatTime_'&amp;amp;(NLS))) which works BUT then I have the memory problems.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 08:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221472#M74282</guid>
      <dc:creator />
      <dc:date>2010-10-06T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Designer, allocated memory exceeded</title>
      <link>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221473#M74283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to set the number format for your field on the document level and not have to change anything in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 08:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221473#M74283</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2010-10-06T08:50:10Z</dc:date>
    </item>
    <item>
      <title>Designer, allocated memory exceeded</title>
      <link>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221474#M74284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Johan,&lt;/P&gt;&lt;P&gt;I use the formular mentioned in my last post in the charts. When I modify the NLS variable the language switches from one to another. Everything works fine. Exception: The date fields in the dimensions of pivot tables. In table charts I can move the date field into the expression area and I have no memory problem. Although from the semantic point of view it is only a workaround and not always a perfect solution.&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 09:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221474#M74284</guid>
      <dc:creator />
      <dc:date>2010-10-06T09:05:38Z</dc:date>
    </item>
    <item>
      <title>Designer, allocated memory exceeded</title>
      <link>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221475#M74285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You may not realize this, but the Date function does not change the internal numerical date, it only chamges the dispaly fomat. You can verify this by putting this expression into a text box &lt;B&gt;=Num(Date(Now(), 'DD.MM.YYYY'))&lt;/B&gt;&lt;/P&gt;&lt;P&gt;To get rid of the time component, you should say&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Date(floor(Service_Date), 'DD.MM.YYYY')&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 09:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221475#M74285</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-10-06T09:17:59Z</dc:date>
    </item>
    <item>
      <title>Designer, allocated memory exceeded</title>
      <link>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221476#M74286</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;I know that the date function only changes the display format.&lt;/P&gt;&lt;P&gt;As described I have a memory problem with date fields in pivot tables and table charts.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 09:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Designer-allocated-memory-exceeded/m-p/221476#M74286</guid>
      <dc:creator />
      <dc:date>2010-10-06T09:32:06Z</dc:date>
    </item>
  </channel>
</rss>

