<?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 Disable Filter in the table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056100#M86751</link>
    <description>&lt;P&gt;Hi. I want to ask about filter and output result table.&lt;BR /&gt;When I select data in the output result table, I want nothing to happen (the filter condition does not change).&lt;/P&gt;
&lt;P&gt;I'm trying to narrow down the conditions with a filter and display the selected conditions in a table.&lt;BR /&gt;As you select some values in this output table, the filter criteria will change accordingly.&lt;BR /&gt;Is it possible to lock or disable the result table so that nothing changes when clicked?&lt;BR /&gt;&lt;BR /&gt;I tried "only" or "{1}",but these didn't work because the data on an axis, not a measure.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:56:32 GMT</pubDate>
    <dc:creator>louise119</dc:creator>
    <dc:date>2024-11-15T21:56:32Z</dc:date>
    <item>
      <title>Disable Filter in the table</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056100#M86751</link>
      <description>&lt;P&gt;Hi. I want to ask about filter and output result table.&lt;BR /&gt;When I select data in the output result table, I want nothing to happen (the filter condition does not change).&lt;/P&gt;
&lt;P&gt;I'm trying to narrow down the conditions with a filter and display the selected conditions in a table.&lt;BR /&gt;As you select some values in this output table, the filter criteria will change accordingly.&lt;BR /&gt;Is it possible to lock or disable the result table so that nothing changes when clicked?&lt;BR /&gt;&lt;BR /&gt;I tried "only" or "{1}",but these didn't work because the data on an axis, not a measure.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056100#M86751</guid>
      <dc:creator>louise119</dc:creator>
      <dc:date>2024-11-15T21:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Filter in the table</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056139#M86753</link>
      <description>&lt;P&gt;Hi, you could also block selections on dimensions within your expression.&lt;/P&gt;
&lt;P&gt;In an expression like this Dim1, Dim2 and Dim3 wouldn't affect it.&lt;/P&gt;
&lt;P&gt;=Sum({$&amp;lt;&lt;STRONG&gt;Dim1=&lt;/STRONG&gt;,&lt;STRONG&gt;Dim2&lt;/STRONG&gt;=,&lt;STRONG&gt;Dim3&lt;/STRONG&gt;=&amp;gt;} Sales)&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 10:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056139#M86753</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-04-03T10:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Filter in the table</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056141#M86754</link>
      <description>&lt;P&gt;thank you,&lt;BR /&gt;I think we can't use "Sum" on dimensions.&lt;BR /&gt;Can we use "sum" on dimensions?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 10:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056141#M86754</guid>
      <dc:creator>louise119</dc:creator>
      <dc:date>2023-04-03T10:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Filter in the table</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056147#M86756</link>
      <description>&lt;P&gt;Perhaps as a calculated dimension.&lt;/P&gt;
&lt;P&gt;=Aggr(only({$&amp;lt;&lt;STRONG&gt;Dim1=,Dim2,Dim3=&lt;/STRONG&gt;&amp;gt;} UsedDimension), UsedDimension)&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 15:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056147#M86756</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-04-03T15:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Filter in the table</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056207#M86760</link>
      <description>&lt;P&gt;thank you,&lt;BR /&gt;what is the Dim1 Dim2 Dim3 and UsedDimension??&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 12:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056207#M86760</guid>
      <dc:creator>louise119</dc:creator>
      <dc:date>2023-04-03T12:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Filter in the table</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056240#M86761</link>
      <description>&lt;P&gt;Maybe you could share sample data and the expected output.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 13:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056240#M86761</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-04-03T13:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Filter in the table</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056260#M86762</link>
      <description>&lt;P&gt;thank you,&lt;/P&gt;
&lt;P&gt;I just want to disable the filtering "Name". I want to fix the data.&lt;BR /&gt;If the current state, we can filter the data "Office" and "Name".&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="test.png" style="width: 540px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/104060i7D04A6F39EBE5822/image-size/medium?v=v2&amp;amp;px=400" role="button" title="test.png" alt="test.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 14:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056260#M86762</guid>
      <dc:creator>louise119</dc:creator>
      <dc:date>2023-04-03T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Filter in the table</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056315#M86766</link>
      <description>&lt;P&gt;For example, if your expression reads&lt;/P&gt;
&lt;P&gt;Only(Name)&lt;/P&gt;
&lt;P&gt;By doing this you disregard the selections made in Office and Name fields.&lt;/P&gt;
&lt;P&gt;Only({&amp;lt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Office=, Name=&lt;/STRONG&gt;&lt;/FONT&gt;&amp;gt;} Name)&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 15:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056315#M86766</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-04-03T15:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Filter in the table</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056471#M86770</link>
      <description>&lt;P&gt;thank you,&lt;BR /&gt;I tried that, but I can't use "only" on the dimensions....&lt;BR /&gt;&lt;BR /&gt;I also tried that on measures, but only hyphen is shown.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 23:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056471#M86770</guid>
      <dc:creator>louise119</dc:creator>
      <dc:date>2023-04-03T23:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Filter in the table</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056658#M86780</link>
      <description>&lt;P&gt;Share your Qlik Document (.qvf) file.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 07:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Filter-in-the-table/m-p/2056658#M86780</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-04-04T07:34:14Z</dc:date>
    </item>
  </channel>
</rss>

