<?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: Combining 3 charts back to 1 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1733995#M452476</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27972"&gt;@lukegilligan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I don't know how much will it help you but if you need a direction to achieve the target table, then I will suggest you understand Joins.&lt;/P&gt;&lt;P&gt;Specifically, Inner Join. Try to achieve it with the SQL query first.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the common column is present then it will be easier to get data in one table again.&lt;/P&gt;&lt;P&gt;Let me know if you need more help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rushi&lt;/P&gt;</description>
    <pubDate>Fri, 07 Aug 2020 07:25:52 GMT</pubDate>
    <dc:creator>rushikale0106</dc:creator>
    <dc:date>2020-08-07T07:25:52Z</dc:date>
    <item>
      <title>Combining 3 charts back to 1</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1733295#M452453</link>
      <description>&lt;P&gt;Was wondering if anyone may have a solution on how I cat re-sort 3 extracted tables back in to one table with all the timeline events sorted in to columns?&lt;/P&gt;&lt;P&gt;I have the following table:&lt;/P&gt;&lt;TABLE border="1" width="99.87546699875467%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="10.460772104607722%"&gt;Asset&lt;/TD&gt;&lt;TD width="12.702366127023662%"&gt;effectiveDate&amp;nbsp;&lt;/TD&gt;&lt;TD width="22.415940224159403%"&gt;eventID&amp;nbsp;&lt;/TD&gt;&lt;TD width="23.28767123287671%"&gt;summary&amp;nbsp;&lt;/TD&gt;&lt;TD width="31.008717310087174%"&gt;code&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.460772104607722%"&gt;123&lt;/TD&gt;&lt;TD width="12.702366127023662%"&gt;30/12/2019&lt;/TD&gt;&lt;TD width="22.415940224159403%"&gt;109653.0001&lt;/TD&gt;&lt;TD width="23.28767123287671%"&gt;From org. '109690' to '[VUT]'. Automatic tenant vacate: Vacate property from tenanted to [void/VUT]&lt;/TD&gt;&lt;TD width="31.008717310087174%"&gt;[VUT]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.460772104607722%"&gt;123&lt;/TD&gt;&lt;TD width="12.702366127023662%"&gt;22/01/2020&lt;/TD&gt;&lt;TD width="22.415940224159403%"&gt;109657.0001&lt;/TD&gt;&lt;TD width="23.28767123287671%"&gt;From Org. '[VUT]' to '[Vacant]'&lt;/TD&gt;&lt;TD width="31.008717310087174%"&gt;[VACANT]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.460772104607722%"&gt;123&lt;/TD&gt;&lt;TD width="12.702366127023662%"&gt;29/01/2020&lt;/TD&gt;&lt;TD width="22.415940224159403%"&gt;109681.0001&lt;/TD&gt;&lt;TD width="23.28767123287671%"&gt;From Org. '[Vacant]' to '109599'. Automatic tenant move: Tenancy status changed from [Vacant] to [Tenanted]&lt;/TD&gt;&lt;TD width="31.008717310087174%"&gt;109599&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.460772104607722%"&gt;123&lt;/TD&gt;&lt;TD width="12.702366127023662%"&gt;21/06/2020&lt;/TD&gt;&lt;TD width="22.415940224159403%"&gt;110726.0001&lt;/TD&gt;&lt;TD width="23.28767123287671%"&gt;From org. '109599' to '[VUT]'. Automatic tenant vacate: Vacate property from tenanted to [void/VUT]&lt;/TD&gt;&lt;TD width="31.008717310087174%"&gt;[VUT]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.460772104607722%"&gt;123&lt;/TD&gt;&lt;TD width="12.702366127023662%"&gt;30/06/2020&lt;/TD&gt;&lt;TD width="22.415940224159403%"&gt;110839.0001&lt;/TD&gt;&lt;TD width="23.28767123287671%"&gt;From Org. '[VUT]' to '[Vacant]'&lt;/TD&gt;&lt;TD width="31.008717310087174%"&gt;[VACANT]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.460772104607722%"&gt;123&lt;/TD&gt;&lt;TD width="12.702366127023662%"&gt;8/07/2020&lt;/TD&gt;&lt;TD width="22.415940224159403%"&gt;110840.0001&lt;/TD&gt;&lt;TD width="23.28767123287671%"&gt;From Org. '[Vacant]' to '109870'. Automatic tenant move: Tenancy status changed from [Vacant] to [Tenanted]&lt;/TD&gt;&lt;TD width="31.008717310087174%"&gt;109870&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This has been split in to the following 3 tables depending on the code&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VUT&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" width="99.8780487804878%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="20%"&gt;Asset&lt;/TD&gt;&lt;TD width="20%"&gt;VUT.effectiveDate&amp;nbsp;&lt;/TD&gt;&lt;TD width="20%"&gt;VUT.eventID&amp;nbsp;&lt;/TD&gt;&lt;TD width="20%"&gt;VUT.summary&amp;nbsp;&lt;/TD&gt;&lt;TD width="19.878048780487806%"&gt;VUT.code&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%"&gt;123&lt;/TD&gt;&lt;TD width="20%"&gt;30/12/2019&lt;/TD&gt;&lt;TD width="20%"&gt;109653.0001&lt;/TD&gt;&lt;TD width="20%"&gt;From org. '109690' to '[VUT]'. Automatic tenant vacate: Vacate property from tenanted to [void/VUT]&lt;/TD&gt;&lt;TD width="19.878048780487806%"&gt;[VUT]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%"&gt;123&lt;/TD&gt;&lt;TD width="20%"&gt;21/06/2020&lt;/TD&gt;&lt;TD width="20%"&gt;110726.0001&lt;/TD&gt;&lt;TD width="20%"&gt;From org. '109599' to '[VUT]'. Automatic tenant vacate: Vacate property from tenanted to [void/VUT]&lt;/TD&gt;&lt;TD width="19.878048780487806%"&gt;[VUT]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VAC&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" width="99.8780487804878%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="20%" height="25px"&gt;Asset&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;VAC.effectiveDate&amp;nbsp;&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;VAC.eventID&amp;nbsp;&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;VAC.summary&amp;nbsp;&lt;/TD&gt;&lt;TD width="19.878048780487806%" height="25px"&gt;VAC.code&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%" height="47px"&gt;123&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;22/01/2020&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;109657.0001&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;From Org. '[VUT]' to '[Vacant]'&lt;/TD&gt;&lt;TD width="19.878048780487806%" height="47px"&gt;[VACANT]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%" height="47px"&gt;123&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;30/06/2020&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;110839.0001&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;From Org. '[VUT]' to '[Vacant]'&lt;/TD&gt;&lt;TD width="19.878048780487806%" height="47px"&gt;[VACANT]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TEN&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" width="99.8780487804878%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="20%" height="25px"&gt;Asset&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;TEN.effectiveDate&amp;nbsp;&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;TEN.eventID&amp;nbsp;&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;TEN.summary&amp;nbsp;&lt;/TD&gt;&lt;TD width="19.878048780487806%" height="25px"&gt;TEN.code&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%"&gt;123&lt;/TD&gt;&lt;TD width="20%"&gt;29/01/2020&lt;/TD&gt;&lt;TD width="20%"&gt;109681.0001&lt;/TD&gt;&lt;TD width="20%"&gt;From Org. '[Vacant]' to '109599'. Automatic tenant move: Tenancy status changed from [Vacant] to [Tenanted]&lt;/TD&gt;&lt;TD width="19.878048780487806%"&gt;109599&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%"&gt;123&lt;/TD&gt;&lt;TD width="20%"&gt;8/07/2020&lt;/TD&gt;&lt;TD width="20%"&gt;110840.0001&lt;/TD&gt;&lt;TD width="20%"&gt;From Org. '[Vacant]' to '109870'. Automatic tenant move: Tenancy status changed from [Vacant] to [Tenanted]&lt;/TD&gt;&lt;TD width="19.878048780487806%"&gt;109870&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My aim is to get to a table like below:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="25px"&gt;Asset&lt;/TD&gt;&lt;TD height="25px"&gt;VUT.eventID&amp;nbsp;&lt;/TD&gt;&lt;TD height="25px"&gt;VUT.effectiveDate&amp;nbsp;&lt;/TD&gt;&lt;TD height="25px"&gt;VAC.eventID&amp;nbsp;&lt;/TD&gt;&lt;TD height="25px"&gt;VAC.effectiveDate&amp;nbsp;&lt;/TD&gt;&lt;TD height="25px"&gt;TEN.eventID&amp;nbsp;&lt;/TD&gt;&lt;TD height="25px"&gt;TEN.effectiveDate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%" height="47px"&gt;123&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;109653.0001&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;30/12/2019&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;109657.0001&lt;/TD&gt;&lt;TD width="10%" height="47px"&gt;22/01/2020&lt;/TD&gt;&lt;TD width="5%" height="47px"&gt;109681.0001&lt;/TD&gt;&lt;TD width="5%" height="47px"&gt;29/01/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%" height="47px"&gt;123&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;110726.0001&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;21/06/2020&lt;/TD&gt;&lt;TD width="20%" height="47px"&gt;110839.0001&lt;/TD&gt;&lt;TD width="10%" height="47px"&gt;30/06/2020&lt;/TD&gt;&lt;TD width="5%" height="47px"&gt;110840.0001&lt;/TD&gt;&lt;TD width="5%" height="47px"&gt;8/07/2020&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea on how to associate the data tables back to rows where all I have to work with is an incremental date + EventID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be very much appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1733295#M452453</guid>
      <dc:creator>lukegilligan</dc:creator>
      <dc:date>2024-11-16T18:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 3 charts back to 1</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1733976#M452475</link>
      <description>&lt;P&gt;Anyone have any thoughts on this at all? Even just the right direction to start looking?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 05:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1733976#M452475</guid>
      <dc:creator>lukegilligan</dc:creator>
      <dc:date>2020-08-07T05:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 3 charts back to 1</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1733995#M452476</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27972"&gt;@lukegilligan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I don't know how much will it help you but if you need a direction to achieve the target table, then I will suggest you understand Joins.&lt;/P&gt;&lt;P&gt;Specifically, Inner Join. Try to achieve it with the SQL query first.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the common column is present then it will be easier to get data in one table again.&lt;/P&gt;&lt;P&gt;Let me know if you need more help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rushi&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 07:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1733995#M452476</guid>
      <dc:creator>rushikale0106</dc:creator>
      <dc:date>2020-08-07T07:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 3 charts back to 1</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1734379#M452503</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121672"&gt;@rushikale0106&lt;/a&gt;&amp;nbsp; I understand the concept of joins, I am just struggling to find a way to associate 3 different states to the one row.&lt;/P&gt;&lt;P&gt;I am guess I need to somehow use the order of the property, then the eventID to make a key somehow, but am stuck to work out how.&lt;/P&gt;&lt;P&gt;Thanks for the suggestion though.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 02:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1734379#M452503</guid>
      <dc:creator>lukegilligan</dc:creator>
      <dc:date>2020-08-10T02:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 3 charts back to 1</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1736885#M452684</link>
      <description>&lt;P&gt;I believe the only means of doing this would be Set Analysis in the table chart, here are some links that may be of some help, not sure if this is how you wanted to go at things or not, it might help in this case if you attach your QVW file, so folks can see the data model etc., as that will likely help in coming up with ideas on how to approach things too.&lt;/P&gt;&lt;P&gt;Design Blog area:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Help Link:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sorry I do not have anything better, but my post will kick things back up, so someone else may see it again and try to offer something else, but I think you may need to provide a bit more information first if possible.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 19:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1736885#M452684</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-08-18T19:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 3 charts back to 1</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1736903#M452687</link>
      <description>&lt;P&gt;checkout generic load option&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Generic.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Generic.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 20:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1736903#M452687</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-18T20:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 3 charts back to 1</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1736908#M452688</link>
      <description>&lt;P&gt;One solution is.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VUT:
