<?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: document chaining qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584262#M42729</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;why to you want to use this url and not the straight forward url in my example&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you want to jump from one app to the other my url is the right one to use ,&lt;/P&gt;&lt;P&gt;your url is used to put qlik object inside iframes&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2019 05:34:04 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2019-05-24T05:34:04Z</dc:date>
    <item>
      <title>document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584161#M42716</link>
      <description>&lt;P&gt;Hi All -&lt;/P&gt;&lt;P&gt;I created a similar post to "New to Qlik Sense" but no luck there. I was hoping my question is suitable to place in this thread.&lt;/P&gt;&lt;P&gt;I have 2 separate apps (although similar data with common field names) and would like to pass filter pane values from one app to another. I followed this guideline from Ajay (&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1576855" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Document-Chaining-in-Qlik-Sense/tac-p/1576855&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;I have it all set up exactly how he instructs in his thread but once I click my newly set up button to send values through the filter pane to another app, I get a Qlik Sense error (The resource could not be found). I also noticed the URL I grab from the dev hub shoots me to an actual web page. I also noticed when I play with my URL it actually does send me to the sheet of the app I wanted, but I see no values passed over. On top, the pivot table is static and will not scroll up or down.&lt;/P&gt;&lt;P&gt;Are there any extensions that stays within Qlik Sense? Hoping someone can route me to the right direction with my problem.&lt;/P&gt;&lt;P&gt;Much appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584161#M42716</guid>
      <dc:creator>124psu</dc:creator>
      <dc:date>2024-11-16T20:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584168#M42718</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can use this expression it'll do the trick&amp;nbsp;&lt;/P&gt;&lt;P&gt;='&lt;A href="https://sense.qlikil.net/sense/app/b51c8aee-b7cd-424e-af63-be1b60888342/sheet/PfKsJK/state/analysis/select/'&amp;amp;" target="_blank"&gt;https://sense.qlikil.net/sense/app/b51c8aee-b7cd-424e-af63-be1b60888342/sheet/PfKsJK/state/analysis/select/'&amp;amp;&lt;/A&gt;&lt;BR /&gt;GetCurrentSelections(']/select/','/[','];[',50) &amp;amp; ']'&lt;/P&gt;&lt;P&gt;of course you need to replace with your server name and app and sheet id&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 20:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584168#M42718</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2019-05-23T20:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584182#M42721</link>
      <description>&lt;P&gt;Hi, just to clear up some ambiguity on my end, this is my URL that is receiving the passed values from another app. I got this URL by going into the DEV HUB and into 'single configurator' and selecting my app and the sheet I want to pass values over.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080"&gt;&lt;EM&gt;http://localhost:4848/single/?appid=C%3A%5CUsers%5Candrew%5COneDrive%20-%20CACA%5CDocuments%5CQlik%5CSense%5CApps%5Cefc%20transaction.qvf&amp;amp;sheet=395685aa-7027-4f88-a9d3-7f7c67cc40a6&amp;amp;opt=nointeraction&amp;amp;select=clearall&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So I took this URL, following the instructions and have an updated syntax of:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'http://localhost:4848/single/?appid=C%3A%5CUsers%5Candrew.so%5COneDrive%20-%20CACI%5CDocuments%5CQlik%5CSense%5CApps%5Cefc%20transaction.qvf&amp;amp;sheet=395685aa-7027-4f88-a9d3-7f7c67cc40a6' &lt;FONT color="#FF0000"&gt;&amp;amp; '/select/'&amp;amp; GetCurrentSelections('/select/','/',';')&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I am beginning to think my issue is arising from the URL piece. As in your URL, I see /state/analysis/... I actually do not have that embedded in the given URL from the DEV HUB. I manually added that piece as well and still no luck with properly passing values over. Let me know if you have any additional thoughts on this. Much appreciated for the feedback!&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 20:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584182#M42721</guid>
      <dc:creator>124psu</dc:creator>
      <dc:date>2019-05-23T20:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584262#M42729</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;why to you want to use this url and not the straight forward url in my example&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you want to jump from one app to the other my url is the right one to use ,&lt;/P&gt;&lt;P&gt;your url is used to put qlik object inside iframes&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 05:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584262#M42729</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2019-05-24T05:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584881#M42775</link>
      <description>Clear me this,&lt;BR /&gt;Do you want to show object from Single configurator?</description>
      <pubDate>Mon, 27 May 2019 04:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584881#M42775</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-05-27T04:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584882#M42776</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use this&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/App-integration-API-simplify-analysis-of-large-data-volumes/ta-p/1492781" target="_blank" rel="noopener"&gt;Solution also&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 04:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584882#M42776</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-05-27T04:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584883#M42777</link>
      <description>Do you selected content has special char?</description>
      <pubDate>Mon, 27 May 2019 04:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1584883#M42777</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-05-27T04:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1586409#M42909</link>
      <description>&lt;P&gt;Hi Lironbaram,&lt;/P&gt;&lt;P&gt;So I have updated my url to match what you have mentioned. I am still getting an error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;new syntax:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;'http://localhost:4848/single/?appid=C%3A%5CUsers%5Candrew.so%5COneDrive%20-%20CACI%5CDocuments%5CQlik%5CSense%5CApps%5Cefc%20transaction.qvf&amp;amp;sheet=395685aa-7027-4f88-a9d3-7f7c67cc40a6'&amp;amp;&lt;FONT color="#FF0000"&gt; '/state/analysis/'&lt;/FONT&gt; &amp;amp; &lt;FONT color="#FF0000"&gt;GetCurrentSelections(']/select/','/[','];[',50) &amp;amp; ']'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I added the&lt;FONT color="#FF6600"&gt;&amp;nbsp;'/state/analysis/'&lt;/FONT&gt; portion since my url did not include those strings. It seems like it should have been there but there is not. When I use this syntax all looks good if I bring in a separate text box just to make sure my values are being picked up. Also, my destination URL is within my qlik sense desktop, hence the &lt;FONT color="#339966"&gt;'&lt;/FONT&gt;&lt;FONT color="#339966"&gt;localhost:4848'&lt;FONT color="#000000"&gt;, but it still routes me to the web browser and I am left with the same error message of 'no resources found'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 19:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1586409#M42909</guid>
      <dc:creator>124psu</dc:creator>
      <dc:date>2019-05-29T19:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1586422#M42911</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Ajay,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I would like to pass values from many filter panes from App #1 to App #2. So If I have fields that have State, City, Country, Year, etc. the users will select those values, and once they press the button, it will send them over to App #2 with those same values intact. I followed your instructions on your thread but am still running into trouble.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------- Updated --------&lt;/P&gt;&lt;P&gt;So I have updated my url to match what you have mentioned. I am still getting an error.&lt;/P&gt;&lt;P&gt;new syntax:&lt;/P&gt;&lt;P&gt;'http://localhost:4848/single/?appid=C%3A%5CUsers%5Candrew.so%5COneDrive%20-%20CACI%5CDocuments%5CQlik%5CSense%5CApps%5Cefc%20transaction.qvf&amp;amp;sheet=395685aa-7027-4f88-a9d3-7f7c67cc40a6'&amp;amp; '/state/analysis/' &amp;amp; GetCurrentSelections(']/select/','/[','];[',50) &amp;amp; ']'&lt;/P&gt;&lt;P&gt;I added the '/state/analysis/' portion since my url did not include those strings. It seems like it should have been there but there is not. When I use this syntax all looks good if I bring in a separate text box just to make sure my values are being picked up. Also, my destination URL is within my qlik sense desktop, hence the 'localhost:4848', but it still routes me to the web browser and I am left with the same error message of 'no resources found'&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 20:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1586422#M42911</guid>
      <dc:creator>124psu</dc:creator>
      <dc:date>2019-05-29T20:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1586756#M42937</link>
      <description>&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;I was finally able to get my button to push users to a new app. I got the correct URL by going into the browser hub. My URL looks something like this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;'http://localhost:4848/sense/app/C%3A%5CUsers%5Candrew.so%5COneDrive%20-%20CACI%5CDocuments%5CQlik%5CSense%5CApps%5Cefc%20transaction.qvf/sheet/395685aa-7027-4f88-a9d3-7f7c67cc40a6/state/analysis'&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'/select/' &amp;amp; GetCurrentSelections('/select/','/',';')&lt;/P&gt;&lt;P&gt;Now my new issue is that none of the filter pane values (selections) are being pushed to the new app. It doesn't take into account the pre selected values in the filter pane. You can see in my URL that I have the '/select....&amp;nbsp;GetCurrentSelections.etc' syntax. Any ideas where I am going wrong on this? Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 16:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1586756#M42937</guid>
      <dc:creator>124psu</dc:creator>
      <dc:date>2019-05-30T16:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1586757#M42938</link>
      <description>&lt;P&gt;quick update - I am testing 3 filter panes and it seems that one of the filter panes is working very well. I have 2 other filter panes that are not working. After testing the non-working filter panes individually it doesnt seem to take it into account for some reason.. I have filter panes - Year, State, Account&lt;/P&gt;&lt;P&gt;State filter pane is passing the value but my Year and Account filter pane is not working at all.. a bit lost on how that can happen especially if one of the filter panes are working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 16:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1586757#M42938</guid>
      <dc:creator>124psu</dc:creator>
      <dc:date>2019-05-30T16:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1586784#M42945</link>
      <description>&lt;P&gt;All, I have now got the document chaining to work exactly how I expected. Big shout out to Ajay and Lironbaram for helping me out with this. Just a quick pointers and what I've learned to help out others who will be needing to implement this moving forward..&lt;/P&gt;&lt;P&gt;- Document chaining is very useful to avoid bringing in tons of data and instead keeping your model simple by creating multiple apps and switching back and forth by having pre-selected filter pane values pass those values to the next app.&lt;/P&gt;&lt;P&gt;- When using the URL, make sure to grab the URL from the web browser version&lt;/P&gt;&lt;P&gt;- I've done many readings on document chaining up to this point and realized many other users had their web browser url include the '/state/analysis' piece whereas I did not have that. I simply added that string onto my URL by using an '&amp;amp;'&lt;/P&gt;&lt;P&gt;- This one is key - your filter pane values will not pass if the column/field name is not the same. I did a quick test just to make sure and I believe that is how it behaves. E.g. if you have a column name [Calendar Year] in one app and [CY] in another app, the document chaining will not work. You must either rename the field name in either APP1 or APP2 so that it matches. There will be some clean up needed but wanted to point this one out as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- My app currently is pushing filter pane values to a granular table to a second app with many filters. I'm not sure what the limit is but so far, for my needs, the limit doesn't seem to be a problem going against the syntax -&amp;nbsp;&lt;SPAN&gt;GetCurrentSelections(']/select/','/[','];[',50) &amp;amp; ']'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you all for chiming in and helping me stimulate my brain to figure this problem out. I wish Qlik would have something similar out of the box in its next version but this will do for now!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 17:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1586784#M42945</guid>
      <dc:creator>124psu</dc:creator>
      <dc:date>2019-05-30T17:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1701366#M53704</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have been trying to implement the same functionality to pass more than 50 selections from one&amp;nbsp;app to another&amp;nbsp; by the steps mentioned by &lt;STRONG&gt;you&lt;/STRONG&gt;&amp;nbsp;and by&amp;nbsp;&lt;STRONG&gt;Ajay&lt;/STRONG&gt; and&lt;STRONG&gt; Lironbaram&amp;nbsp;&lt;/STRONG&gt;but to no&amp;nbsp;&lt;SPAN&gt;avail.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I w&lt;SPAN&gt;ant to pass multiple filters with various selections but the navigation occurs only for limited number of selections...Beyond that it says the URL is not found. I&amp;nbsp;am using qliksense enterprise edition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ple&lt;SPAN&gt;ase let me know if this can be helped.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 05:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1701366#M53704</guid>
      <dc:creator>Keshaw</dc:creator>
      <dc:date>2020-05-13T05:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1905631#M74662</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;,&lt;/P&gt;
&lt;P&gt;Firstly thanks a lot for sharing the document chaining steps they helped a lot.&lt;/P&gt;
&lt;P&gt;I too have&amp;nbsp; similar&amp;nbsp;requirement which&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/103985"&gt;@Keshaw&lt;/a&gt;&amp;nbsp; has stated&amp;nbsp; where need to pass multiple filters.&lt;/P&gt;
&lt;P&gt;but after executing the steps&amp;nbsp; i get an error which says "Request URL TOO Long"&lt;/P&gt;
&lt;P&gt;can you please help on this one like how we can overcome the limited number of selections&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 20:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/1905631#M74662</guid>
      <dc:creator>Skashid</dc:creator>
      <dc:date>2022-03-15T20:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: document chaining qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/2440652#M97282</link>
      <description>&lt;P&gt;The URL method is not reliable.&amp;nbsp; Sometimes it works and other times it doesn't.&amp;nbsp; The only solution is to have Qlik change enterprise to match what Cloud does.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 12:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/document-chaining-qlik-sense/m-p/2440652#M97282</guid>
      <dc:creator>markperrone</dc:creator>
      <dc:date>2024-04-12T12:31:47Z</dc:date>
    </item>
  </channel>
</rss>

