<?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 Sankey Diagram Visual in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sankey-Diagram-Visual/m-p/1744437#M57094</link>
    <description>&lt;P&gt;I'm looking to build a sankey diagram that has 3 or more dimensions.&amp;nbsp; Each of these dimensions will reduce the amount count of records as they go along.&amp;nbsp; I want to be able to remove any NULL values for the 3rd dimension but still keep the total record count for the first and second dimensions the same.&amp;nbsp; The screenshot is from Sankey in Qlik Sense.&amp;nbsp; The large red bar is all NULL so I don't want them showing.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobO_1-1600280056066.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40678i7853175737AB6B46/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobO_1-1600280056066.png" alt="RobO_1-1600280056066.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first dimension has 5 categories.&amp;nbsp; The second dimension has 6 categories.&amp;nbsp; The third dimension will have 4 categories.&lt;/P&gt;&lt;P&gt;The first dimension will flow into each of the 6 categories in the second dimensions but only 1 of the categories in the second dimension will flow into the 4 categories of the third dimension.&amp;nbsp; Below is a screenshot (from Power BI) of what I want to do in Qlik Sense Cloud.&lt;/P&gt;&lt;P&gt;Is there a way to do this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobO_0-1600279700380.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40677i87AEC3AD39B60BC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobO_0-1600279700380.png" alt="RobO_0-1600279700380.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Sep 2020 18:14:57 GMT</pubDate>
    <dc:creator>RobO</dc:creator>
    <dc:date>2020-09-16T18:14:57Z</dc:date>
    <item>
      <title>Sankey Diagram Visual</title>
      <link>https://community.qlik.com/t5/App-Development/Sankey-Diagram-Visual/m-p/1744437#M57094</link>
      <description>&lt;P&gt;I'm looking to build a sankey diagram that has 3 or more dimensions.&amp;nbsp; Each of these dimensions will reduce the amount count of records as they go along.&amp;nbsp; I want to be able to remove any NULL values for the 3rd dimension but still keep the total record count for the first and second dimensions the same.&amp;nbsp; The screenshot is from Sankey in Qlik Sense.&amp;nbsp; The large red bar is all NULL so I don't want them showing.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobO_1-1600280056066.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40678i7853175737AB6B46/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobO_1-1600280056066.png" alt="RobO_1-1600280056066.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first dimension has 5 categories.&amp;nbsp; The second dimension has 6 categories.&amp;nbsp; The third dimension will have 4 categories.&lt;/P&gt;&lt;P&gt;The first dimension will flow into each of the 6 categories in the second dimensions but only 1 of the categories in the second dimension will flow into the 4 categories of the third dimension.&amp;nbsp; Below is a screenshot (from Power BI) of what I want to do in Qlik Sense Cloud.&lt;/P&gt;&lt;P&gt;Is there a way to do this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobO_0-1600279700380.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40677i87AEC3AD39B60BC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobO_0-1600279700380.png" alt="RobO_0-1600279700380.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 18:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sankey-Diagram-Visual/m-p/1744437#M57094</guid>
      <dc:creator>RobO</dc:creator>
      <dc:date>2020-09-16T18:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sankey Diagram Visual</title>
      <link>https://community.qlik.com/t5/App-Development/Sankey-Diagram-Visual/m-p/2534173#M108334</link>
      <description>&lt;P&gt;Yes, you can definitely replicate that type of multi-level flow in Qlik Sense Cloud. To build a similar structure, you’ll need to use a Sankey diagram extension (like the one available in the Visualization Bundle or a custom extension from Qlik’s Developer Hub).&lt;/P&gt;
&lt;P&gt;Here’s the basic approach:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Prepare your data model&lt;/STRONG&gt; so that it clearly defines the three dimensions and their relationships (e.g., Category1 → Category2 → Category3).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Load the data&lt;/STRONG&gt; with proper key fields that represent each connection between dimensions.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Use the Sankey chart&lt;/STRONG&gt; and assign:
&lt;UL&gt;
&lt;LI&gt;Source: your first and second dimensions&lt;/LI&gt;
&lt;LI&gt;Target: your second and third dimensions&lt;/LI&gt;
&lt;LI&gt;Measure: a numeric field representing the flow value or count&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Since only one of your second-dimension categories needs to connect to the third dimension, you can manage this easily by using a conditional expression or filtering the data before loading it into the Sankey.&lt;/P&gt;
&lt;P&gt;To get a visual idea of how this flow should look, you can check this interactive example:&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_right:"&gt;👉&lt;/span&gt; &lt;A id="menurqq" class="fui-Link ___1q1shib f2hkw1w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1s184ao f1mk8lai fnbmjn9 f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn" title="https://app.powerbi.com/view?r=eyjrijoiotezztdjzgutnze5ms00odk2lwjkotatnti3zjmwnwi1mtdhiiwidci6ijyy%e2%80%a6" href="https://app.powerbi.com/view?r=eyJrIjoiOTEzZTdjZGUtNzE5MS00ODk2LWJkOTAtNTI3ZjMwNWI1MTdhIiwidCI6IjYy…" target="_blank" rel="noreferrer noopener" aria-label="Link https://app.powerbi.com/view?r=eyJrIjoiOTEzZTdjZGUtNzE5MS00ODk2LWJkOTAtNTI3ZjMwNWI1MTdhIiwidCI6IjYy…"&gt;https://app.powerbi.com/view?r=eyJrIjoiOTEzZTdjZGUtNzE5MS00ODk2LWJkOTAtNTI3ZjMwNWI1MTdhIiwidCI6IjYy…&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;That example shows a similar multi-layer flow setup that matches what you’re describing.&lt;/P&gt;
&lt;P&gt;Hope this helps you get the structure right in Qlik Sense!&lt;/P&gt;
&lt;P&gt;— Rob&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 07:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sankey-Diagram-Visual/m-p/2534173#M108334</guid>
      <dc:creator>William11</dc:creator>
      <dc:date>2025-10-23T07:31:29Z</dc:date>
    </item>
  </channel>
</rss>

