<?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: Trigger/Click multiple drill down charts same time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Trigger-Click-multiple-drill-down-charts-same-time/m-p/1702657#M53833</link>
    <description>&lt;P&gt;Thanks Gui_approbato!&lt;/P&gt;&lt;P&gt;I tried with the code in the chart. Tried to add as a dimension in first chart&amp;nbsp;in the&amp;nbsp;expression box. But is showing "Error in Expression". I carefully wathced the syntax; it is looking for field and my &amp;nbsp;dimensions are not popping up (or not changing it's color after adding).&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found an useful link; but unable to understand how can I create the buttons and how can I&amp;nbsp;link the codes behind the button with charts as I am new to qlik sense. So, step by step approach is helpful for me.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://dataqlues.com/getobjectfield-function-and-alternate-dimensions/&lt;/LI-CODE&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Taps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 May 2020 10:40:48 GMT</pubDate>
    <dc:creator>Taps</dc:creator>
    <dc:date>2020-05-16T10:40:48Z</dc:date>
    <item>
      <title>Trigger/Click multiple drill down charts same time</title>
      <link>https://community.qlik.com/t5/App-Development/Trigger-Click-multiple-drill-down-charts-same-time/m-p/1701702#M53738</link>
      <description>&lt;P&gt;Hi Friends!&lt;/P&gt;&lt;P&gt;Hope you all are well!&lt;/P&gt;&lt;P&gt;In a qlik sense worksheet, I have&amp;nbsp;2&amp;nbsp; drill down pie charts. These are to display&amp;nbsp; (1)&amp;nbsp;Region wise&amp;nbsp;Revenue&amp;nbsp;amount&amp;nbsp;(2)&amp;nbsp;Region wise EBITDA amount. (Then it is further drill down to&amp;nbsp;&amp;nbsp;State wise Revenue amount and State wise EBITDA amount....and so on).&lt;/P&gt;&lt;P&gt;Now, the problem is, when I am selecting region (in REVENUE chart); it is drill down to state wise view. But at the same time another chart (EBITDA chart) is not automatically changing; I need to click the region part of EBITDA chart to drill it further.&lt;/P&gt;&lt;P&gt;Is there any way, if I click on any one chart then drill down will take place for both of the charts?&lt;/P&gt;&lt;P&gt;It will help to improve the visualization.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Taps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 17:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trigger-Click-multiple-drill-down-charts-same-time/m-p/1701702#M53738</guid>
      <dc:creator>Taps</dc:creator>
      <dc:date>2020-05-13T17:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger/Click multiple drill down charts same time</title>
      <link>https://community.qlik.com/t5/App-Development/Trigger-Click-multiple-drill-down-charts-same-time/m-p/1701720#M53742</link>
      <description>&lt;P&gt;If both charts are using the same Drill-down Master Dimension, both should drill down to a state level once &lt;EM&gt;any group of selections&lt;/EM&gt; result in there only being &lt;STRONG&gt;1&lt;/STRONG&gt; remaining value for the region dimension. I would double check to make sure you are using the same drilldown master dimension on both pie charts.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Once you have confirmed that both charts are using the same drill-down Master Dimension, (They don't have to be the same master dimension, but let's not muddy the waters)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Another possibility is that one of the charts has been placed into an Alternate State. If this is the case, no selections in the app would impact the chart in the Alternate State, save for other objects in the same Alternate State.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Another possibility, is for some region you have two &lt;EM&gt;separate&lt;/EM&gt; Region fields and each chart is using a different field, in which case a selection in one, would not necessarily impact the other.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;A good test may be to use the smart search or a filter pane to choose one Region value, and see if both charts drill down to the state level. If they do not, it is likely that you have one of the issues above happening.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 18:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trigger-Click-multiple-drill-down-charts-same-time/m-p/1701720#M53742</guid>
      <dc:creator>QlikTom</dc:creator>
      <dc:date>2020-05-13T18:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger/Click multiple drill down charts same time</title>
      <link>https://community.qlik.com/t5/App-Development/Trigger-Click-multiple-drill-down-charts-same-time/m-p/1702112#M53774</link>
      <description>&lt;P&gt;Thanks Qliktom,&lt;/P&gt;&lt;P&gt;You are absolutely right. You have described 3 scenarios.&lt;/P&gt;&lt;P&gt;1. I&amp;nbsp; have tested per your advise and it is working fine. Thanks for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. I&amp;nbsp;agree with your example and thanks for letting me know this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. You are right. I&amp;nbsp;am using 2 dimensions as Alternative. While I am selecting&amp;nbsp;alternative2 in chart 1; another chart (chart2)&amp;nbsp;is still in the alternative1 (it is not automatically changing to alternative2, I need to select alternative2 again in chart2.&amp;nbsp;Here I&amp;nbsp;stuck). Need your kind advice how can I do this ?&amp;nbsp;If I select alternative2 in one chart then another chart also show data of alternative2 and vice versa.&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Taps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 17:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trigger-Click-multiple-drill-down-charts-same-time/m-p/1702112#M53774</guid>
      <dc:creator>Taps</dc:creator>
      <dc:date>2020-05-14T17:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger/Click multiple drill down charts same time</title>
      <link>https://community.qlik.com/t5/App-Development/Trigger-Click-multiple-drill-down-charts-same-time/m-p/1702204#M53778</link>
      <description>&lt;P&gt;An alternative to that solution would be to use a conditional dimension with getselectedcount in these charts..&lt;/P&gt;&lt;P&gt;I mean, the dimension would be:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if(&amp;nbsp; &amp;nbsp;getselectedcount( Dimension1) = 0, Dimension1 , Dimension2)&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 00:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trigger-Click-multiple-drill-down-charts-same-time/m-p/1702204#M53778</guid>
      <dc:creator>Gui_Approbato</dc:creator>
      <dc:date>2020-05-15T00:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger/Click multiple drill down charts same time</title>
      <link>https://community.qlik.com/t5/App-Development/Trigger-Click-multiple-drill-down-charts-same-time/m-p/1702657#M53833</link>
      <description>&lt;P&gt;Thanks Gui_approbato!&lt;/P&gt;&lt;P&gt;I tried with the code in the chart. Tried to add as a dimension in first chart&amp;nbsp;in the&amp;nbsp;expression box. But is showing "Error in Expression". I carefully wathced the syntax; it is looking for field and my &amp;nbsp;dimensions are not popping up (or not changing it's color after adding).&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found an useful link; but unable to understand how can I create the buttons and how can I&amp;nbsp;link the codes behind the button with charts as I am new to qlik sense. So, step by step approach is helpful for me.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://dataqlues.com/getobjectfield-function-and-alternate-dimensions/&lt;/LI-CODE&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Taps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 10:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trigger-Click-multiple-drill-down-charts-same-time/m-p/1702657#M53833</guid>
      <dc:creator>Taps</dc:creator>
      <dc:date>2020-05-16T10:40:48Z</dc:date>
    </item>
  </channel>
</rss>

