<?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 Finding previous Year's Amount using a field in Single Fact table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549392#M440117</link>
    <description>&lt;P&gt;Hi Qlik Experts,&lt;/P&gt;&lt;P&gt;I have a single fact table, where I have fields like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Policy,&lt;/P&gt;&lt;P&gt;RenewedfromPolicy,&lt;/P&gt;&lt;P&gt;Amount.&lt;/P&gt;&lt;P&gt;Here, If&amp;nbsp;&amp;nbsp;RenewedfromPolicy(Old Policy) which is last year Policy Number,&amp;nbsp; from which&amp;nbsp;Policy(new Policy) is derived.&lt;/P&gt;&lt;P&gt;I want to show in a&amp;nbsp; single straight table, Amount for new policy and Old policy something like below.&lt;/P&gt;&lt;P&gt;Policy, RenewedfromPolicy, Amount, PreviousPolicyAmount.&lt;/P&gt;&lt;P&gt;I have tried something like:-&lt;/P&gt;&lt;P&gt;Current:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Policy,&lt;/P&gt;&lt;P&gt;RenewedfromPolicy,&lt;/P&gt;&lt;P&gt;Amount&amp;nbsp;&lt;/P&gt;&lt;P&gt;from table;&lt;/P&gt;&lt;P&gt;left join (Current)&lt;/P&gt;&lt;P&gt;load&amp;nbsp;&lt;/P&gt;&lt;P&gt;RenewedfromPolicy,&lt;/P&gt;&lt;P&gt;sum(Amount) as&amp;nbsp;PreviousPolicyAmount&lt;/P&gt;&lt;P&gt;resident&amp;nbsp;Current&lt;/P&gt;&lt;P&gt;group by&amp;nbsp;RenewedfromPolicy;&lt;/P&gt;&lt;P&gt;somehow it does not work out.&lt;/P&gt;&lt;P&gt;Could you please help out how to achieve this.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Prathip&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:20:40 GMT</pubDate>
    <dc:creator>prathipsrinivas</dc:creator>
    <dc:date>2024-11-16T21:20:40Z</dc:date>
    <item>
      <title>Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549392#M440117</link>
      <description>&lt;P&gt;Hi Qlik Experts,&lt;/P&gt;&lt;P&gt;I have a single fact table, where I have fields like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Policy,&lt;/P&gt;&lt;P&gt;RenewedfromPolicy,&lt;/P&gt;&lt;P&gt;Amount.&lt;/P&gt;&lt;P&gt;Here, If&amp;nbsp;&amp;nbsp;RenewedfromPolicy(Old Policy) which is last year Policy Number,&amp;nbsp; from which&amp;nbsp;Policy(new Policy) is derived.&lt;/P&gt;&lt;P&gt;I want to show in a&amp;nbsp; single straight table, Amount for new policy and Old policy something like below.&lt;/P&gt;&lt;P&gt;Policy, RenewedfromPolicy, Amount, PreviousPolicyAmount.&lt;/P&gt;&lt;P&gt;I have tried something like:-&lt;/P&gt;&lt;P&gt;Current:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Policy,&lt;/P&gt;&lt;P&gt;RenewedfromPolicy,&lt;/P&gt;&lt;P&gt;Amount&amp;nbsp;&lt;/P&gt;&lt;P&gt;from table;&lt;/P&gt;&lt;P&gt;left join (Current)&lt;/P&gt;&lt;P&gt;load&amp;nbsp;&lt;/P&gt;&lt;P&gt;RenewedfromPolicy,&lt;/P&gt;&lt;P&gt;sum(Amount) as&amp;nbsp;PreviousPolicyAmount&lt;/P&gt;&lt;P&gt;resident&amp;nbsp;Current&lt;/P&gt;&lt;P&gt;group by&amp;nbsp;RenewedfromPolicy;&lt;/P&gt;&lt;P&gt;somehow it does not work out.&lt;/P&gt;&lt;P&gt;Could you please help out how to achieve this.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Prathip&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549392#M440117</guid>
      <dc:creator>prathipsrinivas</dc:creator>
      <dc:date>2024-11-16T21:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549425#M440120</link>
      <description>what is the id in those tables?</description>
      <pubDate>Tue, 26 Feb 2019 19:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549425#M440120</guid>
      <dc:creator>tincholiver</dc:creator>
      <dc:date>2019-02-26T19:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549448#M440125</link>
      <description>I used RenewedfromPilicy as key and joined .</description>
      <pubDate>Tue, 26 Feb 2019 20:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549448#M440125</guid>
      <dc:creator>prathipsrinivas</dc:creator>
      <dc:date>2019-02-26T20:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549450#M440126</link>
      <description>&lt;P&gt;Not 100% sure, but may be one of these&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Current:
