<?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: Apply filter to dsiplay Zero rows and empty KPIs !! in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Apply-filter-to-dsiplay-Zero-rows-and-empty-KPIs/m-p/2540178#M2692</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Data-Movement-Streaming/How-to-exlude-a-certain-value-when-applying-a-filter-with-string/m-p/2540020#M3511" target="_blank"&gt;https://community.qlik.com/t5/Data-Movement-Streaming/How-to-exlude-a-certain-value-when-applying-a-filter-with-string/m-p/2540020#M3511&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jan 2026 12:18:21 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2026-01-05T12:18:21Z</dc:date>
    <item>
      <title>Apply filter to dsiplay Zero rows and empty KPIs !!</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Apply-filter-to-dsiplay-Zero-rows-and-empty-KPIs/m-p/2540015#M2685</link>
      <description>&lt;P class=""&gt;Hello,&lt;/P&gt;&lt;P class=""&gt;I have a flag field FLAG_EXTERNAL in my fact table that currently contains only the value "No" for all observations (no "Yes" values exist in the data).&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Goal:&lt;/STRONG&gt; I want to create a button that, when clicked:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Selects all values EXCEPT "No" (essentially selecting "Yes" or any non-existent value)&lt;/LI&gt;&lt;LI&gt;Results in zero observations being selected&lt;/LI&gt;&lt;LI&gt;Displays all KPIs as zero/null and shows empty tables&lt;/LI&gt;&lt;LI&gt;Keeps the filter pane visible showing the exclusion of "No"&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&lt;STRONG&gt;Important constraint:&lt;/STRONG&gt; I cannot modify existing objects (charts, KPIs, tables) - the solution must work through button actions and selections only.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;What I've tried:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Attempt 1:&lt;/STRONG&gt; Single action with non-existent valueAction:&lt;BR /&gt;&lt;BR /&gt;Select values matching search criteria&lt;BR /&gt;Field: FLAG_EXTERNAL&lt;BR /&gt;Value: Yes&lt;BR /&gt;Result: Nothing happens, no filter is applied, no selection is made&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Attempt 2:&lt;/STRONG&gt; Two actions - Select then Exclude&lt;/P&gt;&lt;P class=""&gt;Action 1: Select values matching search criteria with value No&lt;BR /&gt;Action 2: Select excluded on FLAG_EXTERNAL&lt;BR /&gt;Result: The filter appears briefly then immediately disappearsg happens, no filter is applied, no selection is made&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Attempt 3:&lt;/STRONG&gt; Added "Lock field after selection"&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Checked the "Lock field after selection" option in Actions panel&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt; Same issue - filter still disappears&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt; How can I create a button action that successfully selects non-existent values (or excludes "No") and maintains the filter selection showing zero observations?&lt;/P&gt;&lt;P class=""&gt;Are there alternative approaches I should consider? I'm using Qlik Sense&lt;BR /&gt;&lt;BR /&gt;Thank you !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rami_naassaoui_0-1767106885980.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186003i5609C8D8CEB9B258/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rami_naassaoui_0-1767106885980.png" alt="rami_naassaoui_0-1767106885980.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 15:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Apply-filter-to-dsiplay-Zero-rows-and-empty-KPIs/m-p/2540015#M2685</guid>
      <dc:creator>rami_naassaoui</dc:creator>
      <dc:date>2025-12-30T15:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filter to dsiplay Zero rows and empty KPIs !!</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Apply-filter-to-dsiplay-Zero-rows-and-empty-KPIs/m-p/2540176#M2691</link>
      <description>&lt;P&gt;Each selection depends on existing values. NULL isn't a value and couldn't be accessed. Therefore the solution is quite simple: replace all NULL with real values within the data-model, maybe per coalesce(MyField, 'NULL') as MyField.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 11:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Apply-filter-to-dsiplay-Zero-rows-and-empty-KPIs/m-p/2540176#M2691</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2026-01-05T11:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filter to dsiplay Zero rows and empty KPIs !!</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Apply-filter-to-dsiplay-Zero-rows-and-empty-KPIs/m-p/2540178#M2692</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Data-Movement-Streaming/How-to-exlude-a-certain-value-when-applying-a-filter-with-string/m-p/2540020#M3511" target="_blank"&gt;https://community.qlik.com/t5/Data-Movement-Streaming/How-to-exlude-a-certain-value-when-applying-a-filter-with-string/m-p/2540020#M3511&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 12:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Apply-filter-to-dsiplay-Zero-rows-and-empty-KPIs/m-p/2540178#M2692</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2026-01-05T12:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filter to dsiplay Zero rows and empty KPIs !!</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Apply-filter-to-dsiplay-Zero-rows-and-empty-KPIs/m-p/2540196#M2693</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;I've already shared this in another post. One workaround I found, that finally worked, is to add an observation to the fact table with empty values except for the flag wich has 'Yes' using autogenerate(1).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This way the filter has something to step on and display empty tables and chart&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 13:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Apply-filter-to-dsiplay-Zero-rows-and-empty-KPIs/m-p/2540196#M2693</guid>
      <dc:creator>rami_naassaoui</dc:creator>
      <dc:date>2026-01-05T13:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apply filter to dsiplay Zero rows and empty KPIs !!</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Apply-filter-to-dsiplay-Zero-rows-and-empty-KPIs/m-p/2540712#M2695</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;FACT:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; FLAG_EXTERNAL&lt;/P&gt;&lt;P&gt;FROM Source;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CONCATENATE (FACT)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; NULL() AS Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; NULL() AS Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'Yes' AS FLAG_EXTERNAL&lt;/P&gt;&lt;P&gt;AUTOGENERATE 1;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 16:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Apply-filter-to-dsiplay-Zero-rows-and-empty-KPIs/m-p/2540712#M2695</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2026-01-12T16:47:56Z</dc:date>
    </item>
  </channel>
</rss>

