<?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 expression in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333315#M411643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this expression looks like, giving % values, why not to move it in expression instead of calculated dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Apr 2017 07:44:02 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2017-04-04T07:44:02Z</dc:date>
    <item>
      <title>Aggr expression in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333311#M411639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to implement the Pivot Table calculated dimension below in load script. &lt;SPAN style="font-size: 13.3333px;"&gt; I tried but could not.&lt;/SPAN&gt; The pivot table was giving the 'allocated memory exceeded' error. Can somebody help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Aggr(Count({&amp;lt;ERIDForFilter = {"$(vER1)","$(vER2)","$(vER3)","$(vER4)"}&amp;gt;} Distinct SubphaseNumber_vwSO), EngagementFile)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;Aggr(Count({$&amp;lt;SignoffFlag -={""}&amp;gt;} Distinct SRNForFilter),EngagementFile)&lt;/P&gt;&lt;P&gt;*100,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vER1 = SubField(vStoreEngagementRole,',',1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vER2 = trim(SubField(vStoreEngagementRole,',',2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vER3 = trim(SubField(vStoreEngagementRole,',',3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vER4 = trim(SubField(vStoreEngagementRole,',',4))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vStoreEngagementRole = Concat(Distinct ERIDForFilter,',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 19:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333311#M411639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-03T19:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr expression in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333312#M411640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is based in user selections:&lt;/P&gt;&lt;P&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;vStoreEngagementRole = Concat(Distinct ERIDForFilter,',') are possible values (availables after some field selections),&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;vER1, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vER2, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vER3 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vER4 are the first 4 possible values &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you want you calculate the expression in script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 19:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333312#M411640</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-04-03T19:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr expression in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333313#M411641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to calculate the expression in script because this expression is a calculated dimension in the pivot table because I assume it is giving me the 'Allocated Memory Exceeded' and 'Out of object' errors. There are 3 other dimensions - all single fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Expressions, there are 9 expressions with calculations in Conditional and Definitions. Each expression represents an image that will show individual or multiple images depending on user selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since there is only 1 Calculated Dimension, I assumed from my research in QV discussions and blogs, that this is most likely causing the error and implementing it in script and passing a field into the pivot table would fix the error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 20:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333313#M411641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-03T20:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr expression in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333314#M411642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may send application so then we came to know what you would and what changes you need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 05:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333314#M411642</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-04T05:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr expression in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333315#M411643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this expression looks like, giving % values, why not to move it in expression instead of calculated dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 07:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333315#M411643</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-04T07:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr expression in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333316#M411644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I resolved the issue. It was a field in the Expressions giving all values instead of selected values. I appreciate all you replies and help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 18:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-expression-in-load-script/m-p/1333316#M411644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T18:57:13Z</dc:date>
    </item>
  </channel>
</rss>

