<?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: chart links to another page in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326705#M836193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou it is possible!. How can this be done if you do not have a dimension in the chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2017 08:49:50 GMT</pubDate>
    <dc:creator>aaronnayan</dc:creator>
    <dc:date>2017-05-25T08:49:50Z</dc:date>
    <item>
      <title>chart links to another page</title>
      <link>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326702#M836190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pie chart, with 9 expressions (segments)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want it so, when the user clicks on 1 segment of the chart it will take him to another page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the use of buttons but i want it to activate a sheet when you select the chart segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks guys &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326702#M836190</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: chart links to another page</title>
      <link>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326703#M836191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to jump from one sheet to another without the use of buttons in your condition.&lt;/P&gt;&lt;P&gt;The workaround would be to create buttons equal to the size of your bars and set the action accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 10:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326703#M836191</guid>
      <dc:creator />
      <dc:date>2017-05-24T10:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: chart links to another page</title>
      <link>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326704#M836192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Aaron!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible.&lt;/P&gt;&lt;P&gt;For instance you have a data:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[task,val&lt;/P&gt;&lt;P&gt;A,10&lt;/P&gt;&lt;P&gt;B,20&lt;/P&gt;&lt;P&gt;C,30];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load it. Create a circle chart with dimension "task" and expression "=sum(val)". You'll get your navigator &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After that go to the trigger menu (Ctrl+Alt+D -&amp;gt; Triggers), find our field "task" in Field Event Triggers and press Edit Action OnSelect. Choose Layout -&amp;gt; Activate Sheet and where is the sheet should be inputed place an expression:&lt;/P&gt;&lt;P&gt;=pick(match(GetFieldSelections(task),'A','B','C'),'SH02','SH03','SH04')&lt;/P&gt;&lt;P&gt;or you can use a simple function IF to determine sheet name depend of &lt;SPAN style="font-size: 13.3333px;"&gt;GetFiledSelections(task)&lt;/SPAN&gt; funcion.&lt;/P&gt;&lt;P&gt;In my case sheets have a name SH01, SH02 you may have a different ones.&lt;/P&gt;&lt;P&gt;That's all! Now, if you done it right you'll be able to move among sheets by clickin on the pie pieces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find it usefull!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: I've added an example and correct some little mistakes in the text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 10:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326704#M836192</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-05-24T10:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: chart links to another page</title>
      <link>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326705#M836193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou it is possible!. How can this be done if you do not have a dimension in the chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 08:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326705#M836193</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-05-25T08:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: chart links to another page</title>
      <link>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326706#M836194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Aaron!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to make it w/o a dimension and for now I have no result, because nothing is happenin' when user is clickin on expressions (no selections are returned). Maybe later, when my experience will grow I'll find the answer, but for now I can offer only one decision.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 09:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326706#M836194</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-05-25T09:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: chart links to another page</title>
      <link>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326707#M836195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this might be helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/741198"&gt;Re: Pie Chart&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 11:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-links-to-another-page/m-p/1326707#M836195</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-05-25T11:08:06Z</dc:date>
    </item>
  </channel>
</rss>

