<?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: Show past 12 months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420661#M1160845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will work. can you send me a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2012 16:36:57 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2012-11-09T16:36:57Z</dc:date>
    <item>
      <title>Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420652#M1160836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to show data for the past 12 months of the current date (including current month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, my dimension for my chart is a calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(MonthName([rcptdate]), 'MM-YY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I only show the past 12 months?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 15:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420652#M1160836</guid>
      <dc:creator />
      <dc:date>2012-11-09T15:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420653#M1160837</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;=sum({&amp;lt;Date = {'&amp;gt;=$(=vVar1)&amp;lt;=$(=vVar)'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vVar1&lt;/P&gt;&lt;P&gt;=AddMonths(Date,-12)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vVar&lt;/P&gt;&lt;P&gt;=AddMonths(Date,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 15:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420653#M1160837</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-09T15:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420654#M1160838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be done using set analysis &lt;/P&gt;&lt;P&gt;Example if ur date field is &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;rcptdate and ur present expression is Sum(Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Sum({&amp;lt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;rcptdate&lt;/SPAN&gt;={"&amp;gt;=$(=MonthStart(today(),-12)))&amp;lt;=$(=Today())"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;If your requirement is based on the given date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;rcptdate&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;={"&amp;gt;=$(=MonthStart(vSelectedDate,-12)))&amp;lt;=$(=vSelectedDate)"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;vSelected date is a variable which has the date selected.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 15:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420654#M1160838</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-11-09T15:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420655#M1160839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Celam:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where exactly do I put this?&amp;nbsp;&amp;nbsp;&amp;nbsp; If I put it in expression, it tells me "No data to display"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my current expression was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(extcost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, changing it using&amp;nbsp; your tip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Sum({&amp;lt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;rcptdate&lt;/SPAN&gt;={"&amp;gt;=$(=MonthStart(today(),-12)))&amp;lt;=$(=Today())"}&amp;gt;} extcost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;And I get "no data can be displayed"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420655#M1160839</guid>
      <dc:creator />
      <dc:date>2012-11-09T16:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420656#M1160840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I think I found the first issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I change the Today()&amp;nbsp; to Now()&amp;nbsp; and that seemed to get data to come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is, however, still giving me all data back, and not the past 12 months&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420656#M1160840</guid>
      <dc:creator />
      <dc:date>2012-11-09T16:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420657#M1160841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the date format for both MonthStart(Today()) and your rcptdate field. Is it same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420657#M1160841</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-11-09T16:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420658#M1160842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, they are the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420658#M1160842</guid>
      <dc:creator />
      <dc:date>2012-11-09T16:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420659#M1160843</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;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;rcptdate&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;={"&amp;gt;=$(=MonthStart(today(),-12))&amp;lt;=$(=Today())"}&amp;gt;} extcost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;There is a typo mistake in braces&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420659#M1160843</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-11-09T16:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420660#M1160844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That gives me "no data to display".&amp;nbsp;&amp;nbsp;&amp;nbsp; If I change Today() to Now() I get data, but all time data, not past 12 months&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420660#M1160844</guid>
      <dc:creator />
      <dc:date>2012-11-09T16:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420661#M1160845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will work. can you send me a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420661#M1160845</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-11-09T16:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420662#M1160846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure...attached is the QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420662#M1160846</guid>
      <dc:creator />
      <dc:date>2012-11-09T16:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420663#M1160847</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;Sum({&amp;lt;rcptdate={"&amp;gt;=$(=timestamp(MonthStart(Today(),-12)))&amp;lt;=$(=timestamp(Today()))"}&amp;gt;}extcost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420663#M1160847</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-09T16:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420664#M1160848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked!&amp;nbsp; Thank you so much...still getting the hang of QlikView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate the assistance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420664#M1160848</guid>
      <dc:creator />
      <dc:date>2012-11-09T16:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420665#M1160849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please make sure that set analysis expression value and field are same format.&lt;/P&gt;&lt;P&gt;MonthStart returns only date but your date field has both date and time means timestamp format.&lt;/P&gt;&lt;P&gt;This should be considered on using date comparison in set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420665#M1160849</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-11-09T16:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show past 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420666#M1160850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HI Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i need last 12 months remaining due&amp;nbsp; for trx date can you please write the syntax&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vtrx date is nothing but today date i need to to get last 12 months remaining due can u please write the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=rangesum(above(Sum(If(TRXDATE&amp;gt;addmonths(vTrxDate,-12) and&amp;nbsp; DATE&amp;gt;vTrxDate and REMAININGDUE)),0,RowNo()))/100000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;can u please any one help me its urgent requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 10:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-past-12-months/m-p/420666#M1160850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T10:43:06Z</dc:date>
    </item>
  </channel>
</rss>

