<?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: A little challenge for hard core app developers ^^ in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/A-little-challenge-for-hard-core-app-developers/m-p/2517630#M105949</link>
    <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"It looks like your biggest problem is how to show all Boots, no matter what was selected - right?"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=&amp;gt; That's exactly the point.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried the solution on your bolg link and it works for my mini example,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now I'm going to try it on the true huge complex model &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 May 2025 09:32:30 GMT</pubDate>
    <dc:creator>herard_bertrand</dc:creator>
    <dc:date>2025-05-13T09:32:30Z</dc:date>
    <item>
      <title>A little challenge for hard core app developers ^^</title>
      <link>https://community.qlik.com/t5/App-Development/A-little-challenge-for-hard-core-app-developers/m-p/2517550#M105939</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm working on an app, in which I need to show which boots can be set up on which Ski&lt;BR /&gt;(there is an example attached to play with).&amp;nbsp;&lt;BR /&gt;Here is the simplified model&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="herard_bertrand_1-1747064407585.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/180433iD782FAEB108E2AB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="herard_bertrand_1-1747064407585.png" alt="herard_bertrand_1-1747064407585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is table of the app :&amp;nbsp;&lt;BR /&gt;(Boots, Ski, a simple calculation to explicit if there is a match or not) and Ski_season is a filter&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="herard_bertrand_2-1747064452741.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/180434i41EAECE1A130DFED/image-size/large?v=v2&amp;amp;px=999" role="button" title="herard_bertrand_2-1747064452741.png" alt="herard_bertrand_2-1747064452741.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I click on a value on Ski_season here is the actual displays (I understand Why) :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="herard_bertrand_3-1747064770190.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/180437i2241A806B5E25770/image-size/large?v=v2&amp;amp;px=999" role="button" title="herard_bertrand_3-1747064770190.png" alt="herard_bertrand_3-1747064770190.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my aim is to have the following behaviour :&amp;nbsp;&lt;BR /&gt;When I select the Tyre Season, I'd like to still sees every Boots_Name in the table (in this example 4 lines), and if the ski_name is excluded by a ski_season selection, to see a null value in the Ski_name column and the value Unmatch in the calculation ? Is it possible ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Constraints :&amp;nbsp;&lt;BR /&gt;- We can't modify the link table to add lines to specify that there are no match between ski and boots. (That is to say, the link table cannot be a cartesian product between Boots and Ski with a flag indicating is there is a match or not) (because of the size of the true application=&amp;gt; performance issue).&amp;nbsp;&lt;BR /&gt;- We cannot put the ski_season field in the link_table.(because in reality there are much more fields an values in the true application =&amp;gt; performance issue).&lt;/P&gt;&lt;P&gt;Infos:&amp;nbsp;&amp;nbsp;&lt;BR /&gt;- In the link table :&amp;nbsp;every Boots is in the link Table, not every Ski&lt;BR /&gt;- If a Boots have no corresponding Ski =&amp;gt; a line with the Boots_ID and null value for Ski_ID exists in the Link_Table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is an example attached&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 16:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/A-little-challenge-for-hard-core-app-developers/m-p/2517550#M105939</guid>
      <dc:creator>herard_bertrand</dc:creator>
      <dc:date>2025-05-12T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: A little challenge for hard core app developers ^^</title>
      <link>https://community.qlik.com/t5/App-Development/A-little-challenge-for-hard-core-app-developers/m-p/2517559#M105941</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;It looks like your biggest problem is how to show all Boots, no matter what was selected - right?&lt;/P&gt;&lt;P&gt;See if this blog post can give you some ideas:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.naturalsynergies.com/q-tip-20-showing-all-values-in-qlik-sense/" target="_blank"&gt;https://www.naturalsynergies.com/q-tip-20-showing-all-values-in-qlik-sense/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 18:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/A-little-challenge-for-hard-core-app-developers/m-p/2517559#M105941</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2025-05-12T18:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: A little challenge for hard core app developers ^^</title>
      <link>https://community.qlik.com/t5/App-Development/A-little-challenge-for-hard-core-app-developers/m-p/2517630#M105949</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"It looks like your biggest problem is how to show all Boots, no matter what was selected - right?"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=&amp;gt; That's exactly the point.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried the solution on your bolg link and it works for my mini example,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now I'm going to try it on the true huge complex model &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 09:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/A-little-challenge-for-hard-core-app-developers/m-p/2517630#M105949</guid>
      <dc:creator>herard_bertrand</dc:creator>
      <dc:date>2025-05-13T09:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: A little challenge for hard core app developers ^^</title>
      <link>https://community.qlik.com/t5/App-Development/A-little-challenge-for-hard-core-app-developers/m-p/2517678#M105956</link>
      <description>&lt;P&gt;Especially if it's a huge data-set and there are already issues with the performance it might be worth to rethink the data-model approach and not using a link-table else a star-scheme data-model - even more if the link-table isn't capable to resolve the missing key-stuff.&lt;/P&gt;&lt;P&gt;Beside this the populating of missing data does not mandatory mean to keep a cartesian data-set from any to everything else quite often it could be reduced to the essential data and are not so heavy as all the workaround-stuff of link-tables and calculated dimensions ...&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 15:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/A-little-challenge-for-hard-core-app-developers/m-p/2517678#M105956</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-05-13T15:49:43Z</dc:date>
    </item>
  </channel>
</rss>

