<?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: One more field from existed field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993282#M338250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think solution provided by &lt;A _jive_internal="true" href="https://community.qlik.com/people/Neetha_p"&gt;neetha P&lt;/A&gt;‌ should work in that case &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 06:50:41 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-10-16T06:50:41Z</dc:date>
    <item>
      <title>One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993277#M338245</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;can any one help me on the below scenario,&lt;/P&gt;&lt;P&gt;I have a table with ID, Firm ,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Year, Period,Objective GLObject ,Sales, now I want a table with current year sales and Last year Sales in the same table , how to create these two fields in the same table. any help can be appreciated. &lt;/P&gt;&lt;P&gt;Please find the Sample data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 06:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993277#M338245</guid>
      <dc:creator />
      <dc:date>2015-10-16T06:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993278#M338246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Firm,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Period,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Objective,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GLObject ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxYear:&lt;/P&gt;&lt;P&gt;LOAD Max(Year) as maxYear&lt;/P&gt;&lt;P&gt;Resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMaxYear = Peek('maxYear');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(Data)&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;Sales as CurrentYearSales&lt;/P&gt;&lt;P&gt;Resident Data&lt;/P&gt;&lt;P&gt;Where Year = $(vMaxYear);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(Data)&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;Sales as LastYearSales&lt;/P&gt;&lt;P&gt;Resident Data&lt;/P&gt;&lt;P&gt;Where Year = ($(vMaxYear) - 1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE MaxYear;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 06:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993278#M338246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T06:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993279#M338247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking for a front end or back end solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 06:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993279#M338247</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T06:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993280#M338248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Back End Solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 06:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993280#M338248</guid>
      <dc:creator />
      <dc:date>2015-10-16T06:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993281#M338249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny Talwar,&amp;nbsp; I wanted to calculate an extra field in the table at back end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 06:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993281#M338249</guid>
      <dc:creator />
      <dc:date>2015-10-16T06:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993282#M338250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think solution provided by &lt;A _jive_internal="true" href="https://community.qlik.com/people/Neetha_p"&gt;neetha P&lt;/A&gt;‌ should work in that case &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 06:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993282#M338250</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T06:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993283#M338251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neetha,&lt;/P&gt;&lt;P&gt;Here ID is not a unique value it has duplicate records , will this logic works ? because I have Period as filter.&lt;/P&gt;&lt;P&gt;Left Join(Data)&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;Sales as CurrentYearSales&lt;/P&gt;&lt;P&gt;Resident Data&lt;/P&gt;&lt;P&gt;Where Year = $(vMaxYear);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 06:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993283#M338251</guid>
      <dc:creator />
      <dc:date>2015-10-16T06:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993284#M338252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May use add all the fields (if the combination of all the fields make a line unique)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Data)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Firm,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Period,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Objective,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GLObject ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales as CurrentYearSales&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Resident Data&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where Year = $(vMaxYear);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 06:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993284#M338252</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T06:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993285#M338253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Luck Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993285#M338253</guid>
      <dc:creator />
      <dc:date>2015-10-16T07:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993286#M338254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create composite key for making unique value and use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993286#M338254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T07:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993287#M338255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Neetha i did it,however when come to&amp;nbsp; the below step&lt;/P&gt;&lt;P&gt;Left Join(Data)&lt;/P&gt;&lt;P&gt;LOAD Unique ID,&lt;/P&gt;&lt;P&gt;Sales as LastYearSales&lt;/P&gt;&lt;P&gt;Resident Data&lt;/P&gt;&lt;P&gt;Where Year = ($(vMaxYear) - 1); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV will read the last year Unique values it will not read the Current year values in that case last year values will not populate for the current year selection. How do I over come this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993287#M338255</guid>
      <dc:creator />
      <dc:date>2015-10-16T07:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993288#M338256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try:&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;Left Join(Data)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&amp;nbsp; ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales as LastYearSales&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Year &amp;gt;= ($(vMaxYear) - 1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993288#M338256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T07:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993289#M338257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Firm, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Objective, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Period, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GL Object], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;community6.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (TABLE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD 'FY' &amp;amp; Max(Right(Year, 2)) as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 1 as Flag1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident TABLE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (TABLE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD 'FY' &amp;amp; Max(Right(Year, 2), 2) as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 1 as Flag2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident TABLE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Flag1 = 1, Sales) as CurrentYearSales,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Flag2 = 1, Sales) as PreviousYearSales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident TABLE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table TABLE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102189_Capture.PNG" style="height: 541px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993289#M338257</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-16T07:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993290#M338258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, for your efforts ,however I am expecting output like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the image you have added the Previous year sales for the FY14 is null but it should not be like that we have sales for the Previous year FY13 those values has to come&amp;nbsp; beside the Current year sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993290#M338258</guid>
      <dc:creator />
      <dc:date>2015-10-16T07:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993291#M338259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi john,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sunny's solution reflects your requirement.&lt;/P&gt;&lt;P&gt;try to remove year field in chart in UI and you will get same output as your requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 11:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993291#M338259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-17T11:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: One more field from existed field</title>
      <link>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993292#M338260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neetha , I tried, however it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find same sample data with Expected result. in the attachment.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 11:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-more-field-from-existed-field/m-p/993292#M338260</guid>
      <dc:creator />
      <dc:date>2015-10-17T11:48:55Z</dc:date>
    </item>
  </channel>
</rss>

