<?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 App Development</title>
    <link>https://community.qlik.com/t5/App-Development/GetFieldSelections/m-p/2427244#M96248</link>
    <description>&lt;P&gt;Hello, you can use this :&lt;BR /&gt;if(len(GetFieldSelections(&lt;SPAN&gt;LAND&lt;/SPAN&gt;))&amp;gt;=1 ,0,1)&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 15:28:32 GMT</pubDate>
    <dc:creator>Clement15</dc:creator>
    <dc:date>2024-03-05T15:28:32Z</dc:date>
    <item>
      <title>GetFieldSelections</title>
      <link>https://community.qlik.com/t5/App-Development/GetFieldSelections/m-p/2427241#M96246</link>
      <description>&lt;P&gt;I want to test the result of&amp;nbsp;GetFieldSelections, with this function:&lt;/P&gt;
&lt;P&gt;= If (GetFieldSelections(LAND) = '-',1,0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but when&amp;nbsp;GetFieldSelections gives '-', the test gives 0 back, why?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for helping&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 15:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/GetFieldSelections/m-p/2427241#M96246</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-03-05T15:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections</title>
      <link>https://community.qlik.com/t5/App-Development/GetFieldSelections/m-p/2427242#M96247</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=if(isnull(GetFieldSelections(LAND)),1,0)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy your Qlik.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Théo ATRAGIE.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 15:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/GetFieldSelections/m-p/2427242#M96247</guid>
      <dc:creator>theoat</dc:creator>
      <dc:date>2024-03-05T15:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections</title>
      <link>https://community.qlik.com/t5/App-Development/GetFieldSelections/m-p/2427244#M96248</link>
      <description>&lt;P&gt;Hello, you can use this :&lt;BR /&gt;if(len(GetFieldSelections(&lt;SPAN&gt;LAND&lt;/SPAN&gt;))&amp;gt;=1 ,0,1)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 15:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/GetFieldSelections/m-p/2427244#M96248</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2024-03-05T15:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections</title>
      <link>https://community.qlik.com/t5/App-Development/GetFieldSelections/m-p/2427261#M96250</link>
      <description>&lt;P&gt;"-" is the display value for Null() and as others have responded, you need to check for a null value,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I find a slightly clearer method to to test if selections are made in a field to be:&lt;/P&gt;
&lt;P&gt;GetSelectionCount(LAND)&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 15:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/GetFieldSelections/m-p/2427261#M96250</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-03-05T15:44:39Z</dc:date>
    </item>
  </channel>
</rss>

