<?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 GetCurrentField function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170071#M40629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Count(GetCurrentField("Cyclic Group") ) &amp;amp; ' / ' &amp;amp; Count(Total GetCurrentField("Cyclic Group") )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Nov 2010 10:54:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-04T10:54:14Z</dc:date>
    <item>
      <title>GetCurrentField function</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170066#M40624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear forum,&lt;/P&gt;&lt;P&gt;I have created cyclic group in finencial application for company, location, profit center etc...&lt;/P&gt;&lt;P&gt;but my group is not just companyid but each field is company id &amp;amp; ' - ' &amp;amp; companyname and same for location&lt;/P&gt;&lt;P&gt;how can i show the current active field in this group.&lt;/P&gt;&lt;P&gt;I went through the link &lt;B&gt;http://community.qlik.com/forums/p/15846/61546.aspx#61546&lt;/B&gt;&lt;/P&gt;&lt;P&gt;but using GetCurrentField will display 10001 - ABC Company, i want its label that i put for each calculated field in group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 11:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170066#M40624</guid>
      <dc:creator />
      <dc:date>2010-11-03T11:52:50Z</dc:date>
    </item>
    <item>
      <title>GetCurrentField function</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170067#M40625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain it widely?&lt;/P&gt;&lt;P&gt;The solution to your problem i think it's definitely getCurrentField() because it returns to you the current field of a hierarchical or cyclic group. (It should work)&lt;/P&gt;&lt;P&gt;So what do you need in addition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 11:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170067#M40625</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2010-11-03T11:56:55Z</dc:date>
    </item>
    <item>
      <title>GetCurrentField function</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170068#M40626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a new field in your script:&lt;/P&gt;&lt;P&gt;company id &amp;amp; ' - ' &amp;amp; companyname AS Company&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 12:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170068#M40626</guid>
      <dc:creator />
      <dc:date>2010-11-03T12:14:04Z</dc:date>
    </item>
    <item>
      <title>GetCurrentField function</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170069#M40627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shubhasheesh,&lt;/P&gt;&lt;P&gt;Getcurrentfield function () does not work when you need then labels.&lt;BR /&gt;The better way is calculating this fields in script time.&lt;/P&gt;&lt;P&gt;I hope it helps you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 12:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170069#M40627</guid>
      <dc:creator />
      <dc:date>2010-11-03T12:15:40Z</dc:date>
    </item>
    <item>
      <title>GetCurrentField function</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170070#M40628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i did that already and compid &amp;amp; ' - ' &amp;amp; compdesc as comp will solve this but when i need to display the no of selected by no of total in the caption of list box then then i find this too tough.&lt;/P&gt;&lt;P&gt;If i want to display in list box caption - | Company 5 / 295 ........| then which field is active in this cyclic group is not working properly in getselectedcount() and getpossiblecount() functions.&lt;/P&gt;&lt;P&gt;ex for 5 / 295 i wrote getselectedcount ( getcurrentfield ( " Cyclic Group " )) / getpossiblecount ( getcurrentfield ( " Cyclic Group "), true ). This is not working as i expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 09:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170070#M40628</guid>
      <dc:creator />
      <dc:date>2010-11-04T09:24:03Z</dc:date>
    </item>
    <item>
      <title>GetCurrentField function</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170071#M40629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Count(GetCurrentField("Cyclic Group") ) &amp;amp; ' / ' &amp;amp; Count(Total GetCurrentField("Cyclic Group") )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 10:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-function/m-p/170071#M40629</guid>
      <dc:creator />
      <dc:date>2010-11-04T10:54:14Z</dc:date>
    </item>
  </channel>
</rss>

