<?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 Get the current state of a cyclic group? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-the-current-state-of-a-cyclic-group/m-p/1103774#M365737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple question : is it possible, in an chart using a cyclic group as dimension, to know which dimension is currently displayed among the dimensions of the group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Making up something:&lt;/P&gt;&lt;P&gt;Let's say I'm in a table chart, and I would like to display either dimension A or dimension B. Then when dimension A is displayed I want to display columns A1 and A2 (like customer =&amp;gt; customer address and city), and when switching to dimension B I want to display columns B1, B2, B3 (Employee =&amp;gt; ID, category, phone number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That may be done easily by having a button outside the table chart setting a variable, but I just wanted to know if something like that already existed without having to use an external button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 15:27:56 GMT</pubDate>
    <dc:creator>emmanueld</dc:creator>
    <dc:date>2016-08-01T15:27:56Z</dc:date>
    <item>
      <title>Get the current state of a cyclic group?</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-current-state-of-a-cyclic-group/m-p/1103774#M365737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple question : is it possible, in an chart using a cyclic group as dimension, to know which dimension is currently displayed among the dimensions of the group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Making up something:&lt;/P&gt;&lt;P&gt;Let's say I'm in a table chart, and I would like to display either dimension A or dimension B. Then when dimension A is displayed I want to display columns A1 and A2 (like customer =&amp;gt; customer address and city), and when switching to dimension B I want to display columns B1, B2, B3 (Employee =&amp;gt; ID, category, phone number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That may be done easily by having a button outside the table chart setting a variable, but I just wanted to know if something like that already existed without having to use an external button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 15:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-current-state-of-a-cyclic-group/m-p/1103774#M365737</guid>
      <dc:creator>emmanueld</dc:creator>
      <dc:date>2016-08-01T15:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get the current state of a cyclic group?</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-current-state-of-a-cyclic-group/m-p/1103775#M365738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To find out which dimension is selcted in the cyclic group you can use the below functon:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetCurrentFiled(YourCyclicGroupName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 15:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-current-state-of-a-cyclic-group/m-p/1103775#M365738</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-08-01T15:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get the current state of a cyclic group?</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-current-state-of-a-cyclic-group/m-p/1103776#M365739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use GetCurrentField() function:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getcurrentfield.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getcurrentfield.htm"&gt;GetCurrentField ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 15:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-current-state-of-a-cyclic-group/m-p/1103776#M365739</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-01T15:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get the current state of a cyclic group?</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-current-state-of-a-cyclic-group/m-p/1103777#M365740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Niiice! This is exactly what I was looking for, thank you very much you two. Have a nice one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 16:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-current-state-of-a-cyclic-group/m-p/1103777#M365740</guid>
      <dc:creator>emmanueld</dc:creator>
      <dc:date>2016-08-01T16:03:46Z</dc:date>
    </item>
  </channel>
</rss>

