<?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 About GetFieldSelections in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/About-GetFieldSelections/m-p/2142686#M26116</link>
    <description>&lt;P&gt;Good morning, could you please give me some concrete examples of how the GetFieldSelections function or parameter works?&lt;/P&gt;
&lt;P&gt;I have a similar example:&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;Field1={'02'}, Field2,Field3={"$(=GetFieldSelections(Field2, '","', 100))"} &amp;gt;}Field4)&lt;/P&gt;
&lt;P&gt;Can you give me some examples. concrete? I have trouble doing this myself with Qlik, thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 08:04:20 GMT</pubDate>
    <dc:creator>johndoes</dc:creator>
    <dc:date>2023-11-30T08:04:20Z</dc:date>
    <item>
      <title>About GetFieldSelections</title>
      <link>https://community.qlik.com/t5/Management-Governance/About-GetFieldSelections/m-p/2142686#M26116</link>
      <description>&lt;P&gt;Good morning, could you please give me some concrete examples of how the GetFieldSelections function or parameter works?&lt;/P&gt;
&lt;P&gt;I have a similar example:&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;Field1={'02'}, Field2,Field3={"$(=GetFieldSelections(Field2, '","', 100))"} &amp;gt;}Field4)&lt;/P&gt;
&lt;P&gt;Can you give me some examples. concrete? I have trouble doing this myself with Qlik, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 08:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/About-GetFieldSelections/m-p/2142686#M26116</guid>
      <dc:creator>johndoes</dc:creator>
      <dc:date>2023-11-30T08:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: About GetFieldSelections</title>
      <link>https://community.qlik.com/t5/Management-Governance/About-GetFieldSelections/m-p/2142842#M26117</link>
      <description>&lt;P&gt;It's very rarely that the use of getfieldselections() is helpful. More flexible in many ways would be to use a concat(distinct Field) and within a set analysis just p() and e() to get the possible respectively excluded values without to consider the number of values or their data-interpretation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 11:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/About-GetFieldSelections/m-p/2142842#M26117</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-11-30T11:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: About GetFieldSelections</title>
      <link>https://community.qlik.com/t5/Management-Governance/About-GetFieldSelections/m-p/2143066#M26123</link>
      <description>&lt;P&gt;HI! Marcus, meanwhile you suggested a very interesting alternative, thanks!&lt;/P&gt;
&lt;P&gt;But if I wanted to understand why they chose that function and I wanted to understand it with some examples, what would it consist of?&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;Field1={'02'}, Field2,Field3={"$(=GetFieldSelections(Field2, '","', 100))"} &amp;gt;}Field4)&lt;/P&gt;
&lt;P&gt;Field1 when equals 02&lt;BR /&gt;+ Field2&lt;BR /&gt;+ Field3, which is made up of the first 100 values of Field2, separated by commas?&lt;/P&gt;
&lt;P&gt;Put the result as the value of Field4??&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 22:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/About-GetFieldSelections/m-p/2143066#M26123</guid>
      <dc:creator>johndoes</dc:creator>
      <dc:date>2023-11-30T22:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: About GetFieldSelections</title>
      <link>https://community.qlik.com/t5/Management-Governance/About-GetFieldSelections/m-p/2143151#M26126</link>
      <description>&lt;P&gt;getfieldselections() returned a delimiter-separated list of the selected values from the specified field. It's per default limited to 6 or 12 values which could be overwritten with the third parameter. If the list should be not just displayed within a text-box or a title else be used as parameter or condition it requires&amp;nbsp; a content-handling because any string-values would need a quoting which is possible to implement but increased the complexity.&lt;/P&gt;
&lt;P&gt;In your example the selected values of Field2 are used to define the set analysis selection-state of Field3 or to say it other words to synchronize the selections between different fields. A quite common use-case is to have an extra island-table (not related to the normal data-model) maybe with a date-field which is then used to define a selection-scope without selecting the normal period-fields from a calendar (very often also implemented by variables with separate from-to dates). But of course there are various other scenarios possible.&lt;/P&gt;
&lt;P&gt;Like mentioned p() and e() are easier and more powerful to use because they don't touch the field-values itself else the index-values behind them which means the type of content isn't important anymore. Further they are itself set analysis capable which means they could be nested and/or related to further selections states in various ways.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 07:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/About-GetFieldSelections/m-p/2143151#M26126</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-12-01T07:23:26Z</dc:date>
    </item>
  </channel>
</rss>

