<?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>article Document Chaining in Qlik Sense in Qlik Sense Documents</title>
    <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/ta-p/1495402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="font-size: 12pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Document Chaining in Qlik Sense made simple.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;As we all know in QlikView document chaining is drilling down from one application to another automatically transferring selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Qlik Sense does not have &lt;STRONG&gt;document chaining&lt;/STRONG&gt; yet,but we can do this in two ways.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;We can make a &lt;STRONG&gt;extension&lt;/STRONG&gt; that will do every thing for us it has all the property set (i'll leave my link to GITHUB for the same).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Using a simple &lt;STRONG&gt;method/function &lt;/STRONG&gt;&lt;STRONG&gt;GetCurrentSelections&lt;/STRONG&gt;() in Qlik Sense&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;To make this possible i'll use the second method to get this action in your qlik sense application&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;We are going to use &lt;A href="http://https//developer.qlik.com/garden/56728f52d1e497241ae698a0"&gt;Sheet Navigation + Actions for Qlik Sense&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Under &lt;SPAN style="color: #222222; font-size: 12px;"&gt;&lt;STRONG&gt;Navigation Behavior &lt;/STRONG&gt;-&amp;gt; &lt;SPAN style="color: #222222; font-size: 12px;"&gt;&lt;STRONG&gt;Navigation Action&lt;/STRONG&gt; -&amp;gt; &lt;SPAN style="color: #222222; font-size: 12px;"&gt;&lt;STRONG&gt;Open website (uncheck &lt;SPAN style="color: #222222; font-size: 12px;"&gt;Open in same window option&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12px; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG __jive_id="215993" alt="dc1.PNG" class="jive-image image-1" height="179" src="https://community.qlik.com/legacyfs/online/215993_dc1.PNG" style="height: 179px; width: 255.714px;" width="256" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12px; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now open to make it happen &lt;SPAN style="color: #000000; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;&lt;STRONG&gt;open a &lt;SPAN style="color: #000000; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;application&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; sheet in chrome browser, copy the url and add the below code&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ='&lt;STRONG&gt;Your_URL' &lt;/STRONG&gt;&amp;amp; '/&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;STRONG&gt;select&lt;/STRONG&gt;/' &amp;amp; &lt;STRONG&gt;GetCurrentSelections&lt;/STRONG&gt;('/select/','/',';')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 13.3333px;"&gt;So it will look somewhat like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://exampleQsDev.com/sense/app/" rel="nofollow" target="_blank"&gt;http://exampleQsDev.com/sense/app/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;aak0-aa55-4ahwe&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;/sheet/&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;f0a33&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;/state/analysis' &amp;amp; &lt;SPAN style="color: #000000; font-size: 12pt;"&gt;'/&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;STRONG&gt;select&lt;/STRONG&gt;/' &amp;amp; &lt;STRONG&gt;GetCurrentSelections&lt;/STRONG&gt;('/select/','/',';')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;NOW ADD THIS TO THE EXPRESSION OF &lt;/SPAN&gt;&lt;SPAN style="; color: #000000; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Website Uri.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #000000; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;when you do your selection the rest of url is made using &lt;SPAN style="color: #000000; font-size: 16px;"&gt;&lt;STRONG&gt;GetCurrentSelections() &lt;/STRONG&gt;&lt;/SPAN&gt;function&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;4th parameter for the &lt;STRONG style="color: #000000; font-size: 16px;"&gt;GetCurrentSelections&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 16px;"&gt;('/select/','/',';',&lt;STRONG&gt;200&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Visit : &lt;A href="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getcurrentselections.htm"&gt;GetCurrentSelections&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt; to know more&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;I have noticed if selection is more than &lt;SPAN style="; font-size: 14pt; text-decoration: underline;"&gt;&lt;EM&gt;5 or 6&lt;/EM&gt;&lt;/SPAN&gt; it will &lt;SPAN style="color: #993300;"&gt;not generate the link&lt;/SPAN&gt; as we need for performing the actions.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;I am planing to make a proper extension to make this happen but till then this is what we have.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="215994" alt="Doc_chan.gif" class="jive-image image-2" height="281" src="https://community.qlik.com/legacyfs/online/215994_Doc_chan.gif" style="max-width: 620px; height: 281px; width: 609.161px; display: block; margin-left: auto; margin-right: auto;" width="609" /&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Ajay Kakkar&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:ajaykakkar93@gmail.com"&gt;ajaykakkar93@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/space/2159"&gt;Qlik Sense Integration, Extensions and APIs&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2018 08:53:40 GMT</pubDate>
    <dc:creator>ajaykakkar93</dc:creator>
    <dc:date>2018-10-16T08:53:40Z</dc:date>
    <item>
      <title>Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/ta-p/1495402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="font-size: 12pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Document Chaining in Qlik Sense made simple.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;As we all know in QlikView document chaining is drilling down from one application to another automatically transferring selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Qlik Sense does not have &lt;STRONG&gt;document chaining&lt;/STRONG&gt; yet,but we can do this in two ways.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;We can make a &lt;STRONG&gt;extension&lt;/STRONG&gt; that will do every thing for us it has all the property set (i'll leave my link to GITHUB for the same).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Using a simple &lt;STRONG&gt;method/function &lt;/STRONG&gt;&lt;STRONG&gt;GetCurrentSelections&lt;/STRONG&gt;() in Qlik Sense&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;To make this possible i'll use the second method to get this action in your qlik sense application&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;We are going to use &lt;A href="http://https//developer.qlik.com/garden/56728f52d1e497241ae698a0"&gt;Sheet Navigation + Actions for Qlik Sense&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Under &lt;SPAN style="color: #222222; font-size: 12px;"&gt;&lt;STRONG&gt;Navigation Behavior &lt;/STRONG&gt;-&amp;gt; &lt;SPAN style="color: #222222; font-size: 12px;"&gt;&lt;STRONG&gt;Navigation Action&lt;/STRONG&gt; -&amp;gt; &lt;SPAN style="color: #222222; font-size: 12px;"&gt;&lt;STRONG&gt;Open website (uncheck &lt;SPAN style="color: #222222; font-size: 12px;"&gt;Open in same window option&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12px; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG __jive_id="215993" alt="dc1.PNG" class="jive-image image-1" height="179" src="https://community.qlik.com/legacyfs/online/215993_dc1.PNG" style="height: 179px; width: 255.714px;" width="256" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12px; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now open to make it happen &lt;SPAN style="color: #000000; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;&lt;STRONG&gt;open a &lt;SPAN style="color: #000000; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;application&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; sheet in chrome browser, copy the url and add the below code&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ='&lt;STRONG&gt;Your_URL' &lt;/STRONG&gt;&amp;amp; '/&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;STRONG&gt;select&lt;/STRONG&gt;/' &amp;amp; &lt;STRONG&gt;GetCurrentSelections&lt;/STRONG&gt;('/select/','/',';')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 13.3333px;"&gt;So it will look somewhat like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://exampleQsDev.com/sense/app/" rel="nofollow" target="_blank"&gt;http://exampleQsDev.com/sense/app/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;aak0-aa55-4ahwe&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;/sheet/&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;f0a33&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;/state/analysis' &amp;amp; &lt;SPAN style="color: #000000; font-size: 12pt;"&gt;'/&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;STRONG&gt;select&lt;/STRONG&gt;/' &amp;amp; &lt;STRONG&gt;GetCurrentSelections&lt;/STRONG&gt;('/select/','/',';')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;NOW ADD THIS TO THE EXPRESSION OF &lt;/SPAN&gt;&lt;SPAN style="; color: #000000; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Website Uri.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #000000; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;when you do your selection the rest of url is made using &lt;SPAN style="color: #000000; font-size: 16px;"&gt;&lt;STRONG&gt;GetCurrentSelections() &lt;/STRONG&gt;&lt;/SPAN&gt;function&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;4th parameter for the &lt;STRONG style="color: #000000; font-size: 16px;"&gt;GetCurrentSelections&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 16px;"&gt;('/select/','/',';',&lt;STRONG&gt;200&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Visit : &lt;A href="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getcurrentselections.htm"&gt;GetCurrentSelections&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt; to know more&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;I have noticed if selection is more than &lt;SPAN style="; font-size: 14pt; text-decoration: underline;"&gt;&lt;EM&gt;5 or 6&lt;/EM&gt;&lt;/SPAN&gt; it will &lt;SPAN style="color: #993300;"&gt;not generate the link&lt;/SPAN&gt; as we need for performing the actions.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;I am planing to make a proper extension to make this happen but till then this is what we have.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="215994" alt="Doc_chan.gif" class="jive-image image-2" height="281" src="https://community.qlik.com/legacyfs/online/215994_Doc_chan.gif" style="max-width: 620px; height: 281px; width: 609.161px; display: block; margin-left: auto; margin-right: auto;" width="609" /&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Ajay Kakkar&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:ajaykakkar93@gmail.com"&gt;ajaykakkar93@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/space/2159"&gt;Qlik Sense Integration, Extensions and APIs&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 08:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/ta-p/1495402</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2018-10-16T08:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1495403#M3214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Interesting use of GetCurrentSelections() function. I've made something similar, using Concat(). You can check it out here: &lt;A href="https://community.qlik.com/docs/DOC-19563"&gt;App integration API - simplify analysis of large data volumes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 21:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1495403#M3214</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-10-16T21:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1495404#M3215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is a way but in my way there is a disadvantage if selection is more than 5 or 6 it will not generate the link.&lt;/P&gt;&lt;P&gt;I am planing to make a proper extension to make this happen but till then this is what we have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 03:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1495404#M3215</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2018-10-18T03:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1495405#M3216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can handle this with fourth paramemter for the GetCurrentSelections function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 06:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1495405#M3216</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-10-18T06:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1518910#M3513</link>
      <description>&lt;P&gt;Love it. This works fantastically.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 21:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1518910#M3513</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2018-12-10T21:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1519928#M3519</link>
      <description>&lt;P&gt;&amp;nbsp;Hi,&lt;/P&gt;&lt;P&gt;Its al working great, but....something weird is going on with Month (Maand) field.&lt;/P&gt;&lt;P&gt;All fields get selected in the app that I open from the button,&amp;nbsp;except the Month field.&lt;/P&gt;&lt;P&gt;This is my url: ...sense/app/{appid}/sheet/{sheetid}/state/analysis/select/Maand/jan/select/Jaar/2018&lt;/P&gt;&lt;P&gt;Jaar (Year) is selected, Maand isn't...Ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 15:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1519928#M3519</guid>
      <dc:creator>rh205bip</dc:creator>
      <dc:date>2018-12-12T15:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1519936#M3520</link>
      <description>&lt;P&gt;*Update&lt;/P&gt;&lt;P&gt;I swapped the monthfield from month tot monthnumber..somehow that works.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 15:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1519936#M3520</guid>
      <dc:creator>rh205bip</dc:creator>
      <dc:date>2018-12-12T15:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1526108#M3538</link>
      <description>&lt;P&gt;Excellent article&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 03:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1526108#M3538</guid>
      <dc:creator>psankepalli</dc:creator>
      <dc:date>2019-01-04T03:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1530699#M3548</link>
      <description>&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-III lia-component-message-view-widget-author-username"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class="login-bold"&gt;Thank You.. for you&amp;nbsp;appreciation people..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 03:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1530699#M3548</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-01-16T03:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1576855#M3835</link>
      <description>&lt;P&gt;I do not understand why reinvent the wheel?&lt;BR /&gt;Use ODAG&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 10:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1576855#M3835</guid>
      <dc:creator>SergeyN</dc:creator>
      <dc:date>2019-05-06T10:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1576870#M3836</link>
      <description>&lt;P&gt;This is one of the ways we can do it &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/55302"&gt;@SergeyN&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 11:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1576870#M3836</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-05-06T11:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1584126#M3867</link>
      <description>&lt;P&gt;Is there a way to download this gif? The original author is showing a nice step by step and would like to be able to pause and follow through with his instructions!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 18:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1584126#M3867</guid>
      <dc:creator>124psu</dc:creator>
      <dc:date>2019-05-23T18:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1584303#M3870</link>
      <description>&lt;P&gt;Hi, Sorry i don't have a video of this i made a gif to upload.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 07:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1584303#M3870</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-05-24T07:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1653941#M4139</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;***************************DOCUMENT CHAINING QLIK SENSE*****************************&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;THIS IS WHAT I'M TRYING BUT BUTTON JUST TAKES ME TO APP2 BUT DOESN'T APPLY SELECTION FILTER FROM APP1 :&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;='&lt;A href="http://server.ip/sense/app/1006410b-eee0-4e3a-9079-80fb77cb9353/sheet/9d5f2a40-2086-45ea-a89d-99cc08eb3cb1'&amp;amp;" target="_blank"&gt;http://server.ip/sense/app/1006410b-eee0-4e3a-9079-80fb77cb9353/sheet/9d5f2a40-2086-45ea-a89d-99cc08eb3cb1'&amp;amp;&lt;/A&gt;&lt;BR /&gt;'/select/' &amp;amp; GetCurrentSelections('/select/','/',';')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BELOW IS THE URL WHICH APPEARS AFTER CLICKING THE BUTTON FROM APP1 AND GOING TO APP2 :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;='&lt;STRONG&gt;&lt;A href="http://server.ip/sense/app/1006410b-eee0-4e3a-9079-80fb77cb9353/sheet/9d5f2a40-2086-45ea-a89d-99cc08eb3cb1'&amp;amp;" target="_blank"&gt;http://server.ip/sense/app/1006410b-eee0-4e3a-9079-80fb77cb9353/sheet/9d5f2a40-2086-45ea-a89d-99cc08eb3cb1'&amp;amp;&lt;/A&gt;&lt;/STRONG&gt;'/select/' &amp;amp; GetCurrentSelections('/select/','/',';')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;COLUMN NAMES IN BOTH APPS ARE SAME EVEN CASE SENSITIVITY IS SAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PLEASE HELP&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 10:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1653941#M4139</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2019-12-05T10:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1654498#M4141</link>
      <description>&lt;P&gt;Did you try giving a value in url manually?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 10:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1654498#M4141</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-12-05T10:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1654500#M4142</link>
      <description>&lt;P&gt;nope i coped it from browser, chaining is done&amp;nbsp; by using below expression but it doesn't let me pass more then 10 selection . query times out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;='&lt;A href="http://server.name/sense/app/fa7a997a-1fd2-4b67-9f47-e57d7627d194/sheet/9d5f2a40-2086-45ea-a89d-99cc08eb3cb1/state/analysis/select/COLUMN/['&amp;amp;Concat(Distinct" target="_blank" rel="noopener"&gt;http://server.name/sense/app/fa7a997a-1fd2-4b67-9f47-e57d7627d194/sheet/9d5f2a40-2086-45ea-a89d-99cc08eb3cb1/state/analysis/select/COLUMN/['&amp;amp;Concat(Distinct&lt;/A&gt; COLUMN, '];[')&amp;amp;']',&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any solution for this ? i need to pass more than 10k selection from app1 to app2&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 10:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1654500#M4142</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2019-12-05T10:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1661162#M4155</link>
      <description>&lt;P&gt;GIF LINK:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/legacyfs/online/215994_Doc_chan.gif" target="_blank"&gt;https://community.qlik.com/legacyfs/online/215994_Doc_chan.gif&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2019 05:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1661162#M4155</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-12-28T05:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1701383#M4329</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18706"&gt;@ajaykakkar93&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;and fellow mates,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I h&lt;SPAN&gt;ave been trying to pass the filter selections from one&amp;nbsp;app to&amp;nbsp;another&amp;nbsp;and&amp;nbsp;as suggested by&amp;nbsp;ajay , tried that way. But, maximum 6 is being reflected . But,&amp;nbsp;after few workarounds was&amp;nbsp;able to pass maximum 12. selections from&amp;nbsp;a single filter pane . However, I want to pass upto 80 selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help if this can be resolved.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 06:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1701383#M4329</guid>
      <dc:creator>Keshaw</dc:creator>
      <dc:date>2020-05-13T06:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1707727#M4353</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/55302"&gt;@SergeyN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I agree - ODAG addresses a very similar use case. I however often find end users struggling with ODAG, that little button in the lower left corner might be fine, but then you get a meny with already created apps etc - it's way more complicated than it should (for the use case discussed here).&amp;nbsp;&lt;/P&gt;&lt;P&gt;A simpler solution can certainly be useful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 08:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1707727#M4353</guid>
      <dc:creator>mountaindude</dc:creator>
      <dc:date>2020-06-03T08:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1708953#M4355</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this solution is great - thanks for sharing. But I have a quite nasty issue. I have several often used fields with values containing a slash /&lt;/P&gt;&lt;P&gt;eg Date 06/03/2020 or for plants we are using plant code plus some letters for better readability eg 1110/ATT&lt;/P&gt;&lt;P&gt;Is there any way to still handover such field values by URL? I tried "" or '' but it didn't work. Or at least any possibility to handover keys of selected data (eg. for Date I have a field Key_Date that represents date but as number)&lt;/P&gt;&lt;P&gt;Really appreciate any help!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 08:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1708953#M4355</guid>
      <dc:creator>BjoernWollny</dc:creator>
      <dc:date>2020-06-08T08:33:40Z</dc:date>
    </item>
  </channel>
</rss>

