<?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: Trellis Chart not removing empty values in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2016660#M17767</link>
    <description>&lt;P&gt;You could use something like this as the dimension:&lt;BR /&gt;&lt;BR /&gt;Aggr(Shop, Shop)&lt;/P&gt;&lt;P&gt;Make sure you also set the Calculated dimension switch to on and to select your base dimension as well (Which should = Shop)&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2022 15:46:34 GMT</pubDate>
    <dc:creator>ckg</dc:creator>
    <dc:date>2022-12-14T15:46:34Z</dc:date>
    <item>
      <title>Trellis Chart not removing empty values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2012480#M17700</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;
&lt;P&gt;Been trying to figure this out for a month now, but still nothing. Basically, what I want to do is that for a certain selection (e.g Shop = AA), I want to have all prices shown for the fruits that the shop selection sells. So if the shop sells 5 fruits, then forward prices for all 5 fruits will be shown. If a shop only sells 3 fruits, then only forward prices for those 3 fruits will be shown.&lt;/P&gt;
&lt;P&gt;In the trellis container, I can't seem to get this working as the empty charts will still show (e.g Shop = AA shows empty grapes and pineapples). Is there a way to remove those empty charts? Any ideas to circumvent this/a new viz would be most helpful as well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 17:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2012480#M17700</guid>
      <dc:creator>BarryTay</dc:creator>
      <dc:date>2022-12-04T17:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis Chart not removing empty values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2013933#M17721</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/98314"&gt;@BARN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is actually working as designed. You COULD workaround it by doing the following:&lt;BR /&gt;&lt;BR /&gt;1. For the dimension, use an IF formula to determine which dimensions should be shown. Make sure to also select the option Calculated dimension and then select the Base dimension which your IF formula is based off&lt;BR /&gt;2. In the setting for Maximum number of charts, you can change this to a random number formula. The random number formula will calculate after each click which will cause the chart to render when you change selections. You can use a formula like this:&amp;nbsp;ROUND((rand()*100000)+1,1) + 100&amp;nbsp; // The plus 100 is to ensure the charts still render if the random number happens to be below 100&lt;BR /&gt;&lt;BR /&gt;Just a note that you should only do this if you expect to have a normal amount of dimension values as it could end up trying to render a large amount of charts since we are artificially setting the maximum number to a very high number&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 17:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2013933#M17721</guid>
      <dc:creator>ckg</dc:creator>
      <dc:date>2022-12-07T17:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis Chart not removing empty values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2015575#M17744</link>
      <description>&lt;P&gt;Hey CKG,&lt;/P&gt;
&lt;P&gt;How would you perform a dynamic filtering as per 1)? Could you kindly show me an example?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2015575#M17744</guid>
      <dc:creator>BarryTay</dc:creator>
      <dc:date>2022-12-12T16:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis Chart not removing empty values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2016660#M17767</link>
      <description>&lt;P&gt;You could use something like this as the dimension:&lt;BR /&gt;&lt;BR /&gt;Aggr(Shop, Shop)&lt;/P&gt;&lt;P&gt;Make sure you also set the Calculated dimension switch to on and to select your base dimension as well (Which should = Shop)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 15:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2016660#M17767</guid>
      <dc:creator>ckg</dc:creator>
      <dc:date>2022-12-14T15:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis Chart not removing empty values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2016716#M17769</link>
      <description>&lt;P&gt;Hey CKG,&lt;/P&gt;
&lt;P&gt;I tried your suggestion...it doesn't seem to work...now the charts of the fruits that are not present in all shops (grapes, pineapples) are not shown even if click a shop which sells all 5 fruits (first chart).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryTay_1-1671041027210.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96258iC57A9D1F1E47BBC7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryTay_1-1671041027210.png" alt="BarryTay_1-1671041027210.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 18:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2016716#M17769</guid>
      <dc:creator>BarryTay</dc:creator>
      <dc:date>2022-12-14T18:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis Chart not removing empty values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2016896#M17772</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/201535"&gt;@BarryTay&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share an example app?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 09:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2016896#M17772</guid>
      <dc:creator>ckg</dc:creator>
      <dc:date>2022-12-15T09:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis Chart not removing empty values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2077839#M18628</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/201535"&gt;@BarryTay&lt;/a&gt;,&amp;nbsp;thanks, it works.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 13:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trellis-Chart-not-removing-empty-values/m-p/2077839#M18628</guid>
      <dc:creator>jurajmskch</dc:creator>
      <dc:date>2023-05-30T13:45:17Z</dc:date>
    </item>
  </channel>
</rss>

