<?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: Set a button to show only null values within a field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-a-button-to-show-only-null-values-within-a-field/m-p/1946622#M77997</link>
    <description>&lt;P&gt;It is what I thought, thank you&lt;/P&gt;
&lt;P&gt;I tried to add a value to my other fields but I am not sure of how to achieve that.&lt;/P&gt;
&lt;P&gt;Let's say I have a big table with a lot of fields, one of them named "Accounts". &lt;BR /&gt;I have another table with only two fields: "Accounts" and "Status". &lt;BR /&gt;Thing is not all the Accounts in the first Table are necessarily in the second (not all the Accounts have a Status)&lt;BR /&gt;I tried to join the two tables using a left join and by loading the status field with the following line:&lt;BR /&gt;if(Status=null(),0,Status) as Status&lt;BR /&gt;but it doesnt work !&lt;/P&gt;
&lt;P&gt;How to achieve that please ?&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2022 09:36:23 GMT</pubDate>
    <dc:creator>lucas3</dc:creator>
    <dc:date>2022-06-22T09:36:23Z</dc:date>
    <item>
      <title>Set a button to show only null values within a field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-a-button-to-show-only-null-values-within-a-field/m-p/1945887#M77947</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a field named "Status" and I would like to set a button so that when one clicks it, it filters out all non null "Status" values, so that I only keep null Status. I tried it with "select values matching search criteria" action but it doesn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can you help me solve this please ?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 16:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-a-button-to-show-only-null-values-within-a-field/m-p/1945887#M77947</guid>
      <dc:creator>lucas3</dc:creator>
      <dc:date>2022-06-20T16:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set a button to show only null values within a field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-a-button-to-show-only-null-values-within-a-field/m-p/1945899#M77948</link>
      <description>&lt;P&gt;This is not directly possible, as null values can't be selected. You could work around this issue e.g. by adding a field in which you replace the null values with a non-null value and filter on that field, or by filtering on another field (which has non-null values) based on a formula which checks the Status field for nulls. &lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 17:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-a-button-to-show-only-null-values-within-a-field/m-p/1945899#M77948</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-20T17:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set a button to show only null values within a field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-a-button-to-show-only-null-values-within-a-field/m-p/1946622#M77997</link>
      <description>&lt;P&gt;It is what I thought, thank you&lt;/P&gt;
&lt;P&gt;I tried to add a value to my other fields but I am not sure of how to achieve that.&lt;/P&gt;
&lt;P&gt;Let's say I have a big table with a lot of fields, one of them named "Accounts". &lt;BR /&gt;I have another table with only two fields: "Accounts" and "Status". &lt;BR /&gt;Thing is not all the Accounts in the first Table are necessarily in the second (not all the Accounts have a Status)&lt;BR /&gt;I tried to join the two tables using a left join and by loading the status field with the following line:&lt;BR /&gt;if(Status=null(),0,Status) as Status&lt;BR /&gt;but it doesnt work !&lt;/P&gt;
&lt;P&gt;How to achieve that please ?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 09:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-a-button-to-show-only-null-values-within-a-field/m-p/1946622#M77997</guid>
      <dc:creator>lucas3</dc:creator>
      <dc:date>2022-06-22T09:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set a button to show only null values within a field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-a-button-to-show-only-null-values-within-a-field/m-p/1946712#M78001</link>
      <description>&lt;P&gt;You could use a mapping load for this, since your table only has two fields. That'd probably be the easiest approach. &lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 10:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-a-button-to-show-only-null-values-within-a-field/m-p/1946712#M78001</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-22T10:05:48Z</dc:date>
    </item>
  </channel>
</rss>

