<?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: How to trigger same sheet in document chaining in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855182#M299774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have created this table in both apps.&lt;/P&gt;&lt;P&gt;SheetName:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;SheetName,SheetID&lt;/P&gt;&lt;P&gt;Sheet1, SH62&lt;/P&gt;&lt;P&gt;Sheet2,SH54&lt;/P&gt;&lt;P&gt;Sheet3,SH66&lt;/P&gt;&lt;P&gt;Sheet4,SH36&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now just follow few steps;&lt;/P&gt;&lt;P&gt;1: On Button Click Trigger -&amp;gt; External-&amp;gt;Open Qlikview Document -&amp;gt; Enter Document NAme with path&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;then must tick Transfer State and Apply state on top of Current.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2: And In AppB -&amp;gt;on each sheet-&amp;gt;Property&amp;gt;General-&amp;gt;Show Conditional&lt;/P&gt;&lt;P&gt;write if(SheetID='',1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 12:23:00 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-04-30T12:23:00Z</dc:date>
    <item>
      <title>How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855175#M299767</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 QlikView's document chaining concept to activate another (app B) application from previous (app A) &lt;SPAN style="font-size: 13.3333330154419px;"&gt;using Open QlikView Document as an action.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;In my current scenario I have to open the sheet in App B on which I have clicked on App A.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;For e.g.: If I clicked in sheet2 in app A the same sheet (i.e. sheet2) should get trigger in app B, below is the screen shot for sheet layout for your reference &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85409_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;To achieve above functionality I have used data island as sheet names along with existing sheet ID, below is the script for your ref.&lt;/P&gt;&lt;P&gt;SheetName:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;SheetName,SheetID&lt;/P&gt;&lt;P&gt;Sheet1, SH62&lt;/P&gt;&lt;P&gt;Sheet2,SH54&lt;/P&gt;&lt;P&gt;Sheet3,SH66&lt;/P&gt;&lt;P&gt;Sheet4,SH36&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have referred the blog &lt;A _jive_internal="true" href="https://community.qlik.com/thread/53743"&gt;https://community.qlik.com/thread/53743&lt;/A&gt;‌ and &lt;A href="https://community.qlikview.com/thread/134654"&gt;https://community.qlikview.com/thread/134654&lt;/A&gt; but didn't find the solution of my issue.&lt;/P&gt;&lt;P&gt;Is there a way we can activate the same sheet on different application in Document chaining?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Punit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 10:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855175#M299767</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2015-04-30T10:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855176#M299768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and where that sheet 2 in app B will get open?&lt;/P&gt;&lt;P&gt;you want when you click sheet 2, sheet 2 of App B should get open in that window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 10:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855176#M299768</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-30T10:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855177#M299769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can directly open another document in your current application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to button properties - - Action - - Add - - External - - Open a Qlikview Document - - and write the application path which you want to open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="document chaining.PNG" class="jive-image image-1" src="/legacyfs/online/85412_document chaining.PNG" style="height: 356px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 10:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855177#M299769</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-30T10:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855178#M299770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/181134"&gt;AnkitaAg&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#1 : yes&lt;/P&gt;&lt;P&gt;#2 :I have used the same approach but I am not able to navigate to Sheet2 of App B in example above.&lt;/P&gt;&lt;P&gt;let me know if you need more inputs from my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Punit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 10:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855178#M299770</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2015-04-30T10:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855179#M299771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define a variable as follows in application1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;vActiveSheet1 = &lt;SPAN style="color: #0000ff;"&gt;SubField&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;GetActiveSheetId&lt;/SPAN&gt;(),'\',2) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Also create a variable in second application as vActiveSheet2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;When you use the Open Qlikview Document Action in first application, add one more action for Set variable. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Using this action, set the vActiveSheet2 = $(&lt;SPAN style="font-size: 10pt;"&gt;vActiveSheet1)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;On each sheet of application 2 give a layout condition as $(&lt;SPAN style="font-size: 10pt;"&gt;vActiveSheet2) = 'give the sheet id here'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Let me know if it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Greeshma&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 10:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855179#M299771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T10:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855180#M299772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/117599"&gt;greeshma_k&lt;/A&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;Thanks for your reply&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have tried the same approach previously but variables value do not get passed when we move from one app to other.&lt;/P&gt;&lt;P&gt;Have tried your approach as well but didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Punit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 11:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855180#M299772</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2015-04-30T11:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855181#M299773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry my bad. The variable values are not getting passed. I tried using the inline table table that you have created and was able to achieve this by using the Select in field button action. Please see attached QVWs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855181#M299773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T12:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855182#M299774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have created this table in both apps.&lt;/P&gt;&lt;P&gt;SheetName:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;SheetName,SheetID&lt;/P&gt;&lt;P&gt;Sheet1, SH62&lt;/P&gt;&lt;P&gt;Sheet2,SH54&lt;/P&gt;&lt;P&gt;Sheet3,SH66&lt;/P&gt;&lt;P&gt;Sheet4,SH36&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now just follow few steps;&lt;/P&gt;&lt;P&gt;1: On Button Click Trigger -&amp;gt; External-&amp;gt;Open Qlikview Document -&amp;gt; Enter Document NAme with path&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;then must tick Transfer State and Apply state on top of Current.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2: And In AppB -&amp;gt;on each sheet-&amp;gt;Property&amp;gt;General-&amp;gt;Show Conditional&lt;/P&gt;&lt;P&gt;write if(SheetID='',1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855182#M299774</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-30T12:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855183#M299775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/117599"&gt;greeshma_k&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply...It worked for me..&lt;/P&gt;&lt;P&gt;I was also trying the same way but in my App2 all the sheets was not conditionally hidden due to which it was not working as expected and when I hide them all conditionally (as in your example) it work fine based on either SheetID or SheetName..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Punit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 13:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855183#M299775</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2015-04-30T13:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855184#M299776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i followed this approach. but not working for me. I'm accesing both the application through accesspoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 21:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855184#M299776</guid>
      <dc:creator />
      <dc:date>2015-06-25T21:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855185#M299777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you do that.i'm not able to achieve the same, cn you guide me something. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 05:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855185#M299777</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-09-25T05:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855186#M299778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realise this is an old post, but someone else may need this information too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work if you check that the variables in the first app is checked to 'Include in Bookmarks' - then the variable values also get passed to the second app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 03:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855186#M299778</guid>
      <dc:creator>ElizabethLamb</dc:creator>
      <dc:date>2015-10-09T03:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855187#M299779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my experience it works, but only with the IE Plug-in. If you are using Ajax (Full browser version) the triggers are not launched.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855187#M299779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-29T09:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855188#M299780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll explain my situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to navigate via Ajax (Full browser version) from one application to another one. Both hold the same data model and fields.&lt;/P&gt;&lt;P&gt;I need to transfer between them the current active sheet and all the selections made. I solved this with the OpenDocument+transfer state and the mentioned logical island for the sheet ID, but as with Ajax the 'On Open document' trigger doesn't work the opened document always navigates to the default sheet.&lt;/P&gt;&lt;P&gt;There is another option, using the open URL instead of open document, but as my documents have many fields and there can be more in the future, I would prefer a solution to transfer all the available fields selection instead of writing them one by one (as I've seen it's done with the open URL action).&lt;/P&gt;&lt;P&gt;Does anyone have a workaround for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855188#M299780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-29T09:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger same sheet in document chaining</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855189#M299781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way, where we can see all the sheets in App 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 11:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-same-sheet-in-document-chaining/m-p/855189#M299781</guid>
      <dc:creator />
      <dc:date>2016-05-24T11:41:35Z</dc:date>
    </item>
  </channel>
</rss>

