<?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>article Distribution of measures to multiple Qlik Sense apps in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/ta-p/1853082</link>
    <description>&lt;P&gt;This article gives an overview of the measure distribution use case. &lt;SPAN&gt;It explains a basic example of a template configured for this scenario and additions for a more advanced use case.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;For this use case, we will define the following keywords/expressions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;master items&lt;/STRONG&gt;:&lt;/FONT&gt; the following Qlik Sense objects are currently supported: measures, dimensions, and variables.&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;main app&lt;/STRONG&gt;:&lt;/FONT&gt; A Qlik sense app stored in your tenant in which you define and maintain all your master items for distribution.&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;destination space&lt;/STRONG&gt;:&lt;/FONT&gt; a space that contains all the Qlik Sense apps that you want your master items to be synced to.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;By using this approach, all you need to do is create/update your master items in your main app, and then push these updates to all your destination apps. This way, all destination apps have the same master items.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;To support this use case, we created a basic template, which uses &lt;STRONG&gt;measures&lt;/STRONG&gt;&amp;nbsp;as master items.&lt;/P&gt;
&lt;P&gt;By running this template, you will be able to distribute all the measures created in your main app to all the apps available in the destination space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Basic automation overview:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create or Update Measure Automation.png" style="width: 519px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100078i85F902830363B7AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create or Update Measure Automation.png" alt="Create or Update Measure Automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;All you need to do is select your main app and your destination space.&lt;/P&gt;
&lt;P&gt;Of course, this is just a basic implementation. This template can be upgraded to suit more &lt;STRONG&gt;advanced&lt;/STRONG&gt; scenarios.&lt;/P&gt;
&lt;P&gt;Let's go over a few examples:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;you can sync multiple types of master items (ex: &lt;STRONG&gt;dimensions&lt;/STRONG&gt;, &lt;STRONG&gt;variables&lt;/STRONG&gt;) by adding their respective blocks into the template, in a similar fashion as the measure ones.&lt;/LI&gt;
&lt;LI&gt;instead of syncing all the measures from your main app, you can filter them by applying a specific tag, and then using a &lt;STRONG&gt;Filter&amp;nbsp;List&lt;/STRONG&gt; block to select only the tagged measures.&lt;/LI&gt;
&lt;LI&gt;you can also apply the filtering logic to create a selection of destination apps to sync your measures to, instead of an entire space.&lt;/LI&gt;
&lt;LI&gt;you can add a &lt;STRONG&gt;deletion&lt;/STRONG&gt; logic section that could come in handy when you delete measures from your main app and you want this to be mirrored in your destination space/apps as well.&lt;/LI&gt;
&lt;LI&gt;you can include an &lt;STRONG&gt;input&lt;/STRONG&gt; type block, with the inputs being the source app id, the destination space/apps ids and/or related tags or other optional inputs, so you can trigger the template from another source.&lt;/LI&gt;
&lt;LI&gt;make sure the output of the List Apps block doesn't contain the source app.&amp;nbsp;&lt;SPAN&gt;You can prevent this by:&lt;/SPAN&gt;
&lt;OL&gt;
&lt;LI&gt;adding a space id to the List Apps block and making sure the source app is not in the same space as the target apps.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;adding a Condition block right before the Create Or Update Measure block, this validates the app id from every app in the List Apps block's output to make sure it isn't executed for the source app.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Change distribution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;The changes made by this automation won't be accessible immediately in other sessions (like the Qlik Sense UI) more info on that can be found here: &lt;A href="https://community.qlik.com/t5/Knowledge/Automation-session-delays/ta-p/1886161" target="_self"&gt;Automation session delay&lt;/A&gt;. It can take up to 40 minutes for these changes to be visible in other sessions, if these changes are needed sooner in these sessions, the Save App block can be used. But keep in mind it can only be used once for every app that's changed by the automation. More information on the Save App block can be found here: &lt;A href="https://community.qlik.com/t5/Knowledge/How-to-use-the-Save-App-block-in-Qlik-Application-Automation/ta-p/1889129" target="_self"&gt;How to use the Save App block&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For the above example, it's best to add an additional List Apps block that's configured exactly the same as the first one so, it returns the same apps. We'll add a Save App block in the loop of the new List Apps block and configure it to run for every app that's returned. This way, we make sure that the Save App block is executed only once for every app that was changed. See the image below for an example with the Save App block.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create or Update Measure Automation with Save App.png" style="width: 502px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100079i22EBAA6F7C3ACAD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create or Update Measure Automation with Save App.png" alt="Create or Update Measure Automation with Save App.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Advanced template overview:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;First part:&lt;/STRONG&gt;&lt;/FONT&gt; includes an input block for the source/destination apps and for the measure tags.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create or Update Measure Automation Advanced.png" style="width: 539px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100080iA820C286C6AF593F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create or Update Measure Automation Advanced.png" alt="Create or Update Measure Automation Advanced.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Second part:&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;includes a measure &lt;STRONG&gt;deletion&lt;/STRONG&gt; flow, for a complete sync automation process.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create or Update Measure Automation Advanced with Deletion.png" style="width: 689px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100081iBD3921B51574326E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create or Update Measure Automation Advanced with Deletion.png" alt="Create or Update Measure Automation Advanced with Deletion.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Both these template examples are available as&amp;nbsp;&lt;SPAN&gt;attachments.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2023 14:34:23 GMT</pubDate>
    <dc:creator>Ionut_Dumitrascu</dc:creator>
    <dc:date>2023-02-09T14:34:23Z</dc:date>
    <item>
      <title>Distribution of measures to multiple Qlik Sense apps</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/ta-p/1853082</link>
      <description>&lt;P&gt;This article gives an overview of the measure distribution use case. &lt;SPAN&gt;It explains a basic example of a template configured for this scenario and additions for a more advanced use case.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;For this use case, we will define the following keywords/expressions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;master items&lt;/STRONG&gt;:&lt;/FONT&gt; the following Qlik Sense objects are currently supported: measures, dimensions, and variables.&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;main app&lt;/STRONG&gt;:&lt;/FONT&gt; A Qlik sense app stored in your tenant in which you define and maintain all your master items for distribution.&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;destination space&lt;/STRONG&gt;:&lt;/FONT&gt; a space that contains all the Qlik Sense apps that you want your master items to be synced to.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;By using this approach, all you need to do is create/update your master items in your main app, and then push these updates to all your destination apps. This way, all destination apps have the same master items.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;To support this use case, we created a basic template, which uses &lt;STRONG&gt;measures&lt;/STRONG&gt;&amp;nbsp;as master items.&lt;/P&gt;
