<?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 using variable name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428014#M429881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetFieldSelection('&lt;STRONG&gt;GROUPNAME&lt;/STRONG&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Sep 2017 13:26:13 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-09-17T13:26:13Z</dc:date>
    <item>
      <title>GetCurrentField using variable name</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428013#M429880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colleagues, good day!&lt;/P&gt;&lt;P&gt;I have one cycle group, which use in list of expressions, which contain my dimension fields.&lt;/P&gt;&lt;P&gt;How can i get names of stored dimension inside expressions, using GetCurrentField func?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now this func returns the name of variable, not name of dimension.&lt;/P&gt;&lt;P&gt;There's test model in attachment.&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, 17 Sep 2017 11:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428013#M429880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-17T11:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField using variable name</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428014#M429881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetFieldSelection('&lt;STRONG&gt;GROUPNAME&lt;/STRONG&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2017 13:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428014#M429881</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-09-17T13:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField using variable name</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428015#M429882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, but it's doesn't work.&lt;/P&gt;&lt;P&gt;I tried this: =GetFieldSelections("Test") and it returns "-"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2017 13:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428015#M429882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-17T13:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField using variable name</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428016#M429883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use single quotes also it will return value only if you have anything selected in the this Grouped dimension&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=GetFieldSelections('Test')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2017 14:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428016#M429883</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-09-17T14:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField using variable name</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428017#M429884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. But i shouldn't select there anything. I need to grt current visible field name in cycle group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2017 14:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428017#M429884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-17T14:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField using variable name</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428018#M429885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use GetCurrentField('Test') or GetCurrentField(Test) without quotes. If you see a red line that is fine it should give you the current field in the group.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oops i just saw your file.&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= $(= GetCurrentField(Test))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2017 15:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1428018#M429885</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-17T15:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField using variable name</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1769573#M454515</link>
      <description>&lt;P&gt;&lt;SPAN&gt;GetFieldSelection('&lt;/SPAN&gt;&lt;STRONG&gt;GROUPNAME&lt;/STRONG&gt;&lt;SPAN&gt;') not working&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 22:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1769573#M454515</guid>
      <dc:creator>chetanpatel</dc:creator>
      <dc:date>2020-12-18T22:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: GetCurrentField using variable name</title>
      <link>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1769577#M454516</link>
      <description>&lt;P&gt;any luck with above&amp;nbsp; Equation,&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 22:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetCurrentField-using-variable-name/m-p/1769577#M454516</guid>
      <dc:creator>chetanpatel</dc:creator>
      <dc:date>2020-12-18T22:25:16Z</dc:date>
    </item>
  </channel>
</rss>

