<?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: Using GetFieldSelections() to return available values from a field after selections are made in another field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-GetFieldSelections-to-return-available-values-from-a-field/m-p/2478963#M100543</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49220"&gt;@mikegrattan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What about using something like:&lt;/P&gt;
&lt;PRE&gt;=Concat([&lt;SPAN&gt;YearPeriod&lt;/SPAN&gt;],',')&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2024 18:17:11 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2024-08-30T18:17:11Z</dc:date>
    <item>
      <title>Using GetFieldSelections() to return available values from a field after selections are made in another field</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetFieldSelections-to-return-available-values-from-a-field/m-p/2478957#M100542</link>
      <description>&lt;P&gt;I'm wondering if it's possible to use GetFieldSelections() in the following way:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I have a 'flag' dimension that is set up in the data load script as:&amp;nbsp;if(date(date#("CLDATE",'MMDDYY')) &amp;gt;= Today()-28,1,0) as Flag_PastMonth&lt;/LI&gt;
&lt;LI&gt;When I select Flag_PastMonth = 1 in a sheet, there may be more than one YearPeriod represented, such as 2024-8 and 2024-9.&lt;/LI&gt;
&lt;LI&gt;I would like the function GetFieldSelections("YearPeriod") to return 2024-8 and 2024-9, but since these values are not actually selected, it returns nothing.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thank you for any advice.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 17:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetFieldSelections-to-return-available-values-from-a-field/m-p/2478957#M100542</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2024-08-30T17:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetFieldSelections() to return available values from a field after selections are made in another field</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetFieldSelections-to-return-available-values-from-a-field/m-p/2478963#M100543</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49220"&gt;@mikegrattan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What about using something like:&lt;/P&gt;
&lt;PRE&gt;=Concat([&lt;SPAN&gt;YearPeriod&lt;/SPAN&gt;],',')&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 18:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetFieldSelections-to-return-available-values-from-a-field/m-p/2478963#M100543</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-08-30T18:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetFieldSelections() to return available values from a field after selections are made in another field</title>
      <link>https://community.qlik.com/t5/App-Development/Using-GetFieldSelections-to-return-available-values-from-a-field/m-p/2478973#M100545</link>
      <description>&lt;P&gt;I tried Concat but got repeating values. However, Concat(distinct YearPeriod,',') works fine.&amp;nbsp; Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 19:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-GetFieldSelections-to-return-available-values-from-a-field/m-p/2478973#M100545</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2024-08-30T19:55:59Z</dc:date>
    </item>
  </channel>
</rss>

