<?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 Accessing QlikView documents from outside QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196135#M56329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;Thanks a ton for your reply.&lt;/P&gt;&lt;P&gt;Here do you navigate from one sheet of the QV document to the other sheet on click or what.&lt;/P&gt;&lt;P&gt;My requirement is like i have a list of items, and now when ever user clicks on any item thats needs to be open and moreover this items and the path for the QV needs to come from database dynamically.&lt;/P&gt;&lt;P&gt;Is this possible ?&lt;/P&gt;&lt;P&gt;Could you please relook the code and let me know as am new to macro ?&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;IF possible can i have your email id please if you dont mind for the same?&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 11:02:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-26T11:02:59Z</dc:date>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196130#M56324</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 QV 9.0 PE.&lt;/P&gt;&lt;P&gt;But i want to Accessing QlikView documents from outside QlikView. So that i write the following vba code it throws an error. I added the references qv 9.0 type library in vb&lt;/P&gt;&lt;P&gt;Private Sub CommandButton1_Click()&lt;BR /&gt;Dim doc1 As New QlikView.ActiveDocument&lt;BR /&gt;Set app1 = doc1.GetApplication&lt;BR /&gt;&lt;BR /&gt;Set doc2 = appl.OpenDoc("D:\Business.qvw", "", "")&lt;BR /&gt;doc2.Activate&lt;BR /&gt;&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;error as&lt;/P&gt;&lt;P&gt;automation error unspecified error vba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Murugavel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2009 12:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196130#M56324</guid>
      <dc:creator />
      <dc:date>2009-09-23T12:14:58Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196131#M56325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Did you get any solution for this.&lt;/P&gt;&lt;P&gt;As i have the same requirement here. I want to call the other qv files (those are separate qvw files which are outside of the current QVW) from my qlickview document.&lt;/P&gt;&lt;P&gt;Please help me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2009 13:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196131#M56325</guid>
      <dc:creator />
      <dc:date>2009-09-23T13:00:57Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196132#M56326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tested (but only with VBScript), and this works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Set App = CreateObject("QlikTech.QlikView")&lt;BR /&gt;Set Doc = App.OpenDoc("C:\test.qvw","","")&lt;BR /&gt;Doc.Activate&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2009 13:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196132#M56326</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-23T13:13:00Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196133#M56327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joachim,&lt;/P&gt;&lt;P&gt;Will you please help me?&lt;/P&gt;&lt;P&gt;I have the macro to call the files from outside of the current file.&lt;/P&gt;&lt;P&gt;And my macro is like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;STRONG&gt;Sub&lt;/STRONG&gt; Absorption&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;STRONG&gt;dim&lt;/STRONG&gt; SelectedReportPath&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;STRONG&gt;set&lt;/STRONG&gt; mySelections = ActiveDocument.fields("DESCRIPTION").GetPossibleValues&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;STRONG&gt;'Only if one selection is done&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;STRONG&gt;if&lt;/STRONG&gt; mySelections.Count = 1 &lt;STRONG&gt;then&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;STRONG&gt;set&lt;/STRONG&gt; FileName = ActiveDocument.fields("PATH").GetPossibleValues&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;STRONG&gt;Set&lt;/STRONG&gt; App = ActiveDocument.GetApplication&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;STRONG&gt;'Set newdoc = App.opendoc ("D:\Modelos BI\Financiero.qvw")&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;STRONG&gt;Set&lt;/STRONG&gt; newdoc = App.Opendoc (SelectedReportPath,"","")&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;STRONG&gt;End&lt;/STRONG&gt; &lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;End&lt;/STRONG&gt; &lt;STRONG&gt;Sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is working proper,but when i am putting in server its throwing the error saying "Macro parsing failed,functionality lost"&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Could you please tell me where am missing?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahasweta&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 20:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196133#M56327</guid>
      <dc:creator />
      <dc:date>2009-10-23T20:05:56Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196134#M56328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not too sure what you have done wrong in your macro, however, I do it differently and it works for me!&lt;/P&gt;&lt;P&gt;Create the following macro:&lt;/P&gt;&lt;P&gt;SUB Launch_QVW_Application&lt;BR /&gt; SET doc = ActiveDocument&lt;BR /&gt; SET b = doc.GetSheetObject("BU03")&lt;BR /&gt; SET bp = b.GetProperties&lt;BR /&gt; bp.Application.v = "C:\Program Files\Internet Explorer\IEXPLORE.EXE"&lt;BR /&gt; bp.Parameters.v = "qvp://ukqkv02/darqmatter/innovation/Investment Performance (Innovation).QVW"&lt;BR /&gt; b.SetProperties bp&lt;BR /&gt; b.Press&lt;BR /&gt;END SUB&lt;/P&gt;&lt;P&gt;You will notice that this "presses" a button, this button is included on the sheet but is hidden simply by creating a conditional show expression on the layout tab as 1&amp;lt;&amp;gt;1, the button on the general tab is marked as a Launch/Export type button.&lt;/P&gt;&lt;P&gt;You should then have another button that is marked to launch the other app, this button calls the macro above.&lt;/P&gt;&lt;P&gt;As I say, it works for me, so give it a go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 21:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196134#M56328</guid>
      <dc:creator />
      <dc:date>2009-10-23T21:06:11Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196135#M56329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;Thanks a ton for your reply.&lt;/P&gt;&lt;P&gt;Here do you navigate from one sheet of the QV document to the other sheet on click or what.&lt;/P&gt;&lt;P&gt;My requirement is like i have a list of items, and now when ever user clicks on any item thats needs to be open and moreover this items and the path for the QV needs to come from database dynamically.&lt;/P&gt;&lt;P&gt;Is this possible ?&lt;/P&gt;&lt;P&gt;Could you please relook the code and let me know as am new to macro ?&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;IF possible can i have your email id please if you dont mind for the same?&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 11:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196135#M56329</guid>
      <dc:creator />
      <dc:date>2009-10-26T11:02:59Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196136#M56330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;I have implemented the solution provided by you.&lt;/P&gt;&lt;P&gt;But still i have some issues in that.&lt;/P&gt;&lt;P&gt;1- its asking to lunch the IE.exe which does not look good if the end user sees that pop up.&lt;/P&gt;&lt;P&gt;2- Its opening in a different window,in stead i want to open the specific document in the same window where my main report is there and then i should be able to navigate back to the main page.&lt;/P&gt;&lt;P&gt;Will you please look into these issues and give me some solutions please?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 19:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196136#M56330</guid>
      <dc:creator />
      <dc:date>2009-10-26T19:05:52Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196137#M56331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahasweta&lt;/P&gt;&lt;P&gt;I think on number 1 you need to set the Requested Module Security and Current Local Security to Allow System Access in the macro code area, this should solve the question for you.&lt;/P&gt;&lt;P&gt;On number 2, if you find a solution to this then let me know, I tried for some time and gave up with it, there are no properties in QVW to allow this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 19:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196137#M56331</guid>
      <dc:creator />
      <dc:date>2009-10-26T19:32:19Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196138#M56332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Murugavel S:&lt;/P&gt;&lt;P&gt;In API Guide version 9, on OpenDoc method says:&lt;BR /&gt;"&lt;BR /&gt;rem ** VBScript **&lt;BR /&gt;set App = ActiveDocument.GetApplication&lt;BR /&gt;set newdoc = App.OpenDoc ("C:\MyDocuments\QV4Automation.qvw","","")&lt;/P&gt;&lt;P&gt;set App = ActiveDocument.GetApplication&lt;BR /&gt;App.OpenDoc "C:\MyDocuments\Budget.qvw","JNN","123456"&lt;/P&gt;&lt;P&gt;rem ** Visual Basic **&lt;BR /&gt;dim App as New QlikView.Application&lt;BR /&gt;set newdoc = App.OpenDoc ("C:\MyDocuments\Budget.qvw","JN","123456")&lt;BR /&gt;"&lt;/P&gt;&lt;P&gt;Maybe this helps you.&lt;/P&gt;&lt;P&gt;I understand you want to open qv doc from outside Qv. And you do this from VBA.&lt;BR /&gt;So, i've made a test sub in Excel and it works:&lt;/P&gt;&lt;P&gt;Sub test()&lt;BR /&gt;Dim App As New QlikView.Application&lt;BR /&gt;Set newdoc = App.OpenDoc("D:\test.qvw", "", "")&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahasweta :&lt;/P&gt;&lt;P&gt;To open another Qv doc in the same qv window(process) you could use Document chaining (ver9), from Triggers.&lt;/P&gt;&lt;P&gt;To put this functionality on server, i don't know how it can be done.&lt;/P&gt;&lt;P&gt;But i spotted something interrupted in your code.&lt;BR /&gt;In this line&lt;BR /&gt;Set newdoc = App.Opendoc (SelectedReportPath,"","")&lt;BR /&gt;you say you want to open the qv doc which is it contained in the SelectedReportPath variable. But i don't see the line where you put a value in that var.&lt;/P&gt;&lt;P&gt;And yet, the error ""Macro parsing failed,functionality lost" says the syntax is wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 08:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196138#M56332</guid>
      <dc:creator>mongolu</dc:creator>
      <dc:date>2009-10-27T08:37:26Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196139#M56333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murugavel,&lt;/P&gt;&lt;P&gt;Will you please help me out by correcting my macro ,as in my old macro in QlickView developer it was working proper as i want ,i mean it was opening in the same window.But thats failing in server.&lt;/P&gt;&lt;P&gt;So could you please correct my previous code as i posted above?&lt;/P&gt;&lt;P&gt;Thanks in adavance,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 11:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196139#M56333</guid>
      <dc:creator />
      <dc:date>2009-10-29T11:06:19Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196140#M56334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mugavel,&lt;/P&gt;&lt;P&gt;Yes my selected path variable is getting value.&lt;/P&gt;&lt;P&gt;check i have put the code again.Could you please now correct the same ,so taht i can open it in the server?&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;Sub&lt;/B&gt; Absorption&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;dim&lt;/B&gt; SelectedReportPath&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;set&lt;/B&gt; mySelections = ActiveDocument.fields("DESCRIPTION").GetPossibleValues&lt;/P&gt;&lt;P style="font-weight: bold; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;'Only if one selection is done&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;if&lt;/B&gt; mySelections.Count = 1 &lt;B&gt;then&lt;/B&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;set&lt;/B&gt; FileName = ActiveDocument.fields("PATH").GetPossibleValues&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;SelectedReportPath = FileName.Item(0).text&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;Set&lt;/B&gt; App = ActiveDocument.GetApplication&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;Set&lt;/B&gt; newdoc = App.Opendoc (SelectedReportPath,"","")&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;End&lt;/B&gt; &lt;B&gt;if&lt;/B&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;End&lt;/B&gt; &lt;B&gt;Sub&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 11:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196140#M56334</guid>
      <dc:creator />
      <dc:date>2009-10-29T11:38:16Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196141#M56335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mugavel,&lt;/P&gt;&lt;P&gt;Yes my selected path variable is getting value.&lt;/P&gt;&lt;P&gt;check i have put the code again.Could you please now correct the same ,so taht i can open it in the server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;dim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;'Only if one selection is done&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;then set&lt;/B&gt; FileName = ActiveDocument.fields("PATH").GetPossibleValues&lt;/P&gt;mySelections.Count = 1 mySelections = ActiveDocument.fields("DESCRIPTION").GetPossibleValues SelectedReportPath Absorption&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SelectedReportPath = FileName.Item(0).text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;End&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;if&lt;/B&gt;&lt;P&gt;End&lt;/P&gt;newdoc = App.Opendoc (SelectedReportPath,"","") App = ActiveDocument.GetApplication&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;B&gt;Sub&lt;/B&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 11:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196141#M56335</guid>
      <dc:creator />
      <dc:date>2009-10-29T11:38:17Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196142#M56336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mugavel,&lt;/P&gt;&lt;P&gt;Yes my selected path variable is getting value.&lt;/P&gt;&lt;P&gt;check i have put the code again.Could you please now correct the same ,so taht i can open it in the server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;dim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;'Only if one selection is done&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;then set&lt;/B&gt; FileName = ActiveDocument.fields("PATH").GetPossibleValues&lt;/P&gt;mySelections.Count = 1 mySelections = ActiveDocument.fields("DESCRIPTION").GetPossibleValues SelectedReportPath Absorption&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SelectedReportPath = FileName.Item(0).text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;End&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;if&lt;/B&gt;&lt;P&gt;End&lt;/P&gt;newdoc = App.Opendoc (SelectedReportPath,"","") App = ActiveDocument.GetApplication&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;B&gt;Sub&lt;/B&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 11:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196142#M56336</guid>
      <dc:creator />
      <dc:date>2009-10-29T11:38:17Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196143#M56337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for so many duplicate posts&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 12:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196143#M56337</guid>
      <dc:creator />
      <dc:date>2009-10-29T12:29:44Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196144#M56338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can delete the duplicates by clicking on more...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 13:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196144#M56338</guid>
      <dc:creator />
      <dc:date>2010-05-18T13:51:12Z</dc:date>
    </item>
    <item>
      <title>Accessing QlikView documents from outside QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196145#M56339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Requesting the followers of this post to help me out here. I hope some here can help me out.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/29148.aspx"&gt;http://community.qlik.com/forums/t/29148.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 14:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-documents-from-outside-QlikView/m-p/196145#M56339</guid>
      <dc:creator />
      <dc:date>2010-05-18T14:02:28Z</dc:date>
    </item>
  </channel>
</rss>

