<?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: Get Field Selection Function in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361438#M6876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;The problem is that in standard Qlikview is showing a maximum of 6 Values in a text-box.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can get this higher using the following paramenter:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;= '"' &amp;amp; Replace ( GetFieldSelections(Subregion2,',',10), ', ' , '","' ) &amp;amp; '"'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You might need to adjust the behaviour of "".&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Here are the paramenters for GetFieldSelections:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN class="Bold" style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;getfieldselections (&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; FieldName [, ValueSep [, MaxValues]]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="Bold" style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;--&amp;gt; MaxValues identifies how many are shown if you need more than the standard 6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2017 10:53:11 GMT</pubDate>
    <dc:creator>jpar0511</dc:creator>
    <dc:date>2017-04-07T10:53:11Z</dc:date>
    <item>
      <title>Get Field Selection Function</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361434#M6872</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 am Writing simple Get Field Selection as below for my Geography Fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 3 Fields it working as expected but one of the geography fields it is taking as per below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetFieldSelections(Subregion2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gives me value &lt;STRONG&gt;7 of 36&lt;/STRONG&gt; instead USA, Brazil etc. can any one have any idea y its behaving like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: HariKiran Dunnala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361434#M6872</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2021-04-02T08:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get Field Selection Function</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361435#M6873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide some more information... &lt;/P&gt;&lt;P&gt;May be sample data or sample app would be more useful to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 09:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361435#M6873</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-07T09:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get Field Selection Function</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361436#M6874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide sample data please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 10:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361436#M6874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-07T10:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get Field Selection Function</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361437#M6875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added QVW as attachemnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 10:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361437#M6875</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2017-04-07T10:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get Field Selection Function</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361438#M6876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;The problem is that in standard Qlikview is showing a maximum of 6 Values in a text-box.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can get this higher using the following paramenter:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;= '"' &amp;amp; Replace ( GetFieldSelections(Subregion2,',',10), ', ' , '","' ) &amp;amp; '"'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You might need to adjust the behaviour of "".&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Here are the paramenters for GetFieldSelections:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN class="Bold" style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;getfieldselections (&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; FieldName [, ValueSep [, MaxValues]]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="Bold" style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;--&amp;gt; MaxValues identifies how many are shown if you need more than the standard 6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 10:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361438#M6876</guid>
      <dc:creator>jpar0511</dc:creator>
      <dc:date>2017-04-07T10:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get Field Selection Function</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361439#M6877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You So Much. Got You&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 11:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Get-Field-Selection-Function/m-p/1361439#M6877</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2017-04-07T11:11:37Z</dc:date>
    </item>
  </channel>
</rss>

