<?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: Need Explaination in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286295#M854143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice to read &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; Great&lt;/P&gt;&lt;P&gt;Thank you so much. its very clear &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2017 07:53:16 GMT</pubDate>
    <dc:creator>soniasweety</dc:creator>
    <dc:date>2017-02-16T07:53:16Z</dc:date>
    <item>
      <title>Need Explaination</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286291#M854139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one explain what does the below code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MakeDate(FYEAR,Mod(ACC+3, 12),'1') as [CalDate],&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYear is&amp;nbsp; 2016 in above script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286291#M854139</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Explaination</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286292#M854140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume, Here ACC is nothing but Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So finally i will do my best to explain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mod(ACC+3,12) Will return Value&lt;/P&gt;&lt;P&gt;Ex: ACC is 10 -- Mod(10+3,12) -- Mod(13,12) Will return 1 // Because, We are dividing 13/12 - Here it remains 1 that's Mod will function do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MakeDate(FYEAR, Mod(ACC+3,12),'1') as [CalDate]&lt;/P&gt;&lt;P&gt;Here, the function acting as MakeDate -- &lt;SPAN class="script_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-weight: bold; font-size: 12px; color: #0f0f0f;"&gt;MakeDate(&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; color: #0f0f0f;"&gt;YYYY [ , MM [ , DD ] ]&lt;/SPAN&gt;&lt;SPAN class="statement" style="font-weight: bold; color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MakeDate(2013, 12, 1) it store like &lt;STRONG&gt;2013,12,1&lt;/STRONG&gt; on CalDate&lt;/P&gt;&lt;P&gt;and then MonthName is nothing but &lt;STRONG&gt;Dec 2013&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Text will turn as &lt;STRONG&gt;Text&lt;/STRONG&gt; only&lt;/P&gt;&lt;P&gt;Num will changed to Number function like '&lt;STRONG&gt;41609&lt;/STRONG&gt;'&lt;/P&gt;&lt;P&gt;I don't know what are the gg, rr, tt here. You may explore more on this part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 07:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286292#M854140</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-16T07:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need Explaination</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286293#M854141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks anil for clear explanation.&lt;/P&gt;&lt;P&gt;here Acc&amp;nbsp; field values are&amp;nbsp;&amp;nbsp; 2,3,4&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gg&amp;amp;rr&amp;amp;tt&amp;amp;&amp;nbsp; these are field names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 07:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286293#M854141</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-02-16T07:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need Explaination</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286294#M854142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MakeDate(FYEAR,Mod(ACC+3, 12),'1') as [CalDate],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I this ACC Is a field,suppose it is 12 then (ACC+3, 12)=15. Then whn we say Mod(ACC+3, 12)/mod(15,12 ) it gives u 3(mod returns remainder i.e 15/12=3 remainder).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I say &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MakeDate(FYEAR,3,'1') then make date function will make a date using passed values and returns: 3/1/2016&amp;nbsp;&amp;nbsp; as here FYEAR=2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly try to interpret rest o them..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because they all r using some function on make date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if I say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2016,3,'1'))) &lt;/SPAN&gt; will return a number :42430&amp;nbsp;&amp;nbsp; its as good as saying &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;3/1/2016)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2016,3,'1'))) &lt;/SPAN&gt;&amp;nbsp; will give u date in text format like:&amp;nbsp; Mar 2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try to work out the functions ontop of makedate ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 07:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286294#M854142</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-16T07:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need Explaination</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286295#M854143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice to read &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; Great&lt;/P&gt;&lt;P&gt;Thank you so much. its very clear &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 07:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286295#M854143</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-02-16T07:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need Explaination</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286296#M854144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and for last one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gg&amp;amp;rr&amp;amp;tt&amp;amp;MonthName(MakeDate(FYEAR,Mod(ACC+3, 12),'1'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think gg ,rr are all fileds in data model so fr example if I say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;='sachin ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2016,3,'1'))&amp;nbsp; then it ll return:&amp;nbsp;&amp;nbsp; sachin Mar 2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;so in ur case in place of sachin it will take values from gg and rr n so on&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sachin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 07:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286296#M854144</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-16T07:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need Explaination</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286297#M854145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MakeDate(FYEAR,Mod(ACC+3, 12),'1') as [CalDate]&amp;nbsp; -&amp;gt; Creates a field called 'CalDate' with a &lt;SPAN style="text-decoration: underline;"&gt;date&lt;/SPAN&gt; with 1 as day, with a month 3 months later than ACC and FYEAR as a year.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MonthName(MakeDate(FYEAR,Mod(ACC+3, 12),'1')) as [MName]&amp;nbsp; -&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Creates a field called 'MName' with a &lt;SPAN style="text-decoration: underline;"&gt;month name&lt;/SPAN&gt; (jan, feb, mar, ..., dec) &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;with 1 as day, with a month 3 months later than ACC and FYEAR as a year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Text(MonthName(MakeDate(FYEAR,Mod(ACC+3, 12),'1'))) as [M Text]&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp; -&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Creates a field called 'M Text' with a &lt;SPAN style="text-decoration: underline;"&gt;month name&lt;/SPAN&gt; (january, february, march, ..., december) &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;with 1 as day, with a month 3 months later than ACC and FYEAR as a year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;num(MonthName(MakeDate(FYEAR,Mod(ACC+3, 12),'1'))) as MNo&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp; -&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Creates a field called 'MNo' with a &lt;SPAN style="text-decoration: underline;"&gt;month number&lt;/SPAN&gt; (1, 2, 3, ..., 12) &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;with 1 as day, with a month 3 months later than ACC and FYEAR as a year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;gg&amp;amp;rr&amp;amp;tt&amp;amp;MonthName(MakeDate(FYEAR,Mod(ACC+3, 12),'1')) as _Main&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp; -&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Creates a field called '_Main' with a combination of fields gg + rr + tt + &lt;SPAN style="text-decoration: underline;"&gt;month name&lt;/SPAN&gt; (jan, feb, mar, ..., dec) &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;with 1 as day, with a month 3 months later than ACC and FYEAR as a year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 08:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286297#M854145</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-02-16T08:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need Explaination</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286298#M854146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your Quick response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 09:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286298#M854146</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-02-16T09:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need Explaination</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286299#M854147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in bTW&amp;nbsp; how below working with variable ?&lt;/P&gt;&lt;P&gt;Means there is operator between variable and sum&amp;nbsp;&amp;nbsp; so how it is taking?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Product={'laptop'}&amp;gt;} $(vsales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 09:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286299#M854147</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-02-16T09:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need Explaination</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286300#M854148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R u talking about = ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says Give me a sum of sales(ur sales data is stored in variable vsales) where product should be laptop..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286300#M854148</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-16T10:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need Explaination</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286301#M854149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got it tank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Explaination/m-p/1286301#M854149</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-02-16T10:18:56Z</dc:date>
    </item>
  </channel>
</rss>

