<?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 Pivot table dates range display problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290557#M107871</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;try using the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Transdate={'&amp;gt;=$(=MonthSart(vDate))&amp;lt;=$(=MakeDate(Year(vDate), Month(vDate), 29))'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2012 06:15:48 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-02-21T06:15:48Z</dc:date>
    <item>
      <title>Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290551#M107865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have data from 2012 jan 1-29 days.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;my problem is to show the dates range as 1-7&amp;nbsp; 8-15&amp;nbsp; 16-23&amp;nbsp;&amp;nbsp; like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried calculated dimension as--&amp;nbsp;&amp;nbsp; date(weekstart(salesdate),'m.dd')&amp;amp;'-'&amp;amp; date(weekend(salesdate),'m.dd')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression: sum(sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problem: its showing dates range from 26-1,1-8.....23-29.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;requirement: range should start from 1st day of january&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be its problem in date format , i used subfield to achieve the desire date format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where exactly the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 14:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290551#M107865</guid>
      <dc:creator />
      <dc:date>2012-02-16T14:04:11Z</dc:date>
    </item>
    <item>
      <title>Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290552#M107866</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;If you use WeekStart it returns the Week starting date For Jan-1, the week start is 26-1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this using &lt;/P&gt;&lt;P&gt;date(Lunarweekstart(salesdate),'m.dd')&amp;amp;'-'&amp;amp; date(Lunarweekend(salesdate),'m.dd')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 14:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290552#M107866</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-16T14:10:48Z</dc:date>
    </item>
    <item>
      <title>Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290553#M107867</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;Use this expression instead of the above, Date Format is fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Lunarweekstart('1/1/2012'),'M.DD') &amp;amp;'-'&amp;amp; date(Lunarweekend('1/1/2012'),'M.DD')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 14:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290553#M107867</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-16T14:13:58Z</dc:date>
    </item>
    <item>
      <title>Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290554#M107868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lunarweekstart solved problem , but last week range its showing 1-29&amp;nbsp; to 2-4 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any alternative to restrict week range up to end of january&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 06:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290554#M107868</guid>
      <dc:creator />
      <dc:date>2012-02-17T06:23:49Z</dc:date>
    </item>
    <item>
      <title>Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290555#M107869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi You can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Lunarweekstart('1/1/2012'),'M.DD') &amp;amp;'-'&amp;amp; If(date(Lunarweekend('1/1/2012'),'M.DD')&amp;lt;7,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;date(MonthEnd('1/1/2012'),'M.DD'),date(Lunarweekend('1/1/2012'),'M.DD'))&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 07:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290555#M107869</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-02-17T07:00:23Z</dc:date>
    </item>
    <item>
      <title>Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290556#M107870</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;if i use max date as variable&amp;nbsp; ,ie:&amp;nbsp; date(max(Date), 'DD MMM YYYY').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i use my variable in this expression to achieve only january 1st&amp;nbsp; to 29th&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression working on the use of transdate dimension only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me out &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 06:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290556#M107870</guid>
      <dc:creator />
      <dc:date>2012-02-21T06:09:58Z</dc:date>
    </item>
    <item>
      <title>Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290557#M107871</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;try using the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Transdate={'&amp;gt;=$(=MonthSart(vDate))&amp;lt;=$(=MakeDate(Year(vDate), Month(vDate), 29))'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 06:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290557#M107871</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-21T06:15:48Z</dc:date>
    </item>
    <item>
      <title>Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290558#M107872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here vDate=max date or min date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i can declare vDate as Variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here date starting from jan 1 to 29.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 06:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290558#M107872</guid>
      <dc:creator />
      <dc:date>2012-02-21T06:26:00Z</dc:date>
    </item>
    <item>
      <title>Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290559#M107873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Press Ctrl+Alt+V.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In variable overview you can add variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; add variable name as vDate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value as =Max(Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 06:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290559#M107873</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-21T06:56:17Z</dc:date>
    </item>
    <item>
      <title>Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290560#M107874</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;Try inserting following dimension.&lt;/P&gt;&lt;P&gt;(TestDate need to be replaced by SalesDate / whatever dimension you have). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue; font-size: 9pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue; font-size: 9pt;"&gt;MONTH&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue; font-size: 9pt;"&gt;LunarWeekEnd&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: maroon; font-size: 9pt;"&gt;TestDate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;))&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue; font-size: 9pt;"&gt;MONTH&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue; font-size: 9pt;"&gt;LunarWeekStart&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: maroon; font-size: 9pt;"&gt;TestDate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue; font-size: 9pt;"&gt;NULL&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue; font-size: 9pt;"&gt;LunarWeekStart&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: maroon; font-size: 9pt;"&gt;TestDate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;)&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue; font-size: 9pt;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue; font-size: 9pt;"&gt;LunarWeekEnd&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: maroon; font-size: 9pt;"&gt;TestDate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;),'DD/MM/YYYY')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt;This will give you range of date before Jan end only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 07:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290560#M107874</guid>
      <dc:creator />
      <dc:date>2012-02-21T07:25:56Z</dc:date>
    </item>
    <item>
      <title>Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290561#M107875</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;Attach the sample document, will help in fixing the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 07:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290561#M107875</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-21T07:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290562#M107876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz find the attached sample qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in week off&amp;nbsp; how to stop date range upto jan month only , not into feb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 09:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290562#M107876</guid>
      <dc:creator />
      <dc:date>2012-02-21T09:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290563#M107877</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;Please check attachment.&lt;/P&gt;&lt;P&gt;I hope this is what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 11:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290563#M107877</guid>
      <dc:creator />
      <dc:date>2012-02-21T11:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290564#M107878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here iam missing one date value&lt;/P&gt;&lt;P&gt;plz find the attached qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 12:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290564#M107878</guid>
      <dc:creator />
      <dc:date>2012-02-21T12:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290565#M107879</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;Please refer to attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 12:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290565#M107879</guid>
      <dc:creator />
      <dc:date>2012-02-21T12:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table dates range display problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290566#M107880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi ravi, jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur right , its worked for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick responce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 12:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-dates-range-display-problem/m-p/290566#M107880</guid>
      <dc:creator />
      <dc:date>2012-02-21T12:39:50Z</dc:date>
    </item>
  </channel>
</rss>

