<?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 Linking dashboards in cluster in IE Plugin in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linking-dashboards-in-cluster-in-IE-Plugin/m-p/1296014#M1250592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have a problem with linking two dashboards in cluster. My question is:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to determine on which server in cluster the dashboard will be opened (into which RAM it will be loaded) in IE Plugin when opening one dashboard from another.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My QlikView Setup:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;QlikView Cluster Server „QVS@Cluster“ &lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;QV 11.2 SR13&lt;/LI&gt;&lt;LI&gt;2 nodes&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;Server_1&lt;/LI&gt;&lt;LI&gt;Server_2&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Root Folder&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;\\Server&lt;SPAN style="color: windowtext;"&gt;_&lt;/SPAN&gt;1\data$\SharedCluster\Root&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Mounted Folders&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;PRD = \\Server&lt;SPAN style="color: windowtext;"&gt;_&lt;/SPAN&gt;1\data$\QV\Dashboards, Browsable checked&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Alternate Temporary Files Folder Path&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;\\Server&lt;SPAN style="color: windowtext;"&gt;_&lt;/SPAN&gt;1\data$\SharedCluster\Temp&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;QlikView Publisher running on Publisher_3&lt;/LI&gt;&lt;LI&gt;QlikView Web Server running on Webserver_4&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Using http, port 80&lt;/LI&gt;&lt;LI&gt;AccessPoint/Server Connections&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;Respect browsable flag on mount – checked&lt;/LI&gt;&lt;LI&gt;QVS@Cluster – Load Balancing „Loaded document“, Always Tunnel „unchecked“&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have 3 dashboards – Dashboard_1, Dashboard_2 and Dashboard_3. &lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;Dashboard_1 has set up availability&lt;BR /&gt; (User Documents/Dashboard_1/Server/Performance/Document Control)&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Server_1: Always, Preload&lt;/LI&gt;&lt;LI&gt;Server_2: Never&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Dashboard_2 has set up accessibility &lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Server_1: Always, Preload&lt;/LI&gt;&lt;LI&gt;Server_2: Never&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Dashboard_3 has set up accessibility &lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Server_1: Never&lt;/LI&gt;&lt;LI&gt;Server_2: Always, Preload&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I have buttons in all dashboards which should open an other dashboard and load it on the correct server (Dashboard_1 and Dashboard_2 on Server_1, Dashboard_3 on Server_2)&lt;/LI&gt;&lt;LI&gt;I need the solution to be working both in AJAX and IE Plugin&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;It seems that for AJAX I need to use „Open URL“ Action and in IE Plugin I need to use „Open QlikView Document“ action. This is not a problem. &lt;BR /&gt; I set both actions on the button and use &lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;Open URL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(len(ClientPlatform())&amp;gt;0, 'AJAX_URL','') &lt;/LI&gt;&lt;LI&gt;Open QlikView Document&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(len(ClientPlatform())=0,'IEPLUG_URL','')&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Using Open URL in IE Plugin is not possible because it pops up a dialog window before going to the link and opens the link in default browser, that means not always in IE.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When I open any dashboard from Access Point (no matter if in AJAX or IE plugin), everything works – Dashboard_1 and Dashboard_2 opens on Server_1, Dashboard_3 on Server_2 (checked in QMC/Status/QVS Statistics/QVS@Cluster/Server_1, Server_2/Open Documents)&lt;/P&gt;&lt;P&gt;Linking in AJAX works as expected – dashboards open on correct servers.&lt;/P&gt;&lt;P&gt;Problem occurs in IE plugin. I know that IE Plugin does not link through the web server which does the load balancing and it links directly through port 4747 to the QVS. Nevertheless I use the link qvp://Server_1/Dashboard_1.qvw , qvp://Server_1/Dashboard_2.qvw and qvp://Server_2/Dashboard_3.qvw but it keeps opening the target dashboard on the same server where is already opened the source one. For example:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;if I am in Dashboard_1 on Server_1 and I try to open link qvp://server_2/Dashboard_3.qvw it opens link qvp://server_1/Dashboard_3.qvw &lt;/LI&gt;&lt;LI&gt;also vice versa – from Dashboard_3 on Server_2 the link to qvp://Server_1/Dashboard_1.qvw opens qvp://Server_2/Dashboard_1.qvw. &lt;/LI&gt;&lt;LI&gt;When I try to go from Dashboard_1 on Server_1 to Dashboard_2 on Server_1 it works since they are on the same server.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If I turn on Always Tunnel in QMC for QVS@Cluster it doesn’t help. In cases described above it opens link qvp://Webserver_4;http/prd/dashboard_1.qvw&amp;nbsp; (…dashboard_2.qvw, …dashboard_3.qvw) but they are always loaded on Server_2 no matter from where they are opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>kunstjan</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Linking dashboards in cluster in IE Plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-dashboards-in-cluster-in-IE-Plugin/m-p/1296014#M1250592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have a problem with linking two dashboards in cluster. My question is:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to determine on which server in cluster the dashboard will be opened (into which RAM it will be loaded) in IE Plugin when opening one dashboard from another.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My QlikView Setup:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;QlikView Cluster Server „QVS@Cluster“ &lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;QV 11.2 SR13&lt;/LI&gt;&lt;LI&gt;2 nodes&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;Server_1&lt;/LI&gt;&lt;LI&gt;Server_2&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Root Folder&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;\\Server&lt;SPAN style="color: windowtext;"&gt;_&lt;/SPAN&gt;1\data$\SharedCluster\Root&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Mounted Folders&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;PRD = \\Server&lt;SPAN style="color: windowtext;"&gt;_&lt;/SPAN&gt;1\data$\QV\Dashboards, Browsable checked&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Alternate Temporary Files Folder Path&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;\\Server&lt;SPAN style="color: windowtext;"&gt;_&lt;/SPAN&gt;1\data$\SharedCluster\Temp&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;QlikView Publisher running on Publisher_3&lt;/LI&gt;&lt;LI&gt;QlikView Web Server running on Webserver_4&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Using http, port 80&lt;/LI&gt;&lt;LI&gt;AccessPoint/Server Connections&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;Respect browsable flag on mount – checked&lt;/LI&gt;&lt;LI&gt;QVS@Cluster – Load Balancing „Loaded document“, Always Tunnel „unchecked“&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have 3 dashboards – Dashboard_1, Dashboard_2 and Dashboard_3. &lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;Dashboard_1 has set up availability&lt;BR /&gt; (User Documents/Dashboard_1/Server/Performance/Document Control)&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Server_1: Always, Preload&lt;/LI&gt;&lt;LI&gt;Server_2: Never&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Dashboard_2 has set up accessibility &lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Server_1: Always, Preload&lt;/LI&gt;&lt;LI&gt;Server_2: Never&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Dashboard_3 has set up accessibility &lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Server_1: Never&lt;/LI&gt;&lt;LI&gt;Server_2: Always, Preload&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I have buttons in all dashboards which should open an other dashboard and load it on the correct server (Dashboard_1 and Dashboard_2 on Server_1, Dashboard_3 on Server_2)&lt;/LI&gt;&lt;LI&gt;I need the solution to be working both in AJAX and IE Plugin&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;It seems that for AJAX I need to use „Open URL“ Action and in IE Plugin I need to use „Open QlikView Document“ action. This is not a problem. &lt;BR /&gt; I set both actions on the button and use &lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;Open URL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(len(ClientPlatform())&amp;gt;0, 'AJAX_URL','') &lt;/LI&gt;&lt;LI&gt;Open QlikView Document&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(len(ClientPlatform())=0,'IEPLUG_URL','')&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Using Open URL in IE Plugin is not possible because it pops up a dialog window before going to the link and opens the link in default browser, that means not always in IE.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When I open any dashboard from Access Point (no matter if in AJAX or IE plugin), everything works – Dashboard_1 and Dashboard_2 opens on Server_1, Dashboard_3 on Server_2 (checked in QMC/Status/QVS Statistics/QVS@Cluster/Server_1, Server_2/Open Documents)&lt;/P&gt;&lt;P&gt;Linking in AJAX works as expected – dashboards open on correct servers.&lt;/P&gt;&lt;P&gt;Problem occurs in IE plugin. I know that IE Plugin does not link through the web server which does the load balancing and it links directly through port 4747 to the QVS. Nevertheless I use the link qvp://Server_1/Dashboard_1.qvw , qvp://Server_1/Dashboard_2.qvw and qvp://Server_2/Dashboard_3.qvw but it keeps opening the target dashboard on the same server where is already opened the source one. For example:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;if I am in Dashboard_1 on Server_1 and I try to open link qvp://server_2/Dashboard_3.qvw it opens link qvp://server_1/Dashboard_3.qvw &lt;/LI&gt;&lt;LI&gt;also vice versa – from Dashboard_3 on Server_2 the link to qvp://Server_1/Dashboard_1.qvw opens qvp://Server_2/Dashboard_1.qvw. &lt;/LI&gt;&lt;LI&gt;When I try to go from Dashboard_1 on Server_1 to Dashboard_2 on Server_1 it works since they are on the same server.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If I turn on Always Tunnel in QMC for QVS@Cluster it doesn’t help. In cases described above it opens link qvp://Webserver_4;http/prd/dashboard_1.qvw&amp;nbsp; (…dashboard_2.qvw, …dashboard_3.qvw) but they are always loaded on Server_2 no matter from where they are opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-dashboards-in-cluster-in-IE-Plugin/m-p/1296014#M1250592</guid>
      <dc:creator>kunstjan</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
  </channel>
</rss>