LOAD RowNo() As RowID,* INLINE [
    Asset, VUT.effectiveDate , VUT.eventID , VUT.summary , VUT.code 
    123, 30/12/2019, 109653.0001, "From org. '109690' to '{VUT}'. Automatic tenant vacate: Vacate property from tenanted to {void/VUT}", "{VUT}"
    123, 21/06/2020, 110726.0001, "From org. '109599' to '{VUT}'. Automatic tenant vacate: Vacate property from tenanted to {void/VUT}", "{VUT}"
];

Left Join(VUT)
VAC:
LOAD RowNo() As RowID,* INLINE [
    Asset, VAC.effectiveDate , VAC.eventID , VAC.summary , VAC.code 
    123, 22/01/2020, 109657.0001, "From Org. '{VUT}' to '{Vacant}'", "{VACANT}"
    123, 30/06/2020, 110839.0001, "From Org. '{VUT}' to '{Vacant}'", "{VACANT}"
];

Left Join(VUT)
TEN:
LOAD RowNo() As RowID,* INLINE [
    Asset, TEN.effectiveDate , TEN.eventID , TEN.summary , TEN.code 
    123, 29/01/2020, 109681.0001, "From Org. '{Vacant}' to '109599'. Automatic tenant move: Tenancy status changed from {Vacant} to {Tenanted}", 109599
    123, 8/07/2020, 110840.0001, "From Org. '{Vacant}' to '109870'. Automatic tenant move: Tenancy status changed from {Vacant} to {Tenanted}", 109870
];&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 18 Aug 2020 22:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1736908#M452688</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-08-18T22:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 3 charts back to 1</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1736911#M452689</link>
      <description>&lt;P&gt;Output.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV71.PNG" style="width: 585px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39222i66E097C117156580/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV71.PNG" alt="commQV71.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 22:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-3-charts-back-to-1/m-p/1736911#M452689</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-08-18T22:11:30Z</dc:date>
    </item>
  </channel>
</rss>