&lt;P&gt;By running this template, you will be able to distribute all the measures created in your main app to all the apps available in the destination space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Basic automation overview:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create or Update Measure Automation.png" style="width: 519px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100078i85F902830363B7AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create or Update Measure Automation.png" alt="Create or Update Measure Automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;All you need to do is select your main app and your destination space.&lt;/P&gt;
&lt;P&gt;Of course, this is just a basic implementation. This template can be upgraded to suit more &lt;STRONG&gt;advanced&lt;/STRONG&gt; scenarios.&lt;/P&gt;
&lt;P&gt;Let's go over a few examples:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;you can sync multiple types of master items (ex: &lt;STRONG&gt;dimensions&lt;/STRONG&gt;, &lt;STRONG&gt;variables&lt;/STRONG&gt;) by adding their respective blocks into the template, in a similar fashion as the measure ones.&lt;/LI&gt;
&lt;LI&gt;instead of syncing all the measures from your main app, you can filter them by applying a specific tag, and then using a &lt;STRONG&gt;Filter&amp;nbsp;List&lt;/STRONG&gt; block to select only the tagged measures.&lt;/LI&gt;
&lt;LI&gt;you can also apply the filtering logic to create a selection of destination apps to sync your measures to, instead of an entire space.&lt;/LI&gt;
&lt;LI&gt;you can add a &lt;STRONG&gt;deletion&lt;/STRONG&gt; logic section that could come in handy when you delete measures from your main app and you want this to be mirrored in your destination space/apps as well.&lt;/LI&gt;
&lt;LI&gt;you can include an &lt;STRONG&gt;input&lt;/STRONG&gt; type block, with the inputs being the source app id, the destination space/apps ids and/or related tags or other optional inputs, so you can trigger the template from another source.&lt;/LI&gt;
&lt;LI&gt;make sure the output of the List Apps block doesn't contain the source app.&amp;nbsp;&lt;SPAN&gt;You can prevent this by:&lt;/SPAN&gt;
&lt;OL&gt;
&lt;LI&gt;adding a space id to the List Apps block and making sure the source app is not in the same space as the target apps.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;adding a Condition block right before the Create Or Update Measure block, this validates the app id from every app in the List Apps block's output to make sure it isn't executed for the source app.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Change distribution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;The changes made by this automation won't be accessible immediately in other sessions (like the Qlik Sense UI) more info on that can be found here: &lt;A href="https://community.qlik.com/t5/Knowledge/Automation-session-delays/ta-p/1886161" target="_self"&gt;Automation session delay&lt;/A&gt;. It can take up to 40 minutes for these changes to be visible in other sessions, if these changes are needed sooner in these sessions, the Save App block can be used. But keep in mind it can only be used once for every app that's changed by the automation. More information on the Save App block can be found here: &lt;A href="https://community.qlik.com/t5/Knowledge/How-to-use-the-Save-App-block-in-Qlik-Application-Automation/ta-p/1889129" target="_self"&gt;How to use the Save App block&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For the above example, it's best to add an additional List Apps block that's configured exactly the same as the first one so, it returns the same apps. We'll add a Save App block in the loop of the new List Apps block and configure it to run for every app that's returned. This way, we make sure that the Save App block is executed only once for every app that was changed. See the image below for an example with the Save App block.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create or Update Measure Automation with Save App.png" style="width: 502px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100079i22EBAA6F7C3ACAD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create or Update Measure Automation with Save App.png" alt="Create or Update Measure Automation with Save App.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Advanced template overview:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;First part:&lt;/STRONG&gt;&lt;/FONT&gt; includes an input block for the source/destination apps and for the measure tags.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create or Update Measure Automation Advanced.png" style="width: 539px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100080iA820C286C6AF593F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create or Update Measure Automation Advanced.png" alt="Create or Update Measure Automation Advanced.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Second part:&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;includes a measure &lt;STRONG&gt;deletion&lt;/STRONG&gt; flow, for a complete sync automation process.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create or Update Measure Automation Advanced with Deletion.png" style="width: 689px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100081iBD3921B51574326E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create or Update Measure Automation Advanced with Deletion.png" alt="Create or Update Measure Automation Advanced with Deletion.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Both these template examples are available as&amp;nbsp;&lt;SPAN&gt;attachments.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 14:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/ta-p/1853082</guid>
      <dc:creator>Ionut_Dumitrascu</dc:creator>
      <dc:date>2023-02-09T14:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Distribution of measures to multiple Qlik Sense apps</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/1893196#M5573</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have tried the automation template for distribution of master measures and it fails to create measures which contains SET expressions with double quotes, for example: &lt;BR /&gt;Sum({&amp;lt;Year={"$(=max(Year))"}&amp;gt;}Sales)&lt;/P&gt;
