<?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 Group name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-name/m-p/316050#M1201641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The below brings back the field expression, however I would like to know if it is possible to get the heading of the active field in the group rather than the expression?&lt;/P&gt;&lt;P&gt;GetCurrentField([Cus-Div-Subsp-Pdt-AM])&lt;/P&gt;&lt;P&gt;(Group name is "Cus-Div-Subsp-Pdt-AM")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Names are set in the circular group (Document Properties) but I would like to build this into a naming expression ie&lt;/P&gt;&lt;P&gt;='Top ' &amp;amp; vSlide &amp;amp;' '&amp;amp;GetCurrentField([Cus-Div-Subsp-Pdt-AM])&amp;amp; ' CM vs Bud'&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2011 17:23:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-24T17:23:04Z</dc:date>
    <item>
      <title>Group name</title>
      <link>https://community.qlik.com/t5/QlikView/Group-name/m-p/316050#M1201641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The below brings back the field expression, however I would like to know if it is possible to get the heading of the active field in the group rather than the expression?&lt;/P&gt;&lt;P&gt;GetCurrentField([Cus-Div-Subsp-Pdt-AM])&lt;/P&gt;&lt;P&gt;(Group name is "Cus-Div-Subsp-Pdt-AM")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Names are set in the circular group (Document Properties) but I would like to build this into a naming expression ie&lt;/P&gt;&lt;P&gt;='Top ' &amp;amp; vSlide &amp;amp;' '&amp;amp;GetCurrentField([Cus-Div-Subsp-Pdt-AM])&amp;amp; ' CM vs Bud'&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 17:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-name/m-p/316050#M1201641</guid>
      <dc:creator />
      <dc:date>2011-03-24T17:23:04Z</dc:date>
    </item>
    <item>
      <title>Group name</title>
      <link>https://community.qlik.com/t5/QlikView/Group-name/m-p/316051#M1201642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;take a look at this post http://community.qlik.com/forums/t/26728.aspx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 20:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-name/m-p/316051#M1201642</guid>
      <dc:creator />
      <dc:date>2011-03-24T20:02:11Z</dc:date>
    </item>
    <item>
      <title>Group name</title>
      <link>https://community.qlik.com/t5/QlikView/Group-name/m-p/316052#M1201643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gareth,&lt;/P&gt;&lt;P&gt;The quick answer is that you can not retrieve the label that you give an Expression in a cycle group.&lt;/P&gt;&lt;P&gt;Typically the values in a cycle group are simply fields from the data model - and if these are named sensibly then GetCurrentField works fine. Often I will have a list of fields plus a 'No Grouping' option with an expression of &lt;B&gt;=' '&lt;/B&gt;. I then display the caption as the following:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;='Calculated Value' &amp;amp; if(mid(GetCurrentField([Cycle Group]), 1, 1) = '=', '', ' by ' &amp;amp; GetCurrentField([Cycle Group]))&lt;/P&gt;&lt;P&gt;This works as long as you only have a single calculated dimension.&lt;/P&gt;&lt;P&gt;If you have many calculated dimensions you could achieve the result you want by putting each expression into a variable and give the variable the name that you want to see. You can then use GetCurrentField but just strip out any characters from the variable name that you don't want.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;='Calculated Value by ' &amp;amp; replace(replace(replace(GetCurrentField([Cycle Group]), '=',''), '[', ''), ']', '')&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 23:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-name/m-p/316052#M1201643</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2011-03-24T23:00:28Z</dc:date>
    </item>
  </channel>
</rss>

