<?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: How to get the Field Name form Cyclic Group? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442634#M1163186</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 this&lt;/P&gt;&lt;P&gt;=GetCurrentField(&lt;STRONG&gt;GroupName&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Sep 2013 07:16:24 GMT</pubDate>
    <dc:creator>senpradip007</dc:creator>
    <dc:date>2013-09-02T07:16:24Z</dc:date>
    <item>
      <title>How to get the Field Name form Cyclic Group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442627#M1163179</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;I want to know How to get the Field Name form Cyclic Group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a Cyclic Group name from Chart object through this =GetObjectField(1,'CH525') // it returns cgChart2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want to get the field name form Cyclic Group, So, I wrote the expression like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetCurrentField(GetObjectField(1,'CH525')) // returns null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, it need to returns "Customer Name"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But below will returns Correct result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetCurrentField(cgChart2) // returns&lt;STRONG&gt; "Customer Name"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;GetCurrentField('cgChart2') // returns null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 07:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442627#M1163179</guid>
      <dc:creator />
      <dc:date>2012-10-23T07:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Field Name form Cyclic Group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442628#M1163180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use the name of the cycle group:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;GetCurrentField("GroupName")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 08:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442628#M1163180</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-23T08:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Field Name form Cyclic Group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442629#M1163181</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 reply, But it won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;=GetCurrentField(cgChart2) // returns&lt;STRONG&gt; "Customer Name"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;GetCurrentField('cgChart2') // returns null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;So that, I have written the script like this&lt;STRONG&gt; =aggr(sum(Invoice.Qty),GetCurrentField(cgChart2)) even this also isn't work&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;regards,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;kabilan K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 08:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442629#M1163181</guid>
      <dc:creator />
      <dc:date>2012-10-23T08:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Field Name form Cyclic Group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442630#M1163182</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;Please refer the below link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/212654#212654"&gt;http://community.qlik.com/message/212654#212654&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's your group name??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 09:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442630#M1163182</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-23T09:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Field Name form Cyclic Group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442631#M1163183</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;This will returns &lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;GetCurrentField("CgChart1")&amp;nbsp; // Customer Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Here, cgChart1 is a Cyclic Group name.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;But I am not able to use this expression in to another expression like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;STRONG style="color: #737373; font-family: Arial;"&gt;aggr(sum(Invoice.Qty),GetCurrentField("cgChart1")) // returns null&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;STRONG style="color: #737373; font-family: Arial;"&gt;please help me.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;STRONG style="color: #737373; font-family: Arial;"&gt;Thanks in advance....... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;STRONG style="color: #737373; font-family: Arial;"&gt;Regards,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;STRONG style="color: #737373; font-family: Arial;"&gt;Kabilan K.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 14:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442631#M1163183</guid>
      <dc:creator />
      <dc:date>2012-10-23T14:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Field Name form Cyclic Group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442632#M1163184</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(Sum(Sales),$(=GetCurrentField(cgChart1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 14:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442632#M1163184</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-23T14:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Field Name form Cyclic Group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442633#M1163185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be a little to late for you but you have to use this brackets &lt;STRONG&gt;[ ]&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (GetCurrentField(&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;[&amp;nbsp; CYCLIC&amp;nbsp; GROUP NAME&amp;nbsp; ]&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;)&amp;nbsp; = &lt;STRONG&gt;'&lt;/STRONG&gt; FIELDNAME &lt;STRONG&gt;'&lt;/STRONG&gt;,....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV will maybe show an Error and won´t display the following code lines correct with colors but it works !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 07:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442633#M1163185</guid>
      <dc:creator />
      <dc:date>2013-09-02T07:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Field Name form Cyclic Group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442634#M1163186</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 this&lt;/P&gt;&lt;P&gt;=GetCurrentField(&lt;STRONG&gt;GroupName&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 07:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442634#M1163186</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2013-09-02T07:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Field Name form Cyclic Group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442635#M1163187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mayil is right,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;important is to use the $-sign.&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;&lt;STRONG&gt;$(=&lt;/STRONG&gt;GetCurrentField(cgChart1)&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442635#M1163187</guid>
      <dc:creator>berndjaegle</dc:creator>
      <dc:date>2017-01-25T14:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Field Name form Cyclic Group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442636#M1163188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works but how do you get the label of the field in the cyclic group?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 15:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442636#M1163188</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2018-11-01T15:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Field Name form Cyclic Group?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442637#M1163189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved by using an if statement after seeing the response below by &lt;A href="https://community.qlik.com/qlik-users/103236"&gt;s.florian&lt;/A&gt;.&amp;nbsp; Not elegant and it does give the squiggly lines but it works...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Cycle Group getcurrent field Custom Label.jpg" class="jive-image image-1" src="/legacyfs/online/217303_Cycle Group getcurrent field Custom Label.jpg" style="height: 295px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 17:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Field-Name-form-Cyclic-Group/m-p/442637#M1163189</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2018-11-01T17:06:43Z</dc:date>
    </item>
  </channel>
</rss>