&lt;P&gt;I also had same issues where the measure expression was entered across multiple lines (including line breaks).&lt;/P&gt;
&lt;P&gt;Can you please provide an example on how you can copy across master measures that may contain double quotes, line breaks etc. Do you need to convert the expression using some formula or other block?&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;Mats&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 14:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/1893196#M5573</guid>
      <dc:creator>matsseverin</dc:creator>
      <dc:date>2022-02-15T14:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Distribution of measures to multiple Qlik Sense apps</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/2127961#M10435</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;why is "List Of Apps for Lookup" limited to 100? The output of a block should be the same as "&lt;SPAN&gt;Maximum number of items to retrieve"!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Can I use&amp;nbsp; List of Apps for the Input from a specified Space?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 11:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/2127961#M10435</guid>
      <dc:creator>hanselalf</dc:creator>
      <dc:date>2023-10-12T11:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Distribution of measures to multiple Qlik Sense apps</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/2132041#M10550</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/7423"&gt;@hanselalf&lt;/a&gt;&amp;nbsp;I'm looking into this for you; currently, this is how the API would function, but I will reach out to our product management team to find out how pagination is meant to be handled if you have over a hundred apps.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 08:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/2132041#M10550</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-10-26T08:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Distribution of measures to multiple Qlik Sense apps</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/2136188#M10639</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/7423"&gt;@hanselalf&lt;/a&gt;&amp;nbsp;This was confirmed as a limitation. I would recommend logging an &lt;A href="https://community.qlik.com/t5/ideation/ct-p/qlik-product-insight" target="_blank" rel="noopener"&gt;idea/suggestion&lt;/A&gt;&amp;nbsp;so our product management team can review the suggestion accordingly.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 09:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/2136188#M10639</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-11-09T09:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Distribution of measures to multiple Qlik Sense apps</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/2136230#M10645</link>
      <description>&lt;P&gt;Hallo&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;On Enterprise level, you will (allways) have mor than 100 apps (we have). The apps are read of the hole Server, space info is also nessesary!&lt;BR /&gt;This behavior is a bug, so I will create a support case.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 10:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/2136230#M10645</guid>
      <dc:creator>hanselalf</dc:creator>
      <dc:date>2023-11-09T10:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Distribution of measures to multiple Qlik Sense apps</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/2453932#M13966</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134167"&gt;@Ionut_Dumitrascu&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134157"&gt;@Emile_Koslowski&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;In the output of my Create or Update Measure block, I get the error the the GetLayout method is not found:&lt;/P&gt;
