<?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: Linking filter pane with specific chart - qliksense in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412992#M811899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like Rama mentioned &lt;SPAN style="font-size: 13.3333px;"&gt;Alternate states using extension&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;Slight update is alternate states out of the box is supposed to be on the way next release. (Already available on qlik cloud)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2018 19:20:38 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2018-10-24T19:20:38Z</dc:date>
    <item>
      <title>Linking filter pane with specific chart - qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412989#M811896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am using QlikSense. &lt;/P&gt;&lt;P&gt;Is it possible to associate a filter pane with only specific charts and not with all the charts?&lt;/P&gt;&lt;P&gt;Also, how do I link 2 different sheets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Urvashi Singla&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/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412989#M811896</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linking filter pane with specific chart - qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412990#M811897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hi,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Is it possible to associate a filter pane with only specific charts and not with all the charts?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #0000ff; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Yes,it is possible with a concept "&lt;STRONG&gt;Alternate States&lt;/STRONG&gt;" in both &lt;STRONG&gt;QV&lt;/STRONG&gt; as well as &lt;STRONG&gt;QS.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Option 1:-&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/thread/237894"&gt;Using Alternate State in QLikSense (without Extensions)&lt;/A&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Option 2:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;The two extensions above do allow you to create alternate states. The limitation is in the list box object that recognises alternate states as it does not behave as the native list box does. However it does provide the capability to create and manage alternate states through the front end of Qlik Sense. The syntax for calculations is identical to QlikView. See attached example.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Syntax:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;- For expressions based on the normal selected dateset: sum(Sales)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;- For expressions based on the alternate selected dataset: sum({[&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Alternate State Name&lt;/EM&gt;]} Sales)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;- You can mix these up in a single expression as I have done for the variance chart in the attached example qvf (screenshot below).&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-915736-106075/Alt States.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Alt States.png" class="jive-image image-1" height="489" src="/legacyfs/online/177748_Alt States.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="800" /&gt;&lt;/A&gt; !&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2 .How do I link 2 different sheets?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Option 1:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;A href="https://community.qlikview.com/thread/158484" title="https://community.qlikview.com/thread/158484"&gt;Qlik Sense Link to Sheet | Qlik Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Option 2:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Seems you are asking in the Sense and YES you can by using either Text box or by using KPI object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Text Object:&lt;/STRONG&gt; Add a text say "Finance" in the text box and select that Text and add a URL as shown below.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-827411-93561/7-21-2015 4-26-09 PM.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="7-21-2015 4-26-09 PM.png" class="jive-image image-1" height="187" src="/legacyfs/online/177755_7-21-2015 4-26-09 PM.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;" width="685" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And then add your URL to the sheet you want to jump to.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;h ttps://&amp;lt;Server name&amp;gt;/sense/app/&amp;lt;App ID&amp;gt;/sheet/&amp;lt;Sheet ID&amp;gt;/state/analysis&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Here APP ID and SHEET ID are GUI ID's you will see once you open an app and click on the sheet you are trying to jump to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;KPI Object:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This is straight forward. you can Link to sheet by enabling "Link to Sheet" property.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Appearance --&amp;gt; Presentation --&amp;gt; enable Link to sheet and select the sheet you want to jump to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 13:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412990#M811897</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-09-26T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linking filter pane with specific chart - qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412991#M811898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same issue. I need to link my 1st line chart with the particular filter and the other with the other one.&lt;/P&gt;&lt;P&gt;How can I do this in Qlik sense/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nishtha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 18:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412991#M811898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-24T18:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linking filter pane with specific chart - qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412992#M811899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like Rama mentioned &lt;SPAN style="font-size: 13.3333px;"&gt;Alternate states using extension&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;Slight update is alternate states out of the box is supposed to be on the way next release. (Already available on qlik cloud)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 19:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412992#M811899</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-24T19:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Linking filter pane with specific chart - qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412993#M811900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dilip for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means, Is there no way to carry out this functionality apart from using qlik cloud?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nishtha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 19:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412993#M811900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-24T19:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linking filter pane with specific chart - qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412994#M811901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As its released in qlik cloud it is high probability that next release Nov 2018 will contain the feature. thats the general trend at least.&lt;/P&gt;&lt;P&gt;if you are on older versions with issues upgrading the extensions are the way to go&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 20:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-filter-pane-with-specific-chart-qliksense/m-p/1412994#M811901</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-24T20:00:05Z</dc:date>
    </item>
  </channel>
</rss>

