<?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: Getselected group name values??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getselected-group-name-values/m-p/1218531#M870400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you want to retrieve the selected/possible values from the current field of the cyclic. I am not sure how you want to use these values, but this will display the values for cyclic cTest in a textbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Concat(distinct [$(=GetCurrentField(cTest))], ', ')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=GetFieldSelections([$(=GetCurrentField(cTest))])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression editor may incorrectly flag these as errors, but you can ignore that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Nov 2016 04:48:30 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2016-11-24T04:48:30Z</dc:date>
    <item>
      <title>Getselected group name values???</title>
      <link>https://community.qlik.com/t5/QlikView/Getselected-group-name-values/m-p/1218528#M870397</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;I have a requirement to return the selected values of the group i created. I created a listbox with cyclic dimension.&lt;/P&gt;&lt;P&gt;I want to get the selected values of the group that i am selecting. please find the attached sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselected-group-name-values/m-p/1218528#M870397</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getselected group name values???</title>
      <link>https://community.qlik.com/t5/QlikView/Getselected-group-name-values/m-p/1218529#M870398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apply Following in your 2nd Text Box (Current Group Name values selected??):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Month: ' &amp;amp; GetFieldSelections(Month) &amp;amp; ' &amp;amp;&amp;nbsp; Age : ' &amp;amp; GetFieldSelections(AGE_FILTER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That above expression will give you values of selected 'Month' and selected 'Age_Filter'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apply following for 1st text Box:&lt;/P&gt;&lt;P&gt;='Year:' &amp;amp; GetFieldSelections(Year)&amp;amp; '&amp;nbsp; , Month:&amp;nbsp; ' &amp;amp; GetFieldSelections(Month) &amp;amp; ' , Quarter:&amp;nbsp; ' &amp;amp; GetFieldSelections(Quarter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 04:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselected-group-name-values/m-p/1218529#M870398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-24T04:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getselected group name values???</title>
      <link>https://community.qlik.com/t5/QlikView/Getselected-group-name-values/m-p/1218530#M870399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Getfieldselection() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='Year:' &amp;amp; getfieldselections(Year) &amp;amp; '&amp;nbsp; , Month:&amp;nbsp; ' &amp;amp; getfieldselections(Month) &amp;amp; ' , Quarter:&amp;nbsp; ' &amp;amp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;getfieldselections&lt;/SPAN&gt;(Quarter)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2. ='Month: ' &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;getfieldselections&lt;/SPAN&gt;(Month) &amp;amp; ' &amp;amp;&amp;nbsp; Age : ' &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;getfieldselections&lt;/SPAN&gt;(AGE_FILTER)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Refer the attachment below&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hemanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 04:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselected-group-name-values/m-p/1218530#M870399</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2016-11-24T04:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getselected group name values???</title>
      <link>https://community.qlik.com/t5/QlikView/Getselected-group-name-values/m-p/1218531#M870400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you want to retrieve the selected/possible values from the current field of the cyclic. I am not sure how you want to use these values, but this will display the values for cyclic cTest in a textbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Concat(distinct [$(=GetCurrentField(cTest))], ', ')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=GetFieldSelections([$(=GetCurrentField(cTest))])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression editor may incorrectly flag these as errors, but you can ignore that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 04:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselected-group-name-values/m-p/1218531#M870400</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-11-24T04:48:30Z</dc:date>
    </item>
  </channel>
</rss>

