<?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: GETFIELDSELECTIONS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425621#M487897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have a question related to getfieldselections() :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this function in a chart expression: the user selects the months from a listbox and the expression sums the sales by taking only the months in the table that are equal to the selections.&lt;/P&gt;&lt;P&gt;Anyway, I noticed that when selecting more than 6 months the current selections box shows "NOT Aug,Sept,...". Because of this result I can't get the selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has an idea on how to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Cristina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Nov 2013 12:02:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-27T12:02:14Z</dc:date>
    <item>
      <title>GETFIELDSELECTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425617#M487893</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;I have an field like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Chosen Customer: ' &amp;amp;GetFieldSelections(DimCustomer.CustomerID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which returns me an customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i wanna throw this customer down in a variable - I do this by making an action and making an set variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOWEVER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is only shown in my variable when i click on my ='Chosen Customer: ' &amp;amp;GetFieldSelections(DimRaptorCustomer.CustomerID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i make it dynamic so i wont have to click on it? otherwise it wont filter my data automaticcaly when selection a customer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425617#M487893</guid>
      <dc:creator />
      <dc:date>2013-02-11T16:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: GETFIELDSELECTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425618#M487894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u maybe take a look at my sample??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause if i use a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Chosen Customer: ' &amp;amp;vSelectedframecustomer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and vSelectedframecustomer is =getfieldselections(DimCustomer.CustomerID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then sometimes when i select and deselect and select it wont show the value again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you take a look??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425618#M487894</guid>
      <dc:creator />
      <dc:date>2013-02-11T19:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: GETFIELDSELECTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425619#M487895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The strange thing is that it works sometimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i make a plain textbox with variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then a listbox with customerid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It its always right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i use it in my textboxes, its only the half of the times.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425619#M487895</guid>
      <dc:creator />
      <dc:date>2013-02-11T19:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: GETFIELDSELECTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425620#M487896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try the below code in UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If( IsNull( GetCurrentSelections()) ,0, GetPossibleCount(DimCustomer.CustomerID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do selection in&amp;nbsp; any field and the Data got filtered in CustomerID as well even though you didn't selected the CustomerID ,&amp;nbsp; By using this Expression you can get the Current Selected count of Customer ID .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 13:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425620#M487896</guid>
      <dc:creator />
      <dc:date>2013-04-18T13:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: GETFIELDSELECTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425621#M487897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have a question related to getfieldselections() :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this function in a chart expression: the user selects the months from a listbox and the expression sums the sales by taking only the months in the table that are equal to the selections.&lt;/P&gt;&lt;P&gt;Anyway, I noticed that when selecting more than 6 months the current selections box shows "NOT Aug,Sept,...". Because of this result I can't get the selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has an idea on how to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Cristina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 12:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425621#M487897</guid>
      <dc:creator />
      <dc:date>2013-11-27T12:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: GETFIELDSELECTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425622#M487898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i cant remember this-. but it cannot show more than 6 values. But i think there is a fix to it - but i cannot remember how&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 12:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425622#M487898</guid>
      <dc:creator />
      <dc:date>2013-11-27T12:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: GETFIELDSELECTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425623#M487899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;se this&amp;nbsp; getfieldselections(fieldname,',',8)&amp;nbsp;&amp;nbsp; instead of&amp;nbsp;&amp;nbsp; 8 u can specify how many&amp;nbsp; filednames u want to display.....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 12:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425623#M487899</guid>
      <dc:creator />
      <dc:date>2013-11-27T12:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: GETFIELDSELECTIONS</title>
      <link>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425624#M487900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;It worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 12:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GETFIELDSELECTIONS/m-p/425624#M487900</guid>
      <dc:creator />
      <dc:date>2013-11-27T12:29:48Z</dc:date>
    </item>
  </channel>
</rss>

