<?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: Change expression based on cyclic group in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-expression-based-on-cyclic-group/m-p/522988#M1121022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;just to mention when you refer to the Group Name as in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetCurrentField(Group1)&lt;/SPAN&gt; or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NullCount( GetCurrentField( GroupName ) )&lt;/SPAN&gt;, the group name will be underlined as if it was a mistake but is just a bug with syntax highlighting, so it should work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jan 2014 16:40:37 GMT</pubDate>
    <dc:creator>jaimeaguilar</dc:creator>
    <dc:date>2014-01-16T16:40:37Z</dc:date>
    <item>
      <title>Change expression based on cyclic group</title>
      <link>https://community.qlik.com/t5/QlikView/Change-expression-based-on-cyclic-group/m-p/522985#M1121019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there possibly a way for the user to choose what field to investigate in the expression (for my purposes in a pivot table)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have a cyclic group with fields, say field1, field2, field3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the pivot table, I want to display the null count for each field as I cycle through, but if I make the expression NullCount(field1), I would have to go back into the expressions box and change the inside of the NullCount(____) to field2 or field3 whenever I want to look at the different null counts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make the expression read something like NullCount(group), where the group cycles through the corresponding fields?&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 16:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-expression-based-on-cyclic-group/m-p/522985#M1121019</guid>
      <dc:creator />
      <dc:date>2014-01-16T16:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change expression based on cyclic group</title>
      <link>https://community.qlik.com/t5/QlikView/Change-expression-based-on-cyclic-group/m-p/522986#M1121020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the GetCurrentField() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetCurrentField(Group1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 16:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-expression-based-on-cyclic-group/m-p/522986#M1121020</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-16T16:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change expression based on cyclic group</title>
      <link>https://community.qlik.com/t5/QlikView/Change-expression-based-on-cyclic-group/m-p/522987#M1121021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expression : NullCount( GetCurrentField( GroupName ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Quentin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 16:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-expression-based-on-cyclic-group/m-p/522987#M1121021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-16T16:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change expression based on cyclic group</title>
      <link>https://community.qlik.com/t5/QlikView/Change-expression-based-on-cyclic-group/m-p/522988#M1121022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;just to mention when you refer to the Group Name as in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetCurrentField(Group1)&lt;/SPAN&gt; or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NullCount( GetCurrentField( GroupName ) )&lt;/SPAN&gt;, the group name will be underlined as if it was a mistake but is just a bug with syntax highlighting, so it should work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 16:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-expression-based-on-cyclic-group/m-p/522988#M1121022</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-01-16T16:40:37Z</dc:date>
    </item>
  </channel>
</rss>

