<?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 Chain - How to open a QVW with sheet ID in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277627#M401034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u share some sample files...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2017 03:31:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-02T03:31:01Z</dc:date>
    <item>
      <title>Document Chain - How to open a QVW with sheet ID</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277622#M401029</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 have multiple QVWs saved in my local C drive. Each QVW has multiple sheets. I plan to create a portal with bunch of buttons and assign link to open these QVWs with defined sheet ID. However, it seems that "Open Qlikview Document" action doesn't support sheet ID. How can I do it? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 01:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277622#M401029</guid>
      <dc:creator>posywang</dc:creator>
      <dc:date>2017-02-02T01:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chain - How to open a QVW with sheet ID</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277623#M401030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many QVW's you have? One way is to create an On Open trigger from document properties of each qvw files you have and just use these buttons just open those QVW files. Hope you got me? &lt;/P&gt;&lt;P&gt;Like you have 3 QVW files&lt;/P&gt;&lt;P&gt;Step1: Create on open trigger in each of these QVW files File1.QVW, File2.QVW and File3.QVW for example. &lt;/P&gt;&lt;P&gt;Step2: When you create buttons just link these files to individual buttons. So when ever a file is opened based on on open trigger it will activate the sheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 01:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277623#M401030</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-02T01:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chain - How to open a QVW with sheet ID</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277624#M401031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say we have button 1 to open Sheet 01 of File1.QVW and button 2 to open Sheet 02 of File1.QVW, how can I do it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 01:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277624#M401031</guid>
      <dc:creator>posywang</dc:creator>
      <dc:date>2017-02-02T01:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chain - How to open a QVW with sheet ID</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277625#M401032</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have button 1 to open File1.qvw and give one more action in file1.qvw using document trigger on open activate sheet id -sh01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 03:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277625#M401032</guid>
      <dc:creator />
      <dc:date>2017-02-02T03:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chain - How to open a QVW with sheet ID</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277626#M401033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I open sheet 2 of file1.qvw with button 2 if I have open activate sheet id set to sh01 in file1.qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 03:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277626#M401033</guid>
      <dc:creator>posywang</dc:creator>
      <dc:date>2017-02-02T03:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chain - How to open a QVW with sheet ID</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277627#M401034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u share some sample files...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 03:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277627#M401034</guid>
      <dc:creator />
      <dc:date>2017-02-02T03:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chain - How to open a QVW with sheet ID</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277628#M401035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attached. All 3 QVWs are in the same folder. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 03:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277628#M401035</guid>
      <dc:creator>posywang</dc:creator>
      <dc:date>2017-02-02T03:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chain - How to open a QVW with sheet ID</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277629#M401036</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;&lt;/P&gt;&lt;P&gt;CREATE ONE DUMMY FIELD FOR SELECTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIKE I HAVE CREATED A TMP FIELD IN BOTH APPLICATIONS&amp;nbsp; , PLS HAVE A LOOK AND LET ME KNOW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 04:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277629#M401036</guid>
      <dc:creator />
      <dc:date>2017-02-02T04:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chain - How to open a QVW with sheet ID</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277630#M401037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Is there a way to show both sheets since users may click both buttons and want to see sheet 1 and sheet 2 side by side. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 04:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277630#M401037</guid>
      <dc:creator>posywang</dc:creator>
      <dc:date>2017-02-02T04:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chain - How to open a QVW with sheet ID</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277631#M401038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHEN HE CLICKED ON ONE BUTTON action will happen immediately ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I don't think he will click on 2 buttonds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 05:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277631#M401038</guid>
      <dc:creator />
      <dc:date>2017-02-02T05:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chain - How to open a QVW with sheet ID</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277632#M401039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you get proper answer,you can close this thread ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it might helpful for some one &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 10:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chain-How-to-open-a-QVW-with-sheet-ID/m-p/1277632#M401039</guid>
      <dc:creator />
      <dc:date>2017-02-08T10:34:23Z</dc:date>
    </item>
  </channel>
</rss>

