<?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 share master items between applications ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1719858#M54724</link>
    <description>&lt;P&gt;I currently have&amp;nbsp;150 Master Items of KPI's which have similar but slightly different set analysis per region.&amp;nbsp;&amp;nbsp; A simple find/replace would allow me to updates them as needs change within minutes; however, I'm currently doing this manually in 5+ hours.&amp;nbsp; I'm happy to find this post and wonder if I export the Master Items, modify the file with find/replace, can I import them back into the same application and overwrite the existing Master Items for my purpose?&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2020 01:27:05 GMT</pubDate>
    <dc:creator>bugsysiegals</dc:creator>
    <dc:date>2020-06-18T01:27:05Z</dc:date>
    <item>
      <title>How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993308#M14559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Master Item feature in Qlik Sense allows you to define complex expressions (including Set Analysis calculations for instance) as reusable measures for the end-users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, the Master Items are defined at application level, and hence, can be shared within the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the best way to share these master item definitions between different applications ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 07:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993308#M14559</guid>
      <dc:creator>jfdierckx</dc:creator>
      <dc:date>2015-09-08T07:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993309#M14560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess would be to build an App that is the base data model to test your data quality and build your master item list.&amp;nbsp; Not sure you can import master items programmatically yet but would be a nice feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess we have to copy them in the old fashioned way &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until we can use Master Items directly in our expressions they are a bit of an overhead to be honest except when managing common visualisations e.g. Calendars that can appear on every sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 08:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993309#M14560</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-09-08T08:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993310#M14561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One old fashioned way that IS dynamic and was considered a best practice is to use variables to store the expressions in a spreadsheet for example.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can blend this approach with master items by using the variable expression as the DEFINITION of the master item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1:&amp;nbsp; Write out your expression in an excel spreadhsheet using syntactically correct Qlik Sense expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Step1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98302_Step1.png" style="height: 178px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2:&amp;nbsp; load the expression into ONE OR MORE Qlik Sense apps using the load editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this example, i load only the 'Regions' master item from the spreadsheet. The expression is stored in the variable 'vRegions'&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Step2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/98303_Step2.png" style="height: 215px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step3: Create a new master item with the same name as the loaded expression.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if ever you want to change the defintion of the 'Regions' master item. Just change the expression in the spreadsheet and reload all the apps ... one place to change everything. Works for Dimensions and Measures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Step3.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/98304_Step3.png" style="height: 515px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 16:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993310#M14561</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-09-08T16:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993311#M14562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can import master items, measures and dimensions using the APIs.&lt;/P&gt;&lt;P&gt;I manage my measures in a excel spreadsheet for example and just import them using the APIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's fairly custom as I also specify my main fact field to generate the standard date calculations, YTD/MTD etc etc&lt;BR /&gt;But you could most likely simplify quite a bit if you just want to share the definition across apps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 18:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993311#M14562</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-09-08T18:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993312#M14563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't recommend this path as it's not easy to see the underlying expression of the variable by double-clicking on it, as you can do on the Master Item list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 19:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993312#M14563</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2016-03-10T19:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993313#M14564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a tool available somewhere that would use the API to manage the master items in a central way ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 08:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993313#M14564</guid>
      <dc:creator>jfdierckx</dc:creator>
      <dc:date>2016-06-03T08:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993314#M14565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sure &lt;A href="https://community.qlik.com/qlik-users/55130"&gt;akl&lt;/A&gt;‌ will be happy to share his example of importing measures from Excel. Maybe on branch?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 08:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993314#M14565</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2016-06-06T08:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993315#M14566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;could you post an example please??&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 07:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993315#M14566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-25T07:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993316#M14567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This project will allow for sharing of master items from a central external repository. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://eapowertools.github.io/GovernedMetricsService/" title="http://eapowertools.github.io/GovernedMetricsService/"&gt;Home - EA Powertools Governed Metrics Service&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 14:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/993316#M14567</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2017-05-25T14:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1519243#M37106</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;we've release an extension for this purpose, which is lightweight in comparison to the EA Powertools: &lt;A title="Bynfo Oy Master Config" href="https://developer.qlik.com/garden/5c07acad6cfcde00160402f5" target="_blank"&gt;MasterConfig&lt;/A&gt;&amp;nbsp;see our &lt;A title="Bynfo Oy Blog Qlik Sense MasterConfig" href="https://www.bynfo.com/en/blog/masterconfig-managing-master-items-in-qlik-sense" target="_blank"&gt;blog post&lt;/A&gt; on the matter.&lt;BR /&gt;-adrien&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 12:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1519243#M37106</guid>
      <dc:creator>adriennn</dc:creator>
      <dc:date>2018-12-11T12:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1540514#M38996</link>
      <description>&lt;P&gt;There is no native way to do this in Qlik Sense yet,&amp;nbsp;&lt;/P&gt;&lt;P&gt;However have recently created a tool that helps you do this by saving Master Items in an excel file. If you're interested check out our Master Item Manager extension on Qlik Branch.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Introducing-The-GINQO-Master-Item-Manager/ta-p/1533495" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Introducing-The-GINQO-Master-Item-Manager/ta-p/1533495&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.qlik.com/garden/5c3d224d30f9e70010a8e7be" target="_blank"&gt;https://developer.qlik.com/garden/5c3d224d30f9e70010a8e7be&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 19:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1540514#M38996</guid>
      <dc:creator>maxwell_marchand</dc:creator>
      <dc:date>2019-02-06T19:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1650643#M48551</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/332"&gt;@JonnyPoole&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You gave an example on how to create a variable from a dimension.&lt;/P&gt;&lt;P&gt;How would you load all rows of the Excel file at the same time? (and not just 'Regions')&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 12:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1650643#M48551</guid>
      <dc:creator>max31</dc:creator>
      <dc:date>2019-11-25T12:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1682639#M51958</link>
      <description>&lt;P&gt;You can use qdevops command from&amp;nbsp;&lt;A href="https://github.com/rogerio-faria/qdevops" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://github.com/rogerio-faria/qdevops&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So you can schedule these commands. Example:&lt;/P&gt;&lt;P&gt;1 - Export the master measures to a file&lt;/P&gt;&lt;PRE&gt;qdevops -u=node1.txt -m=export,xxxx-x-x-xxx-xxxxx-xx,metrics.txt&lt;/PRE&gt;&lt;P&gt;2 - Once, measures are stores in vars.txt, just import to the other app (may be other server), you can use a .bat file&lt;/P&gt;&lt;PRE&gt;qdevops -u=node1.txt -m=import,yyyy-y--yyyy-yyyyyy,metrics.txt&lt;BR /&gt;qdevops -u=node2.txt -m=import,2222-22222-222-2222,metrics.txt&lt;BR /&gt;qdevops -u=node2.txt -m=import,3333-3333-3333-3333,metrics.txt&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 14:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1682639#M51958</guid>
      <dc:creator>rogeriogyn</dc:creator>
      <dc:date>2020-03-07T14:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1719858#M54724</link>
      <description>&lt;P&gt;I currently have&amp;nbsp;150 Master Items of KPI's which have similar but slightly different set analysis per region.&amp;nbsp;&amp;nbsp; A simple find/replace would allow me to updates them as needs change within minutes; however, I'm currently doing this manually in 5+ hours.&amp;nbsp; I'm happy to find this post and wonder if I export the Master Items, modify the file with find/replace, can I import them back into the same application and overwrite the existing Master Items for my purpose?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 01:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1719858#M54724</guid>
      <dc:creator>bugsysiegals</dc:creator>
      <dc:date>2020-06-18T01:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to share master items between applications ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1719859#M54725</link>
      <description>Hey there, thanks for your inquiry. Yes you definitely can Export the&lt;BR /&gt;Master Items, add them to the template file, and re-import them back into&lt;BR /&gt;your application!&lt;BR /&gt;Just note that he process you are describing may require some slight&lt;BR /&gt;modification for the exported Master Items once they are in your template&lt;BR /&gt;file&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any additional questions!&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jun 2020 01:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-share-master-items-between-applications/m-p/1719859#M54725</guid>
      <dc:creator>maxwell_marchand</dc:creator>
      <dc:date>2020-06-18T01:32:54Z</dc:date>
    </item>
  </channel>
</rss>

