<?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: Filter not applied when clicking on combined dimension with table limitation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-not-applied-when-clicking-on-combined-dimension-with/m-p/2468081#M99434</link>
    <description>&lt;P&gt;Don't do this within the UI else combine everything needed within the data-model to be able to use native fields in the UI.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jul 2024 15:45:54 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2024-07-04T15:45:54Z</dc:date>
    <item>
      <title>Filter not applied when clicking on combined dimension with table limitation</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-not-applied-when-clicking-on-combined-dimension-with/m-p/2468061#M99428</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I created a table where I combined two dimensions by using the following formula: "=item_number&amp;amp;'_'&amp;amp;item_name". In case I click on any row of this field two filters are applied automatically, one for item_number and one for item_name.&lt;/P&gt;
&lt;P&gt;However in case I set a limitation for this field (since I only want so see the flop 3 rows for a specific measure) and I click again on the value of a row, nothing happens and no filter is applied.&lt;/P&gt;
&lt;P&gt;Does anyone know if there is any workaround for this behaviour?&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Kai&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 14:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-not-applied-when-clicking-on-combined-dimension-with/m-p/2468061#M99428</guid>
      <dc:creator>kai_berlin</dc:creator>
      <dc:date>2024-07-04T14:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filter not applied when clicking on combined dimension with table limitation</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-not-applied-when-clicking-on-combined-dimension-with/m-p/2468081#M99434</link>
      <description>&lt;P&gt;Don't do this within the UI else combine everything needed within the data-model to be able to use native fields in the UI.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 15:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-not-applied-when-clicking-on-combined-dimension-with/m-p/2468081#M99434</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-07-04T15:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filter not applied when clicking on combined dimension with table limitation</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-not-applied-when-clicking-on-combined-dimension-with/m-p/2468084#M99435</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/301365"&gt;@kai_berlin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;is suggesting is, move your&amp;nbsp;&lt;SPAN&gt;item_number&amp;amp;'_'&amp;amp;item_name formula to the Load Script and create a new field there, for example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;LOAD&lt;BR /&gt;item_number,&lt;BR /&gt;item_name,&lt;BR /&gt;item_number &amp;amp; '_' &amp;amp; item_name AS Item,&lt;BR /&gt;// Other fields ..&lt;BR /&gt;FROM&lt;BR /&gt;[YourSource]&lt;BR /&gt;;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;As a general rule, avoid Calculated Dimensions - like&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;item_number&amp;amp;'_'&amp;amp;item_name&lt;/EM&gt;. Move everything to the Load Script, as much as possible. This will make your UI easier to build and faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 16:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-not-applied-when-clicking-on-combined-dimension-with/m-p/2468084#M99435</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-07-04T16:09:18Z</dc:date>
    </item>
  </channel>
</rss>

