<?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 Use filter to show different table row in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Use-filter-to-show-different-table-row/m-p/2488352#M101660</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I did not find a better title. It could be misleading.&lt;/P&gt;
&lt;P&gt;I have to following table:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;dim1&lt;/TD&gt;
&lt;TD width="25%"&gt;dim2&lt;/TD&gt;
&lt;TD width="50%"&gt;x&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;0&lt;/TD&gt;
&lt;TD width="25%"&gt;123&lt;/TD&gt;
&lt;TD width="50%"&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;1&lt;/TD&gt;
&lt;TD width="25%"&gt;124&lt;/TD&gt;
&lt;TD width="50%"&gt;123&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible that I set a filter on dim2 (=123) and the row with x=dim2 is shown aswell? Per default I only get the row with dim1=0 because of the qlik filtering logic. I already tried sth. like this:&lt;/P&gt;
&lt;PRE&gt;only({&amp;lt;x= P(dim2)&amp;gt;} x) &lt;/PRE&gt;
&lt;P&gt;but the dimesion is shrinked by filtering dim2 and the row with the expression is never shown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this somehow possible?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 08:15:06 GMT</pubDate>
    <dc:creator>stefanmshs</dc:creator>
    <dc:date>2024-10-22T08:15:06Z</dc:date>
    <item>
      <title>Use filter to show different table row</title>
      <link>https://community.qlik.com/t5/App-Development/Use-filter-to-show-different-table-row/m-p/2488352#M101660</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I did not find a better title. It could be misleading.&lt;/P&gt;
&lt;P&gt;I have to following table:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;dim1&lt;/TD&gt;
&lt;TD width="25%"&gt;dim2&lt;/TD&gt;
&lt;TD width="50%"&gt;x&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;0&lt;/TD&gt;
&lt;TD width="25%"&gt;123&lt;/TD&gt;
&lt;TD width="50%"&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;1&lt;/TD&gt;
&lt;TD width="25%"&gt;124&lt;/TD&gt;
&lt;TD width="50%"&gt;123&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible that I set a filter on dim2 (=123) and the row with x=dim2 is shown aswell? Per default I only get the row with dim1=0 because of the qlik filtering logic. I already tried sth. like this:&lt;/P&gt;
&lt;PRE&gt;only({&amp;lt;x= P(dim2)&amp;gt;} x) &lt;/PRE&gt;
&lt;P&gt;but the dimesion is shrinked by filtering dim2 and the row with the expression is never shown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this somehow possible?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 08:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-filter-to-show-different-table-row/m-p/2488352#M101660</guid>
      <dc:creator>stefanmshs</dc:creator>
      <dc:date>2024-10-22T08:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use filter to show different table row</title>
      <link>https://community.qlik.com/t5/App-Development/Use-filter-to-show-different-table-row/m-p/2488360#M101665</link>
      <description>&lt;P&gt;Reply to myself...&lt;/P&gt;
&lt;P&gt;One character more and it works &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;only({1&amp;lt;x= P(dim2)&amp;gt;} x)&lt;/PRE&gt;
&lt;P&gt;There is a "1" more.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 09:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-filter-to-show-different-table-row/m-p/2488360#M101665</guid>
      <dc:creator>stefanmshs</dc:creator>
      <dc:date>2024-10-22T09:03:56Z</dc:date>
    </item>
  </channel>
</rss>

