<?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: Charts sort order based on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605416#M444684</link>
    <description>&lt;P&gt;Yes, correct.&lt;/P&gt;&lt;P&gt;Couldn't get the exact problem previously!&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 05:28:15 GMT</pubDate>
    <dc:creator>shiveshsingh</dc:creator>
    <dc:date>2019-07-24T05:28:15Z</dc:date>
    <item>
      <title>Charts sort order based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605403#M444680</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a list box called Group name, it has 10 groups and in the report I have 10 charts.&lt;/P&gt;&lt;P&gt;when ever user make first selection(user will choose the group randomly) first chart should enable, for second selection second chart should enable etc..&lt;/P&gt;&lt;P&gt;I am able to do that, but problem here is Charts are changing based on selections, means if the user selected Group1 chart1 should enable and if the user selects Group2 it suppose to enable the chart2 but in my case its group2 selection is going to chart1 and group1 selection is coming to chart2 automatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sra1..&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 04:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605403#M444680</guid>
      <dc:creator>Navars</dc:creator>
      <dc:date>2019-07-24T04:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Charts sort order based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605411#M444682</link>
      <description>&lt;P&gt;May be you have wrongly applied trigger condition.&lt;/P&gt;&lt;P&gt;What is the conditional statement? Please share&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 05:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605411#M444682</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2019-07-24T05:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Charts sort order based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605415#M444683</link>
      <description>&lt;P&gt;That's how Qlik is designed to work. Selections are applied to all objects on all sheets (unless explicitly overridden in a set expression). It is possible to do what you want but certainly not simple.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 05:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605415#M444683</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-07-24T05:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Charts sort order based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605416#M444684</link>
      <description>&lt;P&gt;Yes, correct.&lt;/P&gt;&lt;P&gt;Couldn't get the exact problem previously!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 05:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605416#M444684</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2019-07-24T05:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Charts sort order based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605420#M444686</link>
      <description>&lt;P&gt;I am using the below condition to enable the chart&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;=&lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;if&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;isnull&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;subfield&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;GetFieldSelections&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT size="1" color="#800000"&gt;Group_Name&lt;/FONT&gt;&lt;FONT size="1"&gt;, '|',1000), '|', 1)) &lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;and&lt;/FONT&gt; &lt;FONT size="1" color="#0000ff"&gt;isnull&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;subfield&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;GetFieldSelections&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT size="1" color="#800000"&gt;lte.kpi_name_charts&lt;/FONT&gt;&lt;FONT size="1"&gt;, '|',1000), '|', 1)),0,1) &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 05:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605420#M444686</guid>
      <dc:creator>Navars</dc:creator>
      <dc:date>2019-07-24T05:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Charts sort order based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605422#M444687</link>
      <description>&lt;P&gt;Let me know if I got your issue wrong, When you select the group value for chart 1 , selections are also impacting CHart2?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 05:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605422#M444687</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2019-07-24T05:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Charts sort order based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605433#M444689</link>
      <description>&lt;P&gt;No data impacting, only charts are interchanging.&lt;/P&gt;&lt;P&gt;for eg. user selected group1 that time chart1 needs to enable and that is happing fine,&lt;/P&gt;&lt;P&gt;when user selects group3 (this is second selection in group list box, user will chose the group randomly) in this case chart2 will enable, it is also working fine.&lt;/P&gt;&lt;P&gt;what is happening here is when user make second/third &amp;nbsp;selections the charts are interchanging means first chart data coming to second chart, second chart data displaying in first chart.&lt;/P&gt;&lt;P&gt;my requirement here is that charts are fixed for the selections, means if user make first selection first chart should enable, for second selection second chart should enable, for third selectin third chart should enable etc..&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 05:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1605433#M444689</guid>
      <dc:creator>Navars</dc:creator>
      <dc:date>2019-07-24T05:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Charts sort order based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1612659#M445261</link>
      <description>&lt;P&gt;Sravan, check the chart Object ID on the charts, is it the same ID across all of them, I am attaching a screenshot, so you know exactly what I mean here.&amp;nbsp; If the ID is the same for all of them, I think that is likely why things are behaving as they are. The problem is I cannot remember how to do this in the first place in order to tell you how to undo it! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 21:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1612659#M445261</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-14T21:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Charts sort order based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1613854#M445318</link>
      <description>&lt;P&gt;The only other things that came to mind here are Alternate States and potentially the Detached options:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Alternate%20States.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Alternate%20States.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Detach_Chart.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Detach_Chart.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you got things sorted, please consider leaving update with what the issue was and what you did, so everyone will know what you did here, you can mark that post as the solution as well...&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 13:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-sort-order-based-on-selection/m-p/1613854#M445318</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-19T13:05:58Z</dc:date>
    </item>
  </channel>
</rss>

