<?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 document chain based on Sheet opening (Not Button) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-document-chain-based-on-Sheet-opening-Not-Button/m-p/998930#M527523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Balraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have an issue with document chaining using the prescribed method. The issue is related to Sheet level triggers not having the Open URL action, hence looking for a workaround away from the standard methods to implement something similar in ajaax without using buttons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Nov 2015 06:37:02 GMT</pubDate>
    <dc:creator>nam</dc:creator>
    <dc:date>2015-11-16T06:37:02Z</dc:date>
    <item>
      <title>How to document chain based on Sheet opening (Not Button)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-document-chain-based-on-Sheet-opening-Not-Button/m-p/998926#M527519</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;Just need some thoughts on creating document chaining when user opens a particular sheet by clicking on the sheet header (on sheet activate).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The open URL action is only available on button properties and not on the sheet triggers properties , has anyone else put a workaround on achieving this without using the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 04:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-document-chain-based-on-Sheet-opening-Not-Button/m-p/998926#M527519</guid>
      <dc:creator>nam</dc:creator>
      <dc:date>2015-11-16T04:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to document chain based on Sheet opening (Not Button)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-document-chain-based-on-Sheet-opening-Not-Button/m-p/998927#M527520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naweed,&lt;/P&gt;&lt;P&gt;Just a thought.&lt;/P&gt;&lt;P&gt;May be you can create one Button (You already told without using the Button, But just a try) . e.g Object ID : &lt;STRONG&gt;BU01&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Actions : OpenURL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then, goto Sheet Properties -&amp;gt; OnActivateSheet -&amp;gt; Actions -&amp;gt; Run Macro -&amp;gt;&lt;/P&gt;&lt;P&gt;Put the Code Like..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub CHECK()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;ActiveDocument.GetSheetObject("BU01").Press&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can hide the Button in Layout Tab -&amp;gt; Conditional as '&lt;STRONG&gt;0'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 05:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-document-chain-based-on-Sheet-opening-Not-Button/m-p/998927#M527520</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-16T05:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to document chain based on Sheet opening (Not Button)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-document-chain-based-on-Sheet-opening-Not-Button/m-p/998928#M527521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Settu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the reply, however its Ajax only so no macros otherwise the macro could have solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I can achieve this from a look and feel perspective is if I turn off the tab row and use buttons to navigate between sheets this way I can document chain giving the user the perception of just moving to another tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still hoping I can find a resolution for a trigger on sheet open in ajaax&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 06:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-document-chain-based-on-Sheet-opening-Not-Button/m-p/998928#M527521</guid>
      <dc:creator>nam</dc:creator>
      <dc:date>2015-11-16T06:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to document chain based on Sheet opening (Not Button)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-document-chain-based-on-Sheet-opening-Not-Button/m-p/998929#M527522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go through following threads:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/53743"&gt;Passing Parameters in a URL and Document Chaining&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/149654"&gt;An example to document chain&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/173767" title="https://community.qlikview.com/thread/173767"&gt;Document chaining in Qlikview | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 06:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-document-chain-based-on-Sheet-opening-Not-Button/m-p/998929#M527522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T06:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to document chain based on Sheet opening (Not Button)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-document-chain-based-on-Sheet-opening-Not-Button/m-p/998930#M527523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Balraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have an issue with document chaining using the prescribed method. The issue is related to Sheet level triggers not having the Open URL action, hence looking for a workaround away from the standard methods to implement something similar in ajaax without using buttons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 06:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-document-chain-based-on-Sheet-opening-Not-Button/m-p/998930#M527523</guid>
      <dc:creator>nam</dc:creator>
      <dc:date>2015-11-16T06:37:02Z</dc:date>
    </item>
  </channel>
</rss>

