<?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 Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-Help/m-p/482255#M180233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=getcurrentfield(MyGroupNameHere)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this but it wont work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA here &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Aug 2013 12:42:02 GMT</pubDate>
    <dc:creator>VishalWaghole</dc:creator>
    <dc:date>2013-08-11T12:42:02Z</dc:date>
    <item>
      <title>Group Help</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Help/m-p/482252#M180230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one pivot table containg Dimension as one Cyclic Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cyclic Group having 3 Fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirment is, The field which i select such fields get store into one variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it by GetCurrentField() function by passing Group Name but it didnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Please Help me......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Aug 2013 05:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Help/m-p/482252#M180230</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2013-08-11T05:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Group Help</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Help/m-p/482253#M180231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your requirement is not clear to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to store the name of the current field in the cycle group in a variable you can use the getcurrentfield function. For example a variable vField: =getcurrentfield(MyGroupNameHere).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to store a list of dimension values of the current field in the cycle group in a variable you can try this:&lt;/P&gt;&lt;P&gt;vField:&amp;nbsp; =getcurrentfield(MyGroupNameHere)&lt;/P&gt;&lt;P&gt;vFieldValues: =concat(distinct $(vField) ,',')&lt;/P&gt;&lt;P&gt;or vFieldValues: =concat(distinct $(=getcurrentfield(MyGroupNameHere)) ,',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Aug 2013 09:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Help/m-p/482253#M180231</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-11T09:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Group Help</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Help/m-p/482254#M180232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gysbert thanks for ur rpl...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one cyclic group which contain three dimensions &lt;/P&gt;&lt;P&gt;Number1&lt;/P&gt;&lt;P&gt;Nymber2&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;Number3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select Number1 then variable store the field as number1 but not the field values.&lt;/P&gt;&lt;P&gt;Similar to Number2 and Number3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achive this task..??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Aug 2013 09:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Help/m-p/482254#M180232</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2013-08-11T09:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Group Help</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Help/m-p/482255#M180233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=getcurrentfield(MyGroupNameHere)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this but it wont work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA here &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Aug 2013 12:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Help/m-p/482255#M180233</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2013-08-11T12:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Group Help</title>
      <link>https://community.qlik.com/t5/QlikView/Group-Help/m-p/482256#M180234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Aug 2013 18:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-Help/m-p/482256#M180234</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-11T18:36:26Z</dc:date>
    </item>
  </channel>
</rss>

