<?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 exceeded on dimension expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532283#M747020</link>
    <description>&lt;P&gt;Often it's useful to create all needed date-fields within the master-calendar even if it meant to keep several week- or month-fields there instead of formatting/adjusting them within UI.&lt;/P&gt;&lt;P&gt;If your aim of formatting this field is to avoid an automatically interpreting by an excel-export you could also add a non visible space, for example: chr(8203).&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jan 2019 16:03:51 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-01-18T16:03:51Z</dc:date>
    <item>
      <title>Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532009#M747006</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have a dimension in a pivot table based on the following expression:&lt;/P&gt;&lt;P&gt;=chr(39) &amp;amp; Week&lt;/P&gt;&lt;P&gt;The problem is that this generates&amp;nbsp;&lt;SPAN&gt;'allocated memory exceeded' error.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;Removing the expression from the dimension helps correcting the error.&lt;/P&gt;&lt;P&gt;I'm using the desktop version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately,&amp;nbsp;the dimension has to be formated (therefore, the expression). Can you help please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Elina&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532009#M747006</guid>
      <dc:creator>edemerdjieva</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532020#M747007</link>
      <description>What do you mean ?&lt;BR /&gt;With dimension Week works as expected while adding chr(39) to it do you get the error?</description>
      <pubDate>Fri, 18 Jan 2019 10:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532020#M747007</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-01-18T10:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532041#M747008</link>
      <description>&lt;P&gt;Try to replace the &lt;EM&gt;week&lt;/EM&gt; command without argument, with &lt;EM&gt;week('yyyy-mm-dd')&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;This command, &lt;STRONG&gt;&lt;EM&gt;chr(39) &amp;amp; week('2019-01-18',&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;0,1&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/STRONG&gt;, would generate a string like this: '&lt;STRONG&gt;&lt;EM&gt;3&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;, &lt;/EM&gt;that indicate t&lt;U&gt;he 3rd week from January&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;&lt;A title="Week command syntax" href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/week.htm" target="_blank"&gt;Here&lt;/A&gt; is the complete command syntax.&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 11:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532041#M747008</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2019-01-18T11:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532113#M747009</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/112"&gt;@agigliotti&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Yes, that's correct.&lt;/P&gt;&lt;P&gt;And it happens only in pivot table. If I change&amp;nbsp;to simple table than it works fine.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 13:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532113#M747009</guid>
      <dc:creator>edemerdjieva</dc:creator>
      <dc:date>2019-01-18T13:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532121#M747010</link>
      <description>&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32137"&gt;@marco_puccetti&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Actually, I have a dimension where the week is format '01/2019' for the first week in 2019.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2019 13:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532121#M747010</guid>
      <dc:creator>edemerdjieva</dc:creator>
      <dc:date>2019-01-18T13:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532123#M747011</link>
      <description>could you share a sample qvw to look into?</description>
      <pubDate>Fri, 18 Jan 2019 13:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532123#M747011</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-01-18T13:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532212#M747012</link>
      <description>&lt;P&gt;Do you need to get the right week within that date?&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 14:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532212#M747012</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2019-01-18T14:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532230#M747013</link>
      <description>&lt;P&gt;No, I only need to format the value of the dimension so that it is displayed differently within this chart.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 15:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532230#M747013</guid>
      <dc:creator>edemerdjieva</dc:creator>
      <dc:date>2019-01-18T15:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532239#M747014</link>
      <description>&lt;P&gt;Try to post the screenshot\script you are using!!&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 15:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532239#M747014</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2019-01-18T15:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532266#M747015</link>
      <description>&lt;P&gt;Here are the screenshots.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 15:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532266#M747015</guid>
      <dc:creator>edemerdjieva</dc:creator>
      <dc:date>2019-01-18T15:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532281#M747019</link>
      <description>&lt;P&gt;I'm not noticing the "&lt;EM&gt;exceeded on dimension&lt;/EM&gt;" error! When does it happen? It seems the&amp;nbsp;computation is correct isn't it?&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 16:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532281#M747019</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2019-01-18T16:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532283#M747020</link>
      <description>&lt;P&gt;Often it's useful to create all needed date-fields within the master-calendar even if it meant to keep several week- or month-fields there instead of formatting/adjusting them within UI.&lt;/P&gt;&lt;P&gt;If your aim of formatting this field is to avoid an automatically interpreting by an excel-export you could also add a non visible space, for example: chr(8203).&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 16:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1532283#M747020</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-18T16:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Allocated memory exceeded on dimension expression</title>
      <link>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1540411#M747026</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Finally, I added a new field in the load script. This field is based on the Week Dimension : Week &amp;amp; chr(8203). This solves the export in Excel/CSV issue and is transparent for the final user.&lt;/P&gt;&lt;P&gt;Thank you for the suggestion !&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 16:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allocated-memory-exceeded-on-dimension-expression/m-p/1540411#M747026</guid>
      <dc:creator>edemerdjieva</dc:creator>
      <dc:date>2019-02-06T16:01:37Z</dc:date>
    </item>
  </channel>
</rss>

