<?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: Changing behavior for sankey chart when selection is made in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Changing-behavior-for-sankey-chart-when-selection-is-made/m-p/2508358#M104506</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/316982"&gt;@PaoHL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can go and check out "Qlik Brushing"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://emarkanalytics.com/blog/data-brushing-on-a-user-defined-set/" target="_blank"&gt;https://emarkanalytics.com/blog/data-brushing-on-a-user-defined-set/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ometis.co.uk/blog-news/data-brushing-qlik-sense" target="_blank"&gt;https://ometis.co.uk/blog-news/data-brushing-qlik-sense&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I cant get the "other" (Non selected values) to just be a lighter color, But here is the result&amp;nbsp;&lt;BR /&gt;Top is normal &amp;gt; Bottom is with Brushing&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JandreKillianRIC_0-1741164248555.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178149i7E333F27370FB948/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JandreKillianRIC_0-1741164248555.png" alt="JandreKillianRIC_0-1741164248555.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My expression I just changed to exclude the selection in Crop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sum( {&amp;lt; Crop =&amp;gt;} Actual ) (as this is the value I am selecting) and then for the color (in the presentation tab)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;IF(Match(Grade, 1,2,3), &lt;BR /&gt;Pick(Match(Grade, 1,2,3), rgb(90, 189, 87), rgb(153, 189, 87), rgb(189, 162, 87)), // This is for the selected ones&lt;BR /&gt;Rgb(206, 206, 206)) // This is for the non-selected values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this "kinda" solves your problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards Jandre&lt;/P&gt;</description>
    <pubDate>Wed, 05 Mar 2025 08:45:25 GMT</pubDate>
    <dc:creator>JandreKillianRIC</dc:creator>
    <dc:date>2025-03-05T08:45:25Z</dc:date>
    <item>
      <title>Changing behavior for sankey chart when selection is made</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-behavior-for-sankey-chart-when-selection-is-made/m-p/2507576#M104353</link>
      <description>&lt;P&gt;I have a table and a sankey chart.&lt;/P&gt;
&lt;P&gt;The sankey chart shows the revenue flow from the node products into the node imports and exports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table has a column with all the products.&lt;/P&gt;
&lt;P&gt;The current behavior of the sankey chart when I select a product from the table is: the sankey chart removes all other product nodes to focus only on the selected product.&lt;/P&gt;
&lt;P&gt;The behavior I want is for the link between the product and the corresponding imports and exports to be highlighted, while the rest of the nodes remain visible but "dull" (the same behavior as when hovering over the product node, basically)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically I want this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaoHL_0-1740653345294.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177931i8FEF2727938B2FA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaoHL_0-1740653345294.png" alt="PaoHL_0-1740653345294.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Instead of this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaoHL_1-1740653404802.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177932i5DCF311A2CAD0AB5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaoHL_1-1740653404802.png" alt="PaoHL_1-1740653404802.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is there a way to achieve this behavior?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 10:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-behavior-for-sankey-chart-when-selection-is-made/m-p/2507576#M104353</guid>
      <dc:creator>PaoHL</dc:creator>
      <dc:date>2025-02-27T10:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing behavior for sankey chart when selection is made</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-behavior-for-sankey-chart-when-selection-is-made/m-p/2508358#M104506</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/316982"&gt;@PaoHL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can go and check out "Qlik Brushing"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://emarkanalytics.com/blog/data-brushing-on-a-user-defined-set/" target="_blank"&gt;https://emarkanalytics.com/blog/data-brushing-on-a-user-defined-set/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ometis.co.uk/blog-news/data-brushing-qlik-sense" target="_blank"&gt;https://ometis.co.uk/blog-news/data-brushing-qlik-sense&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I cant get the "other" (Non selected values) to just be a lighter color, But here is the result&amp;nbsp;&lt;BR /&gt;Top is normal &amp;gt; Bottom is with Brushing&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JandreKillianRIC_0-1741164248555.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178149i7E333F27370FB948/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JandreKillianRIC_0-1741164248555.png" alt="JandreKillianRIC_0-1741164248555.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My expression I just changed to exclude the selection in Crop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sum( {&amp;lt; Crop =&amp;gt;} Actual ) (as this is the value I am selecting) and then for the color (in the presentation tab)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;IF(Match(Grade, 1,2,3), &lt;BR /&gt;Pick(Match(Grade, 1,2,3), rgb(90, 189, 87), rgb(153, 189, 87), rgb(189, 162, 87)), // This is for the selected ones&lt;BR /&gt;Rgb(206, 206, 206)) // This is for the non-selected values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this "kinda" solves your problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards Jandre&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 08:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-behavior-for-sankey-chart-when-selection-is-made/m-p/2508358#M104506</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-03-05T08:45:25Z</dc:date>
    </item>
  </channel>
</rss>

