<?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 of multiple charts per dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480228#M100673</link>
    <description>&lt;P&gt;In the real life scenario I also want other fields too but no measure, mainly just a bunch of dimensions.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2024 18:15:21 GMT</pubDate>
    <dc:creator>L_VN</dc:creator>
    <dc:date>2024-09-06T18:15:21Z</dc:date>
    <item>
      <title>Trellis chart of multiple charts per dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480173#M100666</link>
      <description>&lt;P&gt;Hello. I am looking to create a trellis chart consisting of tables of order details per organisation (where Flag = 1), but I am struggling to limit each table to only consist of order for that organisation.&lt;/P&gt;
&lt;P&gt;My script looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;F:
[
Organisation, Order, Flag
Organisation1, A, 1
Organisation1, B, 0
Organisation1, C, 1
Organisation2, D, 0
Organisation2, E, 1
Organisation3, F, 0
Organisation3, G, 1
Organisation4, H, 0
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want a trellis consisting of tables like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Organisation1:
Order: A
Order: C

Organisation2:
Order: E

Organisation3: 
Order: G&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My dimension in both my trellis and the chart is: Aggr(Only({&amp;lt;Flag={1}&amp;gt;} Organisaton), Organisation).&lt;/P&gt;
&lt;P&gt;It works in that we get a trellis chart of only Orgs 1-3, but each table has all the orders with the Flag = 1. I want each table to only include one Organisation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've looked into the advanced mode but have not been able to make it work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could someone help me?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 14:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480173#M100666</guid>
      <dc:creator>L_VN</dc:creator>
      <dc:date>2024-09-06T14:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis chart of multiple charts per dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480207#M100670</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/242199"&gt;@L_VN&lt;/a&gt;&amp;nbsp; Is there any measure you are using or just two dimensions you want in Table?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 15:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480207#M100670</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-09-06T15:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis chart of multiple charts per dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480228#M100673</link>
      <description>&lt;P&gt;In the real life scenario I also want other fields too but no measure, mainly just a bunch of dimensions.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 18:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480228#M100673</guid>
      <dc:creator>L_VN</dc:creator>
      <dc:date>2024-09-06T18:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis chart of multiple charts per dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480247#M100677</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/242199"&gt;@L_VN&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;
&lt;P&gt;Create a table with below calculated dimension for orders. Uncheck Include NULL values option.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="comic sans ms,sans-serif"&gt;=aggr(only({&amp;lt;Flag={1}&lt;STRONG&gt;$(vDimSet)&lt;/STRONG&gt;&amp;gt;}Order),Order)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Setup trellis container with advanced mode on.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kushal_Chawda_0-1725652652215.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171395iA8BFECAD6424D1EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kushal_Chawda_0-1725652652215.png" alt="Kushal_Chawda_0-1725652652215.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 20:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480247#M100677</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-09-06T20:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis chart of multiple charts per dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480361#M100688</link>
      <description>&lt;P&gt;This is done in the master visualization item. If more columns are to be added they all need to include the filtering. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 08:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480361#M100688</guid>
      <dc:creator>L_VN</dc:creator>
      <dc:date>2024-09-09T08:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis chart of multiple charts per dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480362#M100689</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/242199"&gt;@L_VN&lt;/a&gt;&amp;nbsp; Indeed. you need to create a same calculated dimension for all other dimensions&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 08:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trellis-chart-of-multiple-charts-per-dimension/m-p/2480362#M100689</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-09-09T08:25:51Z</dc:date>
    </item>
  </channel>
</rss>

