<?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: Field selected in current selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Field-selected-in-current-selection/m-p/2476804#M100309</link>
    <description>&lt;P&gt;You could use string functions to pull out just the fields to a certain extent... but that would be very tricky to do given there's quite a few options on how the text might parse out depending on if you have certain characters in your field names (whitespace, comma, colon, etc) and the possibility of NOT X type selections. &lt;/P&gt;
&lt;P&gt;More realistically, you'd want to loop through all the fields and use GetFieldSelections() on each, keeping only the ones that return a non-null value. You could probably achieve this using chart-level scripting, but I'm not sure if there's a reasonable way of doing it elsewhere. Maybe something using ValueLoop() and a pre-loaded table that assigns a number to each field? Not sure.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2024 10:50:06 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2024-08-19T10:50:06Z</dc:date>
    <item>
      <title>Field selected in current selection</title>
      <link>https://community.qlik.com/t5/App-Development/Field-selected-in-current-selection/m-p/2476768#M100306</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to display all the fields selected in current selection but excludes the field name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The getcurrentselection() can display all selection details but i want to only show the field excluding the field names in that function. Can anyone help me on that? Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 08:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-selected-in-current-selection/m-p/2476768#M100306</guid>
      <dc:creator>weiw</dc:creator>
      <dc:date>2024-08-19T08:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Field selected in current selection</title>
      <link>https://community.qlik.com/t5/App-Development/Field-selected-in-current-selection/m-p/2476778#M100307</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use&amp;nbsp;&lt;SPAN&gt;GetFieldSelections().&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/ChartFunctions/FieldFunctions/getfieldselections.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/ChartFunctions/FieldFunctions/getfieldselections.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;GetFieldSelections() only&amp;nbsp;returns a &lt;SPAN class="statement"&gt;string&lt;/SPAN&gt; with the current selections in a field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The disadvantage here is that you have to do this for each field individually.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 08:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-selected-in-current-selection/m-p/2476778#M100307</guid>
      <dc:creator>Mark_Leifeld</dc:creator>
      <dc:date>2024-08-19T08:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Field selected in current selection</title>
      <link>https://community.qlik.com/t5/App-Development/Field-selected-in-current-selection/m-p/2476804#M100309</link>
      <description>&lt;P&gt;You could use string functions to pull out just the fields to a certain extent... but that would be very tricky to do given there's quite a few options on how the text might parse out depending on if you have certain characters in your field names (whitespace, comma, colon, etc) and the possibility of NOT X type selections. &lt;/P&gt;
&lt;P&gt;More realistically, you'd want to loop through all the fields and use GetFieldSelections() on each, keeping only the ones that return a non-null value. You could probably achieve this using chart-level scripting, but I'm not sure if there's a reasonable way of doing it elsewhere. Maybe something using ValueLoop() and a pre-loaded table that assigns a number to each field? Not sure.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 10:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-selected-in-current-selection/m-p/2476804#M100309</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-08-19T10:50:06Z</dc:date>
    </item>
  </channel>
</rss>

