<?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: GetCurrentField in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958109#M974432</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;Can you share sample application.&lt;/P&gt;&lt;P&gt;And you want to ignore dimensions in cyclic group ???&lt;/P&gt;&lt;P&gt;Your requirement is unclear for me .Can you please elaborate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 12:53:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-02T12:53:54Z</dc:date>
    <item>
      <title>GetCurrentField in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958104#M974427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement, where in the expression, we have to ignore the dimension in the cyclic group in set analysis expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose, the expression is sum({&amp;lt;dim1=&amp;gt;}vol), where the dim1 is present in cycle1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, we need something like -&lt;/P&gt;&lt;P&gt;sum({&amp;lt;GetCurrentField([cycle1])=&amp;gt;}vol)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need it as there are around 6 dimensions, can anyone pls suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958104#M974427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T12:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958105#M974428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({ $ &amp;lt;cycle1=&amp;gt;}vol)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958105#M974428</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-09-02T12:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958106#M974429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope, doesn't work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({ $ &amp;lt;cycle1=&amp;gt;}vol)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({ $ &amp;lt;[cycle1]=&amp;gt;}vol)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({ $ &amp;lt;(cycle1)=&amp;gt;}vol)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nothing work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958106#M974429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T12:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958107#M974430</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 with '$' sign in set analysis as suggested by &lt;A href="https://community.qlik.com/qlik-users/82367"&gt;Alexandros17&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958107#M974430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T12:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958108#M974431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please provide link for same...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958108#M974431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T12:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958109#M974432</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;Can you share sample application.&lt;/P&gt;&lt;P&gt;And you want to ignore dimensions in cyclic group ???&lt;/P&gt;&lt;P&gt;Your requirement is unclear for me .Can you please elaborate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958109#M974432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T12:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958110#M974433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;[$(=GetCurrentField([cycle1]))]&amp;gt;}vol)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958110#M974433</guid>
      <dc:creator>sauliusr</dc:creator>
      <dc:date>2015-09-02T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958111#M974434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;$(vExclude)&amp;gt;}Sales2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;vExclude = getcurrentfield([YourCyclicGroupName])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958111#M974434</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-09-02T13:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958112#M974435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958112#M974435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T13:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958113#M974436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this(replace group field with yours) - &lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;$(=GetCurrentField(Year_Month))=&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-in-Set-Analysis/m-p/958113#M974436</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-09-02T13:40:09Z</dc:date>
    </item>
  </channel>
</rss>

