<?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: Group Name using in Experssions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553043#M1125512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Abinava Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks for your responding my query, &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This already exhausting chart.Anyway i try to this.Please send me syntax using group name in expression. No need&amp;nbsp; to Aggregate(AGGR) value here..&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Jan 2014 07:13:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-04T07:13:12Z</dc:date>
    <item>
      <title>Group Name using in Experssions</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553036#M1125505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two or three groups available in our application. For &lt;STRONG&gt;Ex DRL_Sal_Cntry&lt;/STRONG&gt; is a Drill Down group, in this group having Dimension are Country,Year. &lt;STRONG&gt;CYL_YR_Lcl&lt;/STRONG&gt; is Cyclic group, in this group having dimension are Year,Country,Lcl_Region.Here, i want use this group name Expressions, i try to this script &lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;Sum(GetCurrentField('DRL_Sal_Cntry'),Sales)&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;, but it's error.One more &lt;/SPAN&gt;doubt&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt; is't possible to use both cyclic group and drill group one chart and &lt;/SPAN&gt;&lt;SPAN style="line-height: 19.5px;"&gt;expressions&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt; also.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553036#M1125505</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Group Name using in Experssions</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553037#M1125506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are trying to get with the expression? you can't just put a field name within SUM function, it has only one argument.&lt;/P&gt;&lt;P&gt;You can use the "total" aggregation for example like this: SUM( total &amp;lt;Country&amp;gt; Sales).&lt;/P&gt;&lt;P&gt;You can create a variable vDim. define it as: &lt;STRONG style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GetCurrentField('DRL_Sal_Cntry')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After that you can try: SUM(total &amp;lt;$(vDim)&amp;gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yaniv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 06:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553037#M1125506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-04T06:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Group Name using in Experssions</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553038#M1125507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Agree with Yaniv,&lt;/P&gt;&lt;P&gt;and also you can use the method of the calculated dimension in your chart. &lt;/P&gt;&lt;P&gt;i did not clear with your requirement can you put some example here. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 06:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553038#M1125507</guid>
      <dc:creator />
      <dc:date>2014-01-04T06:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Group Name using in Experssions</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553039#M1125508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you were trying to achieve the aggregation of Sales with respect to the field selected in the grp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that the expression that you wrote is obviously errorneous.&lt;/P&gt;&lt;P&gt;The correct expression would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AGGR(SUM(Sales), GetCurrentField('DRL_Sal_Cntry'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Abhinava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 06:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553039#M1125508</guid>
      <dc:creator />
      <dc:date>2014-01-04T06:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Group Name using in Experssions</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553040#M1125509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for respond Kumar and Yaniv , i want use group name in our expressions.&lt;/P&gt;&lt;P&gt;i no need to create separate Variable at all. In our application more the ten groups.&lt;/P&gt;&lt;P&gt;For Ex,&lt;/P&gt;&lt;P&gt;Sum(&amp;lt;'Group Name'&amp;gt;,Sales).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 06:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553040#M1125509</guid>
      <dc:creator />
      <dc:date>2014-01-04T06:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Group Name using in Experssions</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553041#M1125510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abinava Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your responding my query, but it is not working fine, " No data Display",&lt;/P&gt;&lt;P&gt;Example script ,&lt;/P&gt;&lt;P&gt;in our data,&lt;/P&gt;&lt;P&gt;Country,Year,Month,Group,Sales&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;India,2013,Jan,A,11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UK&amp;nbsp;&amp;nbsp; ,2013,Jan,A,21&lt;/STRONG&gt;&amp;nbsp; like that , here, 1st Group(Drl_YR_CNRY), i want sum of sales this group wise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 07:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553041#M1125510</guid>
      <dc:creator />
      <dc:date>2014-01-04T07:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Group Name using in Experssions</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553042#M1125511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that you can use a straight table with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Drl_YR_CNRY&lt;/SPAN&gt; and Group as dimensions and Sum of Sales as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhinava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 07:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553042#M1125511</guid>
      <dc:creator />
      <dc:date>2014-01-04T07:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Group Name using in Experssions</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553043#M1125512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Abinava Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks for your responding my query, &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This already exhausting chart.Anyway i try to this.Please send me syntax using group name in expression. No need&amp;nbsp; to Aggregate(AGGR) value here..&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 07:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553043#M1125512</guid>
      <dc:creator />
      <dc:date>2014-01-04T07:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Group Name using in Experssions</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553044#M1125513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well it seems your requirement is still not clear for the audience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to describe it pictorially in excel maybe so we have a clear idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhinava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 12:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553044#M1125513</guid>
      <dc:creator />
      <dc:date>2014-01-04T12:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Group Name using in Experssions</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553045#M1125514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try giving all the dimensions in the group and check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(TOTAL &amp;lt;GroupDimension1, GroupDimension2, ..........&amp;gt; MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 14:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Name-using-in-Experssions/m-p/553045#M1125514</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-04T14:58:01Z</dc:date>
    </item>
  </channel>
</rss>

