<?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: Disable / Make a chart unclickable in Qliksense? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1967355#M79741</link>
    <description>&lt;P&gt;I dont think it does.&amp;nbsp; I put 1 in set analysis for the measures and dimensions, bars, etc are still clickable.&amp;nbsp; I essentially want the entire chart object locked and you cannot do anything with it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correct me if Im wrong but what putting 1 in the set analysis does is shows all results irrespective of what selections have been previously made.&amp;nbsp; However, what Im speaking to is the chart itself becoming unclickable at all.&amp;nbsp; I'm already using an alternate state to put this chart on its own 'island' irrespective of what has been selected in other filters in the dashboard.&amp;nbsp; Now, I want to make the dimensions, bars, and value points themselves unclickable so that wherever the user clicks or tries to do within the chart itself, nothing changes.&amp;nbsp; Nothing is drilled down into.&amp;nbsp; Nothing is highlighted.&amp;nbsp; Its as if the chart is a staticlocked image that can't do anything.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even using set analysis {1} and alternate state, data points on bars, dimensions (months across the bottom) are still clickable and you can drill down.&amp;nbsp; I want to eliminate that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2022 20:21:03 GMT</pubDate>
    <dc:creator>AnalyticsDev</dc:creator>
    <dc:date>2022-08-10T20:21:03Z</dc:date>
    <item>
      <title>Disable / Make a chart unclickable in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1966001#M79624</link>
      <description>&lt;P&gt;Is there any way to disable or make a chart unclickable/uninteractable in qliksense?&amp;nbsp; Believe it or not, I've been given a requirement to render a chart unclickable if possible. The end user wants it static.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 14:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1966001#M79624</guid>
      <dc:creator>AnalyticsDev</dc:creator>
      <dc:date>2022-08-08T14:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disable / Make a chart unclickable in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1966015#M79626</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/153869"&gt;@AnalyticsDev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;To achieve it you can use an alternate state.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 14:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1966015#M79626</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2022-08-08T14:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disable / Make a chart unclickable in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1966051#M79632</link>
      <description>&lt;P&gt;Another option outside of the already suggested alternate state is to use a 1 in your set analysis for your measure(s).&amp;nbsp; For example:&lt;BR /&gt;SUM({1} [Sales])&lt;BR /&gt;SUM({1&amp;lt;[Region]={'US'}&amp;gt;} [Sales])&lt;/P&gt;
&lt;P&gt;The 1 tells the calculation to ignore all selections.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 16:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1966051#M79632</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2022-08-08T16:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disable / Make a chart unclickable in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1966056#M79633</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another way would be to write set analysis in the script wherein use identifier {1} to ignore selections&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vicky&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 16:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1966056#M79633</guid>
      <dc:creator>BonjourVicky</dc:creator>
      <dc:date>2022-08-08T16:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disable / Make a chart unclickable in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1966072#M79637</link>
      <description>&lt;P&gt;Thank you for the responses.&lt;/P&gt;
&lt;P&gt;The dashboard is currently using multiple alternate states for various reasons and the charts in question already have alternate states applied.&amp;nbsp; This isnt what Im talking about.&lt;/P&gt;
&lt;P&gt;I would like the entire object (chart, its dimensions, and its measures) to be non clickable. Static.&amp;nbsp; Almost as if its an image.&amp;nbsp; I don't want the user to click on the months across the bottom.&amp;nbsp; I.E. When they try to click on the months across the bottom of the bar char or click on the bars in the chart, I want nothing to happen.&amp;nbsp; Unclickable, uninteractable.&lt;/P&gt;
&lt;P&gt;Is this possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 16:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1966072#M79637</guid>
      <dc:creator>AnalyticsDev</dc:creator>
      <dc:date>2022-08-08T16:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disable / Make a chart unclickable in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1967260#M79727</link>
      <description>&lt;P&gt;Using 1 in set analysis as suggested in previous comments should accomplish this.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 17:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1967260#M79727</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2022-08-10T17:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disable / Make a chart unclickable in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1967355#M79741</link>
      <description>&lt;P&gt;I dont think it does.&amp;nbsp; I put 1 in set analysis for the measures and dimensions, bars, etc are still clickable.&amp;nbsp; I essentially want the entire chart object locked and you cannot do anything with it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correct me if Im wrong but what putting 1 in the set analysis does is shows all results irrespective of what selections have been previously made.&amp;nbsp; However, what Im speaking to is the chart itself becoming unclickable at all.&amp;nbsp; I'm already using an alternate state to put this chart on its own 'island' irrespective of what has been selected in other filters in the dashboard.&amp;nbsp; Now, I want to make the dimensions, bars, and value points themselves unclickable so that wherever the user clicks or tries to do within the chart itself, nothing changes.&amp;nbsp; Nothing is drilled down into.&amp;nbsp; Nothing is highlighted.&amp;nbsp; Its as if the chart is a staticlocked image that can't do anything.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even using set analysis {1} and alternate state, data points on bars, dimensions (months across the bottom) are still clickable and you can drill down.&amp;nbsp; I want to eliminate that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 20:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1967355#M79741</guid>
      <dc:creator>AnalyticsDev</dc:creator>
      <dc:date>2022-08-10T20:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disable / Make a chart unclickable in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1967566#M79751</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/153869"&gt;@AnalyticsDev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I guess it's not possible to disable chart object selections.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 07:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1967566#M79751</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2022-08-11T07:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disable / Make a chart unclickable in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1969947#M80031</link>
      <description>&lt;P&gt;So you don't want other charts to be affected when making a selection on a specific chart even one that uses set analysis {1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;ie: ='Total Order Count is '&amp;amp;count({1}distinct OrderID) &amp;amp;'' as in the example below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, I don't believe there is a way to achieve that. But this could be a workaround:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a dedicated so called 'read only' sheet.&lt;/LI&gt;&lt;LI&gt;Copy the objects you want to this sheet&lt;/LI&gt;&lt;LI&gt;Apply set analysis {1} to your chart measure expressions on each chart&lt;/LI&gt;&lt;LI&gt;Lock the dimension used in the chart to 'always one selected' (it will select the first dimension value but the set syntax will prevent the charts from changing&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any category name selection will not be possible since one dimension value is already 'selected' and since the charts will have the set {1} syntax applied, none of the charts should change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its not perfect but it &lt;I&gt;could &lt;/I&gt;work for your requirement.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/daa05682-82a0-4cea-a234-b284915d1b39.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/aefad095-bb32-450f-8aa8-20c1a6e65b98.default.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would also like to suggest adding this as a 'feature request' here.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas" target="_blank"&gt;Ideas | Qlik Community&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Or add your thoughts here: &lt;A href="https://community.qlik.com/t5/Suggest-an-Idea/quot-Read-Only-quot-status-settable-in-chart-properties/idi-p/1742732" target="_blank"&gt;https://community.qlik.com/t5/Suggest-an-Idea/quot-Read-Only-quot-status-settable-in-chart-properties/idi-p/1742732&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards...&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 21:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disable-Make-a-chart-unclickable-in-Qliksense/m-p/1969947#M80031</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2022-08-17T21:29:29Z</dc:date>
    </item>
  </channel>
</rss>