LOAD Policy,
RenewedfromPolicy,
Amount 
FROM table;

Left Join (Current)
LOAD RenewedfromPolicy as Policy,
Sum(Amount) as PreviousPolicyAmount
Resident Current
Group By RenewedfromPolicy;&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Current:
LOAD Policy,
RenewedfromPolicy,
Amount 
FROM table;

Left Join (Current)
LOAD Policy as RenewedfromPolicy,
Sum(Amount) as PreviousPolicyAmount
Resident Current
Group By RenewedfromPolicy;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Feb 2019 20:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549450#M440126</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-26T20:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549451#M440127</link>
      <description>Can you share some data?&lt;BR /&gt;I do not understand why you use the new quantity, you add it again and group it by policy again, in fact you do not need the group by since RenewedfromPolicy is the ID.</description>
      <pubDate>Tue, 26 Feb 2019 20:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549451#M440127</guid>
      <dc:creator>tincholiver</dc:creator>
      <dc:date>2019-02-26T20:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549686#M440154</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;I have tried your approach but the reload stops right after the table where I added this script.&lt;/P&gt;&lt;P&gt;Do you think of any possible reason that makes the reload behaves like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prathip&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 09:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549686#M440154</guid>
      <dc:creator>prathipsrinivas</dc:creator>
      <dc:date>2019-02-27T09:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549799#M440159</link>
      <description>&lt;P&gt;When you say stop, do you mean it errors out? What error message do you get?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 12:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549799#M440159</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-27T12:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549872#M440169</link>
      <description>&lt;P&gt;It's throwing&amp;nbsp;&lt;/P&gt;&lt;P&gt;joining/keeping&lt;/P&gt;&lt;P&gt;General Script error&amp;nbsp;&lt;/P&gt;&lt;P&gt;while I use left join, but when I use left Keep, there is no such behavior it reloads fine.&lt;/P&gt;&lt;P&gt;But the problem with the keep is, I'd have to consider two common fields so it creates synthetic key.&lt;/P&gt;&lt;P&gt;Any thoughts on this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prathip&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 13:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549872#M440169</guid>
      <dc:creator>prathipsrinivas</dc:creator>
      <dc:date>2019-02-27T13:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549881#M440172</link>
      <description>&lt;P&gt;Can you share the logfile to see this?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 13:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1549881#M440172</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-27T13:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1550294#M440214</link>
      <description>&lt;P&gt;Please find below the log:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tmp_Doc:&lt;BR /&gt;2019-02-27 17:54:45 0071 Load&lt;BR /&gt;2019-02-27 17:54:45 0072 EntryDate as BookedDate&lt;BR /&gt;2019-02-27 17:54:45 0073 ,BrokerageReportingDate as EarnedDate&lt;BR /&gt;2019-02-27 17:54:45 0074 ,InceptionDate as RiskStartDate&lt;BR /&gt;2019-02-27 17:54:45 0075 ,if(InceptionDate&amp;gt;EntryDate,InceptionDate,if(EntryDate&amp;gt;=InceptionDate,EntryDate)) as RemitDate&lt;BR /&gt;2019-02-27 17:54:45 0076 ,TransactionBKey as [Doc Ref]&lt;BR /&gt;2019-02-27 17:54:45 0077 ,GrossWrittenPremium_GBP as [Gross Premium GBP]&lt;BR /&gt;2019-02-27 17:54:45 0078 ,RetainedRevenue_GBP as [Retained Income GBP]&lt;BR /&gt;2019-02-27 17:54:45 0079&lt;BR /&gt;2019-02-27 17:54:45 0080 ,ThirdPartyDeduction_GBP as [Third Party GBP]&lt;BR /&gt;2019-02-27 17:54:45 0081 ,Commission_GBP as [Commission GBP]&lt;BR /&gt;2019-02-27 17:54:45 0082 ,AdminFee_GBP as [Admin Fee GBP]&lt;BR /&gt;2019-02-27 17:54:45 0083 ,ClientDiscount_GBP as [Client Discount GBP]&lt;BR /&gt;2019-02-27 17:54:45 0084 ,ClientFee_GBP as [Client Fee GBP]&lt;BR /&gt;2019-02-27 17:54:45 0085 ,Commission_SettCcy as [Commission SettCcy]&lt;BR /&gt;2019-02-27 17:54:45 0086 ,AdminFee_SettCcy as [Admin Fee SettCcy]&lt;BR /&gt;2019-02-27 17:54:45 0087 ,ClientDiscount_SettCcy as [Client Discount SettCcy]&lt;BR /&gt;2019-02-27 17:54:45 0088 ,ClientFee_SettCcy as [Client Fee SettCcy]&lt;BR /&gt;2019-02-27 17:54:45 0089 ,GrossWrittenPremium_SettCcy as [Gross Premium SettCcy]&lt;BR /&gt;2019-02-27 17:54:45 0090 ,RetainedRevenue_SettCcy as [Retained Income SettCcy]&lt;BR /&gt;2019-02-27 17:54:45 0091&lt;BR /&gt;2019-02-27 17:54:45 0092 ,ThirdPartyDeduction_SettCcy as [Third Party SettCcy]&lt;BR /&gt;2019-02-27 17:54:45 0093 ,%DateKey&lt;BR /&gt;2019-02-27 17:54:45 0094 ,[PolicySectionSKey]&lt;BR /&gt;2019-02-27 17:54:45 0095 ,[MarketSKey]&lt;BR /&gt;2019-02-27 17:54:45 0096 ,[ClientSKey]&lt;BR /&gt;2019-02-27 17:54:45 0097 ,[AssuredSKey]&lt;BR /&gt;2019-02-27 17:54:45 0098 ,[ReassuredSKey]&lt;BR /&gt;2019-02-27 17:54:45 0099 ,[IndustrySKey]&lt;BR /&gt;2019-02-27 17:54:45 0100 ,[ProductSKey]&lt;BR /&gt;2019-02-27 17:54:45 0101 ,[BusinessUnitSKey]&lt;BR /&gt;2019-02-27 17:54:45 0102 ,SettlementCurrencySKey&lt;BR /&gt;2019-02-27 17:54:45 0103 ,DatasourceSKey&lt;BR /&gt;2019-02-27 17:54:45 0104 ,[RateType]&lt;BR /&gt;2019-02-27 17:54:45 0105 ,RiskReference&lt;BR /&gt;2019-02-27 17:54:45 0106 ,TransactionTypeSKey&lt;BR /&gt;2019-02-27 17:54:45 0107 ,ClientBKey&lt;BR /&gt;2019-02-27 17:54:45 0108 ,TransactionBKey&lt;BR /&gt;2019-02-27 17:54:45 0109 ,[Client Name]&lt;BR /&gt;2019-02-27 17:54:45 0110 ,[Insured Name]&lt;BR /&gt;2019-02-27 17:54:45 0111 ,PolicySKey&lt;BR /&gt;2019-02-27 17:54:45 0112 ,RenewedFromPolicySKey&lt;BR /&gt;2019-02-27 17:54:45 0113 ,RenewedFromRiskReference&lt;BR /&gt;2019-02-27 17:54:45 0114 ,PolicyExpiryDate&lt;BR /&gt;2019-02-27 17:54:45 0115 ,PolicyInceptionDate&lt;BR /&gt;2019-02-27 17:54:45 0116 ,date([PolicyExpiryDate])-date([PolicyInceptionDate]) as No.ofPolicyDays&lt;BR /&gt;2019-02-27 17:54:45 0117&lt;BR /&gt;2019-02-27 17:54:45 0118&lt;BR /&gt;2019-02-27 17:54:45 0119&lt;BR /&gt;2019-02-27 17:54:45 0120&lt;BR /&gt;2019-02-27 17:54:45 0121 resident Doc&lt;BR /&gt;2019-02-27 17:56:30 43 fields found: BookedDate, EarnedDate, RiskStartDate, RemitDate, Doc Ref, Gross Premium GBP, Retained Income GBP, Third Party GBP, Commission GBP, Admin Fee GBP, Client Discount GBP, Client Fee GBP, Commission SettCcy, Admin Fee SettCcy, Client Discount SettCcy, Client Fee SettCcy, Gross Premium SettCcy, Retained Income SettCcy, Third Party SettCcy, %DateKey, PolicySectionSKey, MarketSKey, ClientSKey, AssuredSKey, ReassuredSKey, IndustrySKey, ProductSKey, BusinessUnitSKey, SettlementCurrencySKey, DatasourceSKey, RateType, RiskReference, TransactionTypeSKey, ClientBKey, TransactionBKey, Client Name, Insured Name, PolicySKey, RenewedFromPolicySKey, RenewedFromRiskReference, PolicyExpiryDate, PolicyInceptionDate, No.ofPolicyDays,&lt;BR /&gt;2019-02-27 17:56:30 31,173,742 lines fetched&lt;BR /&gt;2019-02-27 17:56:30 0129 left join(tmp_Doc)&lt;BR /&gt;2019-02-27 17:56:30 0130 Load&lt;BR /&gt;2019-02-27 17:56:30 0131&lt;BR /&gt;2019-02-27 17:56:30 0132&lt;BR /&gt;2019-02-27 17:56:30 0133&lt;BR /&gt;2019-02-27 17:56:30 0134 RateType,&lt;BR /&gt;2019-02-27 17:56:30 0135 RiskReference as RenewedFromRiskReference&lt;BR /&gt;2019-02-27 17:56:30 0136&lt;BR /&gt;2019-02-27 17:56:30 0137 ,[Gross Premium GBP] as PriviousGrossWrittenPremium_GBP&lt;BR /&gt;2019-02-27 17:56:30 0138 ,[Retained Income GBP] as [PriviousRetainedRevenue_GBP]&lt;BR /&gt;2019-02-27 17:56:30 0139 ,[Gross Premium SettCcy] as PriviousGrossWrittenPremium_settCcy&lt;BR /&gt;2019-02-27 17:56:30 0140 ,[Retained Income SettCcy] as PriviousRetainedRevenue_SettCcy&lt;BR /&gt;2019-02-27 17:56:30 0141&lt;BR /&gt;2019-02-27 17:56:30 0142&lt;BR /&gt;2019-02-27 17:56:30 0143&lt;BR /&gt;2019-02-27 17:56:30 0144 resident tmp_Doc where RenewedFromPolicySKey &amp;lt;&amp;gt; -1&lt;BR /&gt;2019-02-27 17:56:55 6 fields found: RateType, RenewedFromRiskReference, PriviousGrossWrittenPremium_GBP, PriviousRetainedRevenue_GBP, PriviousGrossWrittenPremium_settCcy, PriviousRetainedRevenue_SettCcy,&lt;BR /&gt;2019-02-27 17:56:55 13,234,807 lines fetched&lt;BR /&gt;2019-02-27 17:56:55 Joining/Keeping&lt;BR /&gt;2019-02-27 18:05:28 General Script Error&lt;BR /&gt;2019-02-27 18:05:53 Execution Failed&lt;BR /&gt;2019-02-27 18:05:53 Execution finished.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 08:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1550294#M440214</guid>
      <dc:creator>prathipsrinivas</dc:creator>
      <dc:date>2019-02-28T08:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1550433#M440226</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Just wanted to know, is it possible to handle it in the Straight table itself rather than writing this logic in the Script?&lt;/P&gt;&lt;P&gt;Something like this:-&lt;/P&gt;&lt;P&gt;RiskReference, RenewedRiskReference, Amount, Previous Amount&lt;/P&gt;&lt;P&gt;123, 023, 23456,78654&lt;/P&gt;&lt;P&gt;backend data is like this:-&lt;/P&gt;&lt;P&gt;RiskReference, RenewedRiskReference, Amount&lt;/P&gt;&lt;P&gt;123,023,23456&lt;/P&gt;&lt;P&gt;023,-,78654&lt;/P&gt;&lt;P&gt;It would be really useful if I get any suggestions here.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prathip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 11:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1550433#M440226</guid>
      <dc:creator>prathipsrinivas</dc:creator>
      <dc:date>2019-02-28T11:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Finding previous Year's Amount using a field in Single Fact table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1550480#M440229</link>
      <description>&lt;P&gt;Would you be able to provide a sample or some sample data to help you better here?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 12:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-previous-Year-s-Amount-using-a-field-in-Single-Fact/m-p/1550480#M440229</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-28T12:55:29Z</dc:date>
    </item>
  </channel>
</rss>

