<?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: Using GetObjectDimension in Aggr in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510402#M36421</link>
    <description>&lt;P&gt;Can you please share sample test file to investigate? time being, Can you add &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;-1&lt;/STRONG&gt;&lt;/FONT&gt; also&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GetObjectDimension(Dimensionality())&lt;FONT color="#FF0000"&gt;-1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Nov 2018 12:58:21 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-11-21T12:58:21Z</dc:date>
    <item>
      <title>Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510190#M36409</link>
      <description>&lt;P&gt;Is there way in how we can use the function GetObjectDimension in the Aggr-function?&lt;/P&gt;&lt;P&gt;GetObjectDimension returns the name of a dimension, but this is not sufficient for the Aggr-function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone knows about a possible solution to this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S.: Adding square brackets to the function as in '[' &amp;amp; function &amp;amp; ']' won't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Tim P.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 08:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510190#M36409</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-11-21T08:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510192#M36410</link>
      <description>&lt;P&gt;May be this?&lt;/P&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-21 lia-quilt-column-right lia-quilt-column-main-content"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body lia-component-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Aggr(Sum(Measure), $(='[' &amp;amp; GetObjectDimension(Dimensionality()) &amp;amp; ']')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Nov 2018 09:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510192#M36410</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-21T09:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510214#M36412</link>
      <description>&lt;P&gt;Sadly this doesn't work.&lt;/P&gt;&lt;P&gt;I'm trying to use it as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;=Aggr(Dual(Dim1,RowNo(total)),$(='[' &amp;amp; GetObjectDimension(0) &amp;amp; ']'),$(='[' &amp;amp; GetObjectDimension(1) &amp;amp; ']'))&lt;/PRE&gt;&lt;P&gt;Using hard values for GetObjectDimension while testing.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 09:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510214#M36412</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-11-21T09:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510234#M36415</link>
      <description>&lt;P&gt;Usually, This will work? What you want to bring using&amp;nbsp;&lt;STRONG&gt;GetObjectDimension() ??&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Sum(Measure), $(=&lt;FONT color="#FF0000"&gt;Concat(DISTINCT Chr(39) &amp;amp;&amp;nbsp;&lt;/FONT&gt;'[' &amp;amp; GetObjectDimension(Dimensionality()) &amp;amp; ']' &lt;FONT color="#FF0000"&gt;&amp;amp; Chr(39)&lt;/FONT&gt;))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 09:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510234#M36415</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-21T09:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510251#M36418</link>
      <description>&lt;P&gt;Tried adding the Concat (red) part, still does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working in a pivot table and want to get the current dimension as well as the dimensions on top.&lt;/P&gt;&lt;P&gt;E.g.: If roman numerals are my top dimension (I, II, III, IV,...) and they split in (A, B, C, D, ...)&lt;/P&gt;&lt;PRE&gt;=Aggr(Dual(A,RowNo(total)),I,A)&lt;/PRE&gt;&lt;P&gt;Would be the result if I&amp;nbsp;insert the result of GetObjectDimension in&amp;nbsp;my calculated dimension.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 09:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510251#M36418</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-11-21T09:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510402#M36421</link>
      <description>&lt;P&gt;Can you please share sample test file to investigate? time being, Can you add &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;-1&lt;/STRONG&gt;&lt;/FONT&gt; also&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GetObjectDimension(Dimensionality())&lt;FONT color="#FF0000"&gt;-1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 12:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510402#M36421</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-11-21T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510421#M36422</link>
      <description>&lt;P&gt;Working on different projects at the moment, will only be able to provide a test file coming Friday.&lt;/P&gt;&lt;P&gt;Adding -1 doesn't work either. And I'm using a hard 0 and 1 at the moment instead of Dimensionality for testing purposes.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 13:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1510421#M36422</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-11-21T13:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1566020#M41264</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;Did you ever get this to work?&amp;nbsp; I am trying to do something similar to what your are describing: using AGGR() to get the max value of an expression in order to provide the Max value for the axis values on a dispersion chart, and I need to get the value of the current Dimension among all the Alternatives.&lt;/P&gt;&lt;P&gt;What I find interesting in my case is that it seems to work for one of the axis but not for the other.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;--José&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 23:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1566020#M41264</guid>
      <dc:creator>diagonjope</dc:creator>
      <dc:date>2019-04-05T23:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1722221#M54951</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;I have a very similar issue... where&amp;nbsp; I want to&amp;nbsp;be able to change the&amp;nbsp;order of the aggregation depending on how the user pivots the Chart on Qliksense. Where you able to use GetObjectDimension successfully in&amp;nbsp;Qlik Sense? can you provide and example ? Thanks.&lt;/P&gt;&lt;P&gt;sum(Aggr(Sum({&amp;lt;[Year]={$(=(vPriorYear))}&amp;gt;}[C_Amount])&lt;BR /&gt;/&lt;BR /&gt;Sum({&amp;lt;[Year]={$(=(vPriorYear))}&amp;gt;}[P_Amount])&lt;BR /&gt;*&lt;BR /&gt;Sum({&amp;lt;[Year]={$(=(vCurrentYear))}&amp;gt;}[P_Amount]),&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Industry], [State],[Region]&lt;/STRONG&gt; )))&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 14:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1722221#M54951</guid>
      <dc:creator>praichubb</dc:creator>
      <dc:date>2020-06-25T14:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1722232#M54953</link>
      <description>&lt;P&gt;Hey Praichubb&lt;/P&gt;&lt;P&gt;As it's been a while, I can't say for sure if we got it working, but I think we did.&lt;/P&gt;&lt;P&gt;Sadly, this topic is about one of my old projects under my former employer and I couldn't keep any of the applications, so I can't provide you with any examples, sorry.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Tim P.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 15:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/1722232#M54953</guid>
      <dc:creator>TPoismans</dc:creator>
      <dc:date>2020-06-25T15:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/2434716#M96915</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Hi&amp;nbsp;praichubb,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;I am having a similar issue where I want to do an aggregation based on the two dimensions which are selected (From a list of alternate dimensions)for a chart. Were you able to get a solution for this successfully. If yes, Could you please share the same here.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Julie&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 12:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/2434716#M96915</guid>
      <dc:creator>JulieJoseph</dc:creator>
      <dc:date>2024-03-26T12:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetObjectDimension in Aggr</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/2450889#M97973</link>
      <description>&lt;P&gt;Instead of&amp;nbsp;&lt;SPAN&gt;GetObjectDimension&amp;nbsp;you can try using GetObjectField:&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-21 lia-quilt-column-right lia-quilt-column-main-content"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;
&lt;DIV class="lia-message-body lia-component-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Aggr(Sum(Measure), $(='[' &amp;amp; GetObjectField() &amp;amp; ']'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 May 2024 17:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetObjectDimension-in-Aggr/m-p/2450889#M97973</guid>
      <dc:creator>Alvaro__</dc:creator>
      <dc:date>2024-05-09T17:07:43Z</dc:date>
    </item>
  </channel>
</rss>

