<?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: Launch linked document from AJAX client in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Launch-linked-document-from-AJAX-client/m-p/748315#M267014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe, I'm not getting an error message, just a webpage not found message.&amp;nbsp; The link is trying to open the file in another browser tab, rather than in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm testing with a button to see if it is a permissions issue, if the button works but the link doesn't then it would be the link syntax.&amp;nbsp; If the button doesn't work then it could be a permissions issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2015 06:42:04 GMT</pubDate>
    <dc:creator>colinh</dc:creator>
    <dc:date>2015-01-26T06:42:04Z</dc:date>
    <item>
      <title>Launch linked document from AJAX client</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-linked-document-from-AJAX-client/m-p/748311#M267010</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;&lt;/P&gt;&lt;P&gt;I have created a chart with a link to a spreadsheet that is stored on a server using the expression type "Link".&amp;nbsp; This works perfectly from my development machine, but does not work when I have published the document to the server and opened it in the Full Browser (AJAX) client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current syntax - &lt;SPAN style="font-family: 'courier new', courier;"&gt;=File&amp;amp;'&amp;lt;url&amp;gt;\\10.1.8.204\C$\QlikView\Spreadsheets\' &amp;amp; File&lt;/SPAN&gt; - works from my desktop but not from the AJAX client.&amp;nbsp; Changing the \ to / causes the browser to attempt to open the document in another browser tab.&amp;nbsp; I've tried pointing to a shared folder as well, rather than the C$ drive.&amp;nbsp; The field "File" in this case contains the value "spreadsheet.xlsx".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there specific syntax I can use in the link to cause the document to be opened in the right program (in this case Excel)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 10:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-linked-document-from-AJAX-client/m-p/748311#M267010</guid>
      <dc:creator>colinh</dc:creator>
      <dc:date>2015-01-22T10:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Launch linked document from AJAX client</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-linked-document-from-AJAX-client/m-p/748312#M267011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a question beforehand: How - and why - have you created a chart with the link as an expression? Would you mind uploading a screenshot, I cannot imagine what that looks like.&lt;/P&gt;&lt;P&gt;What is the advantage of that over just using a button?&lt;/P&gt;&lt;P&gt;Using a trigger (put on a button), the settings allow you to specify which program to start - but usually that isn't even necessary as Excel files should be associated with MS_Excel, so specifying that file should be enough to cause it to be opened in Excel.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 11:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-linked-document-from-AJAX-client/m-p/748312#M267011</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-01-22T11:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Launch linked document from AJAX client</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-linked-document-from-AJAX-client/m-p/748313#M267012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is test data, but it shows you what the chart looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Linked Table.png" class="image-1 jive-image" src="/legacyfs/online/75902_Linked Table.png" style="height: 136px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I wanted it in this format, rather than using a button, so that the user can launch the relevant document straight from the list of documents, rather than having to select a document and click a button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Link expression is the expression from my original post.&amp;nbsp; The document details are loaded in the load script using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WorkingsSpreadsheets:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD FileBaseName() as Document,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; FileBaseName()&amp;amp;'.'&amp;amp;FileExtension() as File,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; FileTime() as [Last Updated],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; '1' as FakeContent //&amp;nbsp; file details do not load without some content&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[$(vDataPath)\Spreadsheets\*.*]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 11:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-linked-document-from-AJAX-client/m-p/748313#M267012</guid>
      <dc:creator>colinh</dc:creator>
      <dc:date>2015-01-22T11:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Launch linked document from AJAX client</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-linked-document-from-AJAX-client/m-p/748314#M267013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you get an error when you try to open or what happens? Could be permissions to access the files causing some problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 12:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-linked-document-from-AJAX-client/m-p/748314#M267013</guid>
      <dc:creator />
      <dc:date>2015-01-22T12:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Launch linked document from AJAX client</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-linked-document-from-AJAX-client/m-p/748315#M267014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe, I'm not getting an error message, just a webpage not found message.&amp;nbsp; The link is trying to open the file in another browser tab, rather than in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm testing with a button to see if it is a permissions issue, if the button works but the link doesn't then it would be the link syntax.&amp;nbsp; If the button doesn't work then it could be a permissions issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 06:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-linked-document-from-AJAX-client/m-p/748315#M267014</guid>
      <dc:creator>colinh</dc:creator>
      <dc:date>2015-01-26T06:42:04Z</dc:date>
    </item>
  </channel>
</rss>