&lt;DIV class="json-block-open" data-v-79265dc1=""&gt;
&lt;DIV class="u-relative json-level" data-v-79265dc1="" data-testid="json-level"&gt;
&lt;DIV class="json-level u-flex-wrap u-flex-child" data-v-79265dc1=""&gt;
&lt;DIV class="json-header" data-v-79265dc1=""&gt;
&lt;DIV class="json-key" data-v-79265dc1="" data-testid="json-viewer-key"&gt;jsonrpc:&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="json-value" data-v-79265dc1=""&gt;&lt;SPAN title="false" data-v-79265dc1=""&gt;2.0&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="u-relative json-level" data-v-79265dc1="" data-testid="json-level"&gt;
&lt;DIV class="json-level u-flex-wrap u-flex-child" data-v-79265dc1=""&gt;
&lt;DIV class="json-header" data-v-79265dc1=""&gt;
&lt;DIV class="json-key" data-v-79265dc1="" data-testid="json-viewer-key"&gt;id:&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="json-value json-value-blue" data-v-79265dc1=""&gt;&lt;SPAN title="12/31/1969, 07:00 PM" data-v-79265dc1=""&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="u-relative json-level json-level" data-v-79265dc1="" data-testid="json-level"&gt;
&lt;DIV class="json-line" data-v-79265dc1=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="u-flex-child" data-v-79265dc1=""&gt;
&lt;DIV class="json-header" data-v-79265dc1=""&gt;
&lt;DIV class="json-key" data-v-79265dc1="" data-testid="json-viewer-key"&gt;error&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="json-block-open" data-v-79265dc1=""&gt;
&lt;DIV class="u-relative json-level" data-v-79265dc1="" data-testid="json-level"&gt;
&lt;DIV class="json-level u-flex-wrap u-flex-child" data-v-79265dc1=""&gt;
&lt;DIV class="json-header" data-v-79265dc1=""&gt;
&lt;DIV class="json-key" data-v-79265dc1="" data-testid="json-viewer-key"&gt;code:&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="json-value json-value-blue" data-v-79265dc1=""&gt;&lt;SPAN title="12/31/1969, 06:59 PM" data-v-79265dc1=""&gt;-32601&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="u-relative json-level" data-v-79265dc1="" data-testid="json-level"&gt;
&lt;DIV class="json-level u-flex-wrap u-flex-child" data-v-79265dc1=""&gt;
&lt;DIV class="json-header" data-v-79265dc1=""&gt;
&lt;DIV class="json-key" data-v-79265dc1="" data-testid="json-viewer-key"&gt;parameter:&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="json-value" data-v-79265dc1=""&gt;&lt;SPAN title="false" data-v-79265dc1=""&gt;GetLayout&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="u-relative json-level" data-v-79265dc1="" data-testid="json-level"&gt;
&lt;DIV class="json-level u-flex-wrap u-flex-child" data-v-79265dc1=""&gt;
&lt;DIV class="json-header" data-v-79265dc1=""&gt;
&lt;DIV class="json-key" data-v-79265dc1="" data-testid="json-viewer-key"&gt;message:&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="json-value" data-v-79265dc1=""&gt;&lt;SPAN title="false" data-v-79265dc1=""&gt;Method not found&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="json-value" data-v-79265dc1=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="json-value" data-v-79265dc1=""&gt;&lt;SPAN title="false" data-v-79265dc1=""&gt;The output of the other blcks looks right - I am picking up my measure with the for_sync tag from my source app, and am correctly enumerating my apps in my target space. Any ideas about this one error?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 19 May 2024 13:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Distribution-of-measures-to-multiple-Qlik-Sense-apps/tac-p/2453932#M13966</guid>
      <dc:creator>Greg_Oliven</dc:creator>
      <dc:date>2024-05-19T13:15:24Z</dc:date>
    </item>
  </channel>
</rss>

