<?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 get Variable value when building the mashup in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1587847#M10698</link>
    <description>&lt;P&gt;Thanks, Toni. Appreciated &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2019 03:06:26 GMT</pubDate>
    <dc:creator>zzyjordan</dc:creator>
    <dc:date>2019-06-04T03:06:26Z</dc:date>
    <item>
      <title>How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582008#M10690</link>
      <description>&lt;P&gt;Hi, community&lt;/P&gt;&lt;P&gt;I recently have a question regarding how to obtain the variable value via the api in mashup.&lt;/P&gt;&lt;P&gt;I created an simply app, with one variable input to toggle different charts, and a half year filter, and then a show/hide container as below screenshot show.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12321iD3DC8799331C1B5D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And then created the mashup with these 3 objects&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12322i74D98472A5953C0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.jpg" alt="2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is when "Viz 1" is selected, the"Half Year" filter should be displayed, while "Viz 2" is selected, it should be hide, I mean the &amp;lt;div&amp;gt; should be hide so that the chart for "Viz 2" should move up, just under the variable input. (I have tried the show/hide container, the problem is when I bring it to mashup, it holds the place even when the filter is hided)&lt;/P&gt;&lt;P&gt;I tried the &lt;SPAN&gt;&lt;STRONG&gt;qlik.app.variable.getContent()&lt;/STRONG&gt; method, but it seems not returning the value properly when click the different buttons, so that the Viz 2 chart isn't moving up when the variable is set it to "Viz 2". Is there anyone help with this? Thx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I attached the .qvf and below are the Html and js code.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Below is the HTML code for above mashup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Qlik Sense Mashup&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;meta charset="utf-8"&amp;gt;&lt;BR /&gt;&amp;lt;meta http-equiv="content-type" content="text/html; charset=UTF-8"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="HandheldFriendly" content="True"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="MobileOptimized" content="320"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="apple-mobile-web-app-capable" content="yes"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="apple-mobile-web-app-status-bar-style" content="black"&amp;gt;&lt;BR /&gt;&amp;lt;meta http-equiv="cleartype" content="on"&amp;gt;&lt;BR /&gt;&amp;lt;link rel="stylesheet" href="../../resources/autogenerated/qlik-styles.css"&amp;gt;&lt;BR /&gt;&amp;lt;link rel="stylesheet" href="case1.css"&amp;gt;&lt;BR /&gt;&amp;lt;script src="../../resources/assets/external/requirejs/require.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script src="case1.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body style="overflow: auto"&amp;gt;&lt;BR /&gt;&amp;lt;div class="flex-container"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="QV01" class="qvplaceholder" style="width:100%; height:80px"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div id="QV02" class="qvplaceholder" style="width:100%; height:80px"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div id="QV03" class="qvplaceholder" style="width:100%; height:400px"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--Error Popup--&amp;gt;&lt;BR /&gt;&amp;lt;div id="popup"&amp;gt;&lt;BR /&gt;&amp;lt;button type="button" class="close" data-dismiss="modal" aria-label="Close" id="closePopup"&amp;gt;&amp;lt;span aria-hidden="true"&amp;gt;×&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;&lt;BR /&gt;&amp;lt;p id="popupText"&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Below is the javascript code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;var prefix = window.location.pathname.substr( 0, window.location.pathname.toLowerCase().lastIndexOf( "/extensions" ) + 1 );&lt;BR /&gt;var config = {&lt;BR /&gt;host: window.location.hostname,&lt;BR /&gt;prefix: prefix,&lt;BR /&gt;port: window.location.port,&lt;BR /&gt;isSecure: window.location.protocol === "https:"&lt;BR /&gt;};&lt;BR /&gt;require.config( {&lt;BR /&gt;baseUrl: ( config.isSecure ? "https://" : "http://" ) + config.host + (config.port ? ":" + config.port : "") + config.prefix + "resources"&lt;BR /&gt;} );&lt;/P&gt;&lt;P&gt;require( ["js/qlik"], function ( qlik ) {&lt;BR /&gt;qlik.setOnError( function ( error ) {&lt;BR /&gt;$( '#popupText' ).append( error.message + "&amp;lt;br&amp;gt;" );&lt;BR /&gt;$( '#popup' ).fadeIn( 1000 );&lt;BR /&gt;} );&lt;BR /&gt;$( "#closePopup" ).click( function () {&lt;BR /&gt;$( '#popup' ).hide();&lt;BR /&gt;} );&lt;/P&gt;&lt;P&gt;//callbacks -- inserted here --&lt;BR /&gt;//open apps -- inserted here --&lt;BR /&gt;var app = qlik.openApp('case1.qvf', config);// open the app&lt;BR /&gt;app.getObject('CurrentSelections','CurrentSelections');&lt;BR /&gt;//get objects -- inserted here --&lt;BR /&gt;app.getObject('QV01','tBypm');&lt;BR /&gt;app.getObject('QV02','eYZhEJT');&lt;BR /&gt;app.getObject('QV03','fPjMCJe');&lt;BR /&gt;&lt;BR /&gt;$(document).on('click','#QV01',function() {&lt;BR /&gt;app.variable.getContent('vVizSelection',function (reply){&lt;BR /&gt;console.log(reply.qContent.qString);&lt;BR /&gt;if (reply.qContent.qString == 'Viz 2'){&lt;BR /&gt;$("#QV02").hide()&lt;BR /&gt;}else{&lt;BR /&gt;$("#QV02").show()&lt;BR /&gt;};&lt;BR /&gt;});&lt;BR /&gt;}&lt;BR /&gt;);&lt;BR /&gt;&lt;BR /&gt;//create cubes and lists -- inserted here --&lt;/P&gt;&lt;P&gt;} );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582008#M10690</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2024-11-16T05:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582109#M10691</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you wanted to make tab layout/Button in mashup.&lt;/P&gt;&lt;P&gt;So i have attached a mashup use in desktop version hope your requirement is met.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 10:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582109#M10691</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-05-20T10:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582172#M10692</link>
      <description>&lt;P&gt;Hi, Ajay&lt;/P&gt;&lt;P&gt;Thanks for your reply and your solution. It works in some cases, but not in my case, as I have to use the variable input as my real case is moe complicated and other charts also have the logic depending on the variable value. And that's why I have to retrieve the variable value from the variable input extension in mashup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 12:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582172#M10692</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-05-20T12:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582267#M10693</link>
      <description>Ok I'll try to make the case once I am done I'll get back</description>
      <pubDate>Mon, 20 May 2019 14:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582267#M10693</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-05-20T14:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582466#M10694</link>
      <description>&lt;P&gt;Thanks, you can use the qvf I attached and copy paste the html/js to your mashup to reproduce it.&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 00:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582466#M10694</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-05-21T00:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582468#M10695</link>
      <description>Ya no problem...</description>
      <pubDate>Tue, 21 May 2019 00:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1582468#M10695</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-05-21T00:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1583007#M10696</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any luck so far?&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 00:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1583007#M10696</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-05-22T00:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1587831#M10697</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/15352"&gt;@zzyjordan&lt;/a&gt;&amp;nbsp;I moved this thread to the "Qlik Sense Integration, Extensions, &amp;amp; APIs" section of the community, to attract more attention from the topical experts.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 00:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1587831#M10697</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2019-06-04T00:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1587847#M10698</link>
      <description>&lt;P&gt;Thanks, Toni. Appreciated &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 03:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1587847#M10698</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-06-04T03:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1597453#M10881</link>
      <description>&lt;P&gt;Does anybody have any update so far?&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 13:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1597453#M10881</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-06-30T13:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1597480#M10883</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have not used the Qlik Variable data as it will not get change until and unless we don't change the value of Variable from Api.&lt;/P&gt;&lt;P&gt;Note : Variable will always shows the definition value(while getting the variable data using Capability API) which we given while creating the variable.&lt;/P&gt;&lt;P&gt;So i make a workaround to get the data from the attribute of the button and passed the same in your logic and it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So here the Code :&lt;/P&gt;&lt;P&gt;HTML:&lt;/P&gt;&lt;P&gt;&amp;lt;!doctype html&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Qlik Sense Mashup&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;meta charset="utf-8"&amp;gt;&lt;BR /&gt;&amp;lt;meta http-equiv="content-type" content="text/html; charset=UTF-8"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="HandheldFriendly" content="True"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="MobileOptimized" content="320"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="apple-mobile-web-app-capable" content="yes"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="apple-mobile-web-app-status-bar-style" content="black"&amp;gt;&lt;BR /&gt;&amp;lt;meta http-equiv="cleartype" content="on"&amp;gt;&lt;BR /&gt;&amp;lt;link rel="stylesheet" href="../../resources/autogenerated/qlik-styles.css"&amp;gt;&lt;BR /&gt;&amp;lt;link rel="stylesheet" href="demo.css"&amp;gt;&lt;BR /&gt;&amp;lt;script src="../../resources/assets/external/requirejs/require.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script src="demo.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div class="flex-container"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--Error Popup--&amp;gt;&lt;BR /&gt;&amp;lt;div id="popup"&amp;gt;&lt;BR /&gt;&amp;lt;button type="button" class="close" data-dismiss="modal" aria-label="Close" id="closePopup"&amp;gt;&amp;lt;span aria-hidden="true"&amp;gt;×&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;&lt;BR /&gt;&amp;lt;p id="popupText"&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;DIV class="qvobject"&gt;JS Code:(i have only put the logic here)&lt;/DIV&gt;&lt;DIV class="qvobject"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="qvobject"&gt;$(document).on('click','#QV02',function(e) {&lt;BR /&gt;if ($(e.target).data('value') == 'Viz 2'){&lt;BR /&gt;$("#QV04").hide();&lt;BR /&gt;console.log($(this).data('value'));&lt;BR /&gt;}else{&lt;BR /&gt;$("#QV04").show();&lt;BR /&gt;};&lt;BR /&gt;});&lt;/DIV&gt;&lt;DIV class="qvobject"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="qvobject"&gt;Regards,&lt;/DIV&gt;&lt;DIV class="qvobject"&gt;Prashant&lt;/DIV&gt;&lt;DIV class="qvobject"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="qvobject"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="qvobject"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 21:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1597480#M10883</guid>
      <dc:creator>Prashant_Naik</dc:creator>
      <dc:date>2019-06-30T21:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Variable value when building the mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1677401#M12360</link>
      <description>&lt;P&gt;Hi ZZ,&lt;/P&gt;&lt;P&gt;Please try below code to get value from qlik variable using createGenericObject method instead of variable.getContent method:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;selectedObj&amp;nbsp; = {'value': {"qStringExpression" : "=(vVizSelection)"}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;app.createGenericObject(selectedObj, function (reply) {&lt;BR /&gt;vizSelected = reply.value;&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Guru&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 08:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-Variable-value-when-building-the-mashup/m-p/1677401#M12360</guid>
      <dc:creator>VGP</dc:creator>
      <dc:date>2020-02-20T08:05:17Z</dc:date>
    </item>
  </channel>
</rss>

