<?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: Data Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332626#M823465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask you if you can help me to create a formula, for cost data, that allow me to calc the difference between the amount of current month and amount of previous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i would like to create a bar chart with months on X axis and in the tooltip the information about the % difference between the month selected and the previous one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to create an ID for each month (because i would like to make a comparison even if I select January because i want to compare that amount with the amount of December but previous year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I called this field Month_ID and now i would like to know if you have some suggestion for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Aug 2017 21:43:40 GMT</pubDate>
    <dc:creator>andrea90casa</dc:creator>
    <dc:date>2017-08-04T21:43:40Z</dc:date>
    <item>
      <title>Data Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332621#M823460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi at all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found this issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two data set: one for revenues and other one for costs, in each one I have the invoice data, payment data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a table with Months on column and for each months I would like to have one row for revenues and other one for costs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that i would like to create an input box with the possibility to select or Month coming from Invoice Data or coming from Payment Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Revenue Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;N° Invoice, Invoice Data,Payment Data, Amount&lt;/P&gt;&lt;P&gt;1, 01/01/2017, 01/02/2017, 30&lt;/P&gt;&lt;P&gt;2, 01/02/2017, 01/03/2017, 40&lt;/P&gt;&lt;P&gt;3, 01/03/2017, 20/03/2017, 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cost Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;N° Invoice, Invoice Data,Payment Data, Amount&lt;/P&gt;&lt;P&gt;1, 01/01/2017, 01/02/2017, 15&lt;/P&gt;&lt;P&gt;2, 01/02/2017, 01/03/2017, 20&lt;/P&gt;&lt;P&gt;3, 01/03/2017, 20/03/2017, 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then if i select Invoice from Input box i would like to have a result like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Variable&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Gen&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Feb&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Mar&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Revenue&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;40&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Cost&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Profit&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select Payment from Input box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Variable&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Gen&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Feb&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Mar&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Revenue&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Cost&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Profit&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&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/Data-Problem/m-p/1332621#M823460</guid>
      <dc:creator>andrea90casa</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332622#M823461</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;one solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_269761_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172105_QlikCommunity_Thread_269761_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_269761_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/172118_QlikCommunity_Thread_269761_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_269761_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/172119_QlikCommunity_Thread_269761_Pic3.JPG" style="height: 337px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_269761_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/172120_QlikCommunity_Thread_269761_Pic4.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15016285920952998" jivemacro_uid="_15016285920952998"&gt;
&lt;P&gt;tabCostRevenue:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Revenue' as Variable,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() as ID&lt;/P&gt;
&lt;P&gt;INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N° Invoice, Invoice Date, Payment Date, Amount&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 01/01/2017, 01/02/2017, 30&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 01/02/2017, 01/03/2017, 40&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 01/03/2017, 20/03/2017, 10&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cost' as Variable,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() as ID&lt;/P&gt;
&lt;P&gt;INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N° Invoice, Invoice Date, Payment Date, Amount&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 01/01/2017, 01/02/2017, 15&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 01/02/2017, 01/03/2017, 20&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 01/03/2017, 20/03/2017, 20&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabDateLink:&lt;/P&gt;
&lt;P&gt;CrossTable (DateTypeTemp, Date)&lt;/P&gt;
&lt;P&gt;LOAD ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Payment Date]&lt;/P&gt;
&lt;P&gt;Resident tabCostRevenue;&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTypeTemp,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(DateTypeTemp,' ',1) as DateType&lt;/P&gt;
&lt;P&gt;Resident tabDateLink;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabCalendar: &lt;/P&gt;
&lt;P&gt;LOAD *, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(Date) as Day, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekDay(Date) as WeekDay, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week(Date) as Week, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekName(Date) as WeekName, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date) as Month, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthName(Date) as MonthName, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual('Q'&amp;amp;Ceil(Month(Date)/3),Ceil(Month(Date)/3)) as Quarter, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QuarterName(Date) as QuarterName, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date) as Year, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekYear(Date) as WeekYear;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;LOAD Date(MinDate+IterNo()-1) as Date &lt;/P&gt;
&lt;P&gt;While MinDate+IterNo()-1 &amp;lt;= MaxDate; &lt;/P&gt;
&lt;P&gt;LOAD Min(Date) as MinDate, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(Date) as MaxDate &lt;/P&gt;
&lt;P&gt;Resident tabDateLink;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 23:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332622#M823461</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-08-01T23:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332623#M823462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, you gave to me a great idea about how to solve my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table for costs and revenues are more complicated than &lt;SPAN lang="en"&gt;those I've shown you by example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;costs analysis for example use three tables:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;1) Supplier Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;2) Product Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;3) Costs Table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;The revenues analysis is the same but the columns inside are not equal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I see that when you load your script the revenues data and costs data create a new table with a variable that indicates if the record is a cost or a revenue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;My question is: Is it possible do the same thing even if the source table (for revenue and costs) are not equal or it is necessary that they have the same columns?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Best Regards &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Andrea&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 21:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332623#M823462</guid>
      <dc:creator>andrea90casa</dc:creator>
      <dc:date>2017-08-02T21:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332624#M823463</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;this should be possible.&lt;/P&gt;&lt;P&gt;Can you please share some sample lines of each table and your expected result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 22:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332624#M823463</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-08-02T22:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332625#M823464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco, !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached an xlsx file with I tried to insert some example table (three for costs and other three for revenues):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to upload this tables on a qlik view document and do some visualization like revenue by customers, by area, analyse products purchased, etc etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But also i would like to create a table or other visualization in which I compare revenue and costs by months (there are three types of data), months could be by invoice data (sales and costs), payment data or competence data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your previous solution and by the costs everything is ok (even if I am trying to create a calculated field that allows me to compare costs of current months compared with previous month and it is not so easy and i have to try again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 12:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332625#M823464</guid>
      <dc:creator>andrea90casa</dc:creator>
      <dc:date>2017-08-04T12:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332626#M823465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask you if you can help me to create a formula, for cost data, that allow me to calc the difference between the amount of current month and amount of previous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i would like to create a bar chart with months on X axis and in the tooltip the information about the % difference between the month selected and the previous one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to create an ID for each month (because i would like to make a comparison even if I select January because i want to compare that amount with the amount of December but previous year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I called this field Month_ID and now i would like to know if you have some suggestion for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 21:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Problem/m-p/1332626#M823465</guid>
      <dc:creator>andrea90casa</dc:creator>
      <dc:date>2017-08-04T21:43:40Z</dc:date>
    </item>
  </channel>
</rss>

