<?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: Suppress rows/nulls in qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Suppress-rows-nulls-in-qlik-sense/m-p/1707081#M54204</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/114627"&gt;@Madhur&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;Yes, volumes are from different multiple tables not from the status table. Could you pls suggest me or share your thoughts on how to handle the associated values, I have been trying multiple ways but couldnt fix it. Appreciate if you share inputs.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2020 10:59:03 GMT</pubDate>
    <dc:creator>Vinn_Qlik</dc:creator>
    <dc:date>2020-06-01T10:59:03Z</dc:date>
    <item>
      <title>Suppress rows/nulls in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Suppress-rows-nulls-in-qlik-sense/m-p/1706839#M54189</link>
      <description>&lt;P&gt;Hi All, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement like - there is one field which has three values&amp;nbsp;&lt;/P&gt;&lt;P&gt;Field Name : Status&lt;/P&gt;&lt;P&gt;Values : Plan,confirm,close&lt;/P&gt;&lt;P&gt;Now I dont want to load volumes associated to 'close'. Hence, I restricted while loading into &amp;lt;&amp;gt;close .&lt;/P&gt;&lt;P&gt;But the values associated to 'Close' status in UI straight table are still coming up,value under field Status showing as '-'(Close status one's).&lt;/P&gt;&lt;P&gt;When I try to suppress NULLS in UI, it is supressing other Nulls as well. I dont want to supress all the nulls but I want to supress only records associated to Close status.&lt;/P&gt;&lt;P&gt;Can anybody help me pls.Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 03:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Suppress-rows-nulls-in-qlik-sense/m-p/1706839#M54189</guid>
      <dc:creator>Vinn_Qlik</dc:creator>
      <dc:date>2020-05-31T03:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress rows/nulls in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Suppress-rows-nulls-in-qlik-sense/m-p/1706950#M54198</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/93536"&gt;@Vinn_Qlik&lt;/a&gt;&lt;/P&gt;&lt;P&gt;If you are putting a filter in the where clause of the load statement then complete row will not be loaded in the table where status = 'close'. I believe that '&lt;SPAN&gt;volumes&amp;nbsp;&lt;/SPAN&gt;' is present in other table and it is not able to find the associated status. So you have to handle that.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 00:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Suppress-rows-nulls-in-qlik-sense/m-p/1706950#M54198</guid>
      <dc:creator>Madhur</dc:creator>
      <dc:date>2020-06-01T00:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress rows/nulls in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Suppress-rows-nulls-in-qlik-sense/m-p/1707081#M54204</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/114627"&gt;@Madhur&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;Yes, volumes are from different multiple tables not from the status table. Could you pls suggest me or share your thoughts on how to handle the associated values, I have been trying multiple ways but couldnt fix it. Appreciate if you share inputs.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 10:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Suppress-rows-nulls-in-qlik-sense/m-p/1707081#M54204</guid>
      <dc:creator>Vinn_Qlik</dc:creator>
      <dc:date>2020-06-01T10:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress rows/nulls in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Suppress-rows-nulls-in-qlik-sense/m-p/1707319#M54247</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/93536"&gt;@Vinn_Qlik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;What you can try is apply filter&amp;nbsp; -&amp;gt; "where Status &amp;lt;&amp;gt; 'close' "in the table containing status description, and apply filter "where Exists(%StatusID)" on all the tables from where&amp;nbsp; 'value' details are flowing. '%StatusID' is the key column used for association between table. If it is still not working please share the qvs or qvf .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 02:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Suppress-rows-nulls-in-qlik-sense/m-p/1707319#M54247</guid>
      <dc:creator>Madhur</dc:creator>
      <dc:date>2020-06-02T02:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress rows/nulls in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Suppress-rows-nulls-in-qlik-sense/m-p/1708726#M54397</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/114627"&gt;@Madhur&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for sharing your valuable inputs. much appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, data has been restricted at the Date ware house and no action is required from Qlik end. Thanks once again.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 03:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Suppress-rows-nulls-in-qlik-sense/m-p/1708726#M54397</guid>
      <dc:creator>Vinn_Qlik</dc:creator>
      <dc:date>2020-06-06T03:25:05Z</dc:date>
    </item>
  </channel>
</rss>

