<?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 Merge the Two Dashboards into single dashboard automatically in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Merge-the-Two-Dashboards-into-single-dashboard/m-p/1737108#M720953</link>
    <description>&lt;P&gt;Macros should be your last resort when creating applications, I agree with the other poster regarding the best practice method to solve the use case.&amp;nbsp; If you still wish to pursue the macro option, here is a link to the API Guide for QlikView where you will find the available APIs:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/April2020/Subsystems/Automation/Content/QV_Automation/APIGuide/QlikViewComApiGuide.zip" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/April2020/Subsystems/Automation/Content/QV_Automation/APIGuide/QlikViewComApiGuide.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best I can offer, you can search the community for prior posts regarding macros as there are quite a few out here, one of those may have some sample code to assist further.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2020 14:20:27 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-08-19T14:20:27Z</dc:date>
    <item>
      <title>How to Merge the Two Dashboards into single dashboard automatically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Merge-the-Two-Dashboards-into-single-dashboard/m-p/1733447#M720950</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have two Dashboards like sales and Orders.&lt;/P&gt;&lt;P&gt;sales having&amp;nbsp; two sheets and Orders having 3 sheets.&lt;/P&gt;&lt;P&gt;Normally we are adding Manually&amp;nbsp; like copy each object and past the another dashboard.&lt;/P&gt;&lt;P&gt;is there any possibility to add two dashboards into single dashboard automatically.&lt;/P&gt;&lt;P&gt;If possible Please suggest me how to add two dashboards automatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Merge-the-Two-Dashboards-into-single-dashboard/m-p/1733447#M720950</guid>
      <dc:creator>Lakshman_1031</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Merge the Two Dashboards into single dashboard automatically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Merge-the-Two-Dashboards-into-single-dashboard/m-p/1734576#M720951</link>
      <description>&lt;P&gt;It is not possible to directly&amp;nbsp; merge two dashboards in to single dashboard.&lt;/P&gt;&lt;P&gt;For adding two dashboard in to single Dashboard in this case two dashboards&lt;STRONG&gt; Sales.qvw&lt;/STRONG&gt; and &lt;STRONG&gt;Orders.qvw&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp; One simple method is given below:&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;You can use &lt;/SPAN&gt;Binary&amp;nbsp; load (&lt;/STRONG&gt;Orders.qvw into Sales.qvw now Load the &lt;STRONG&gt;Sales.qvw)&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Now Copy and paste&amp;nbsp; all UI objects from &lt;STRONG&gt;Orders.Qvw&lt;/STRONG&gt; to &lt;STRONG&gt;Sales.Qvw&lt;/STRONG&gt; automatically all objects will have data.&lt;/LI&gt;&lt;LI&gt;In case if objects do not have data you need to check the data model properly.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You can also try this second Approach.&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Open the script of orders file and copy the entire Script (Code from &lt;STRONG&gt;Order&lt;/STRONG&gt; file).&lt;/LI&gt;&lt;LI&gt;Now Paste the code of Order file&amp;nbsp; into &lt;STRONG&gt;Sales.qvw&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;After pasting the code Run the app &lt;STRONG&gt;Sales.qvw&lt;/STRONG&gt; and check the Data model if it is without any issues(like Circular loops and Synthetic Tables,Duplicate variables formation).&lt;/LI&gt;&lt;LI&gt;once all done Copy all UI objects from &lt;STRONG&gt;Orders.qvw&lt;/STRONG&gt; and paste into &lt;STRONG&gt;Sales.qvw&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Third Approach for merging Two dashboards is:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;First integrate the data model of both the dashboards into single. Then you can easily create a single frontend which will be the unified dashboard. But&amp;nbsp; to create a common data model will depend on your data and requirement.&lt;/P&gt;&lt;P&gt;You can also try to&amp;nbsp; link the two dashboards i.e. &lt;STRONG&gt;orders.qvw&lt;/STRONG&gt; and &lt;STRONG&gt;sales.qvw&lt;/STRONG&gt; or to create a mash up (website integration of your charts). Different objects can be placed from multiple QlikView objects onto one dashboard is that you can create a web page with use of&amp;nbsp; QlikView’s Mashup features.&lt;/P&gt;&lt;P&gt;The method used&amp;nbsp; for intergration is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;For referencing&amp;nbsp;&lt;SPAN&gt;QlikView objects from various QlikView documents, QlikView Mashups can be used.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;WebPageViewer extension&lt;/SPAN&gt; can be used.&lt;/LI&gt;&lt;LI&gt;when you have to reference the external objects, you can keep all the&amp;nbsp;&lt;SPAN&gt;instances of the WebPageViewer extension on single sheet.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;For&amp;nbsp; prior selecting dimensions which are common in all external documents, you need to pass parameters to those external objects while referencing.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 10 Aug 2020 16:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Merge-the-Two-Dashboards-into-single-dashboard/m-p/1734576#M720951</guid>
      <dc:creator>maushmi</dc:creator>
      <dc:date>2020-08-10T16:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Merge the Two Dashboards into single dashboard automatically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Merge-the-Two-Dashboards-into-single-dashboard/m-p/1735519#M720952</link>
      <description>&lt;P&gt;Hi Maushmi,&lt;/P&gt;&lt;P&gt;Thanks for your replay.&lt;/P&gt;&lt;P&gt;We are transferring variables from one qvw to another qvw using macros code.&lt;/P&gt;&lt;P&gt;Is there any way to use macros to transfer sheets and Objects from one&amp;nbsp; qvw to anther qvw automatically.&lt;/P&gt;&lt;P&gt;If possible please suggest me how to write the macros code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;lakshman&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 09:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Merge-the-Two-Dashboards-into-single-dashboard/m-p/1735519#M720952</guid>
      <dc:creator>Lakshman_1031</dc:creator>
      <dc:date>2020-08-13T09:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Merge the Two Dashboards into single dashboard automatically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Merge-the-Two-Dashboards-into-single-dashboard/m-p/1737108#M720953</link>
      <description>&lt;P&gt;Macros should be your last resort when creating applications, I agree with the other poster regarding the best practice method to solve the use case.&amp;nbsp; If you still wish to pursue the macro option, here is a link to the API Guide for QlikView where you will find the available APIs:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/April2020/Subsystems/Automation/Content/QV_Automation/APIGuide/QlikViewComApiGuide.zip" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/April2020/Subsystems/Automation/Content/QV_Automation/APIGuide/QlikViewComApiGuide.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best I can offer, you can search the community for prior posts regarding macros as there are quite a few out here, one of those may have some sample code to assist further.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 14:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Merge-the-Two-Dashboards-into-single-dashboard/m-p/1737108#M720953</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-08-19T14:20:27Z</dc:date>
    </item>
  </channel>
</rss>

