<?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: How use to getselectedcount function in sankey chart? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-use-to-getselectedcount-function-in-sankey-chart/m-p/1838622#M69351</link>
    <description>&lt;P&gt;Sorry looks like i was referring to the vizlib sankey.&lt;/P&gt;&lt;P&gt;Try making your Sankey chart a master visualization and using the Container object, add your master viz to the container.&amp;nbsp; There you can set "Show condition".&lt;/P&gt;</description>
    <pubDate>Thu, 23 Sep 2021 10:34:07 GMT</pubDate>
    <dc:creator>stevejoyce</dc:creator>
    <dc:date>2021-09-23T10:34:07Z</dc:date>
    <item>
      <title>How use to getselectedcount function in sankey chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-use-to-getselectedcount-function-in-sankey-chart/m-p/1836561#M69117</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'am using Qlik sense and sankey chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The chart I use expresses too much data, so the readability of the information is very low.&lt;/P&gt;&lt;P&gt;Therefore, I want to use the function used in other charts, but I haven't found a way to use it in the Sankey chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the GetSelectedcount function, I want to activate the Sankey chart only when data that satisfies the condition is selected.&lt;/P&gt;&lt;P&gt;For example, if you choose one year and one country, show the Sankey chart, and I hope that it will not be activated before then.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me to solve this problem?&lt;/P&gt;&lt;P&gt;Thank you in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 09:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-use-to-getselectedcount-function-in-sankey-chart/m-p/1836561#M69117</guid>
      <dc:creator>Jieun</dc:creator>
      <dc:date>2021-09-16T09:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: How use to getselectedcount function in sankey chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-use-to-getselectedcount-function-in-sankey-chart/m-p/1836659#M69126</link>
      <description>&lt;P&gt;In the Sankey Chart properties &amp;gt; Date Handling, enter your formula in &lt;STRONG&gt;Calculation condition&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;You probably want GetPossibleCount instead of GetSelectedCount, this way if other selections result in limited values in a field possiblecount will pick this up.&amp;nbsp; You are probably more interested in result of data rather then what the user actually selected in a specific field. But you can update below to getselectedcount() if you want&lt;/P&gt;&lt;P&gt;=GetPossibleCount( [Country] ) = 1 and&amp;nbsp;GetPossibleCount( [Year] ) = 1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stevejoyce_2-1631796861410.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62064i6CE6E092FCBA773A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stevejoyce_2-1631796861410.png" alt="stevejoyce_2-1631796861410.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 12:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-use-to-getselectedcount-function-in-sankey-chart/m-p/1836659#M69126</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-16T12:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How use to getselectedcount function in sankey chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-use-to-getselectedcount-function-in-sankey-chart/m-p/1838497#M69341</link>
      <description>&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I couldn't find data handling menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached sankey menu I used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where can I find menu for function?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sankey menu.JPG" style="width: 155px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62602iBC9FFC8BC099E1A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sankey menu.JPG" alt="sankey menu.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 01:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-use-to-getselectedcount-function-in-sankey-chart/m-p/1838497#M69341</guid>
      <dc:creator>Jieun</dc:creator>
      <dc:date>2021-09-23T01:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: How use to getselectedcount function in sankey chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-use-to-getselectedcount-function-in-sankey-chart/m-p/1838622#M69351</link>
      <description>&lt;P&gt;Sorry looks like i was referring to the vizlib sankey.&lt;/P&gt;&lt;P&gt;Try making your Sankey chart a master visualization and using the Container object, add your master viz to the container.&amp;nbsp; There you can set "Show condition".&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 10:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-use-to-getselectedcount-function-in-sankey-chart/m-p/1838622#M69351</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-23T10:34:07Z</dc:date>
    </item>
  </channel>
</rss>

