<?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 Error in Quarter wise data selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641142#M234877</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;Please find attached QVW file.&lt;/P&gt;&lt;P&gt;My quarter wise data selection is not working properly.&lt;/P&gt;&lt;P&gt;April data is displayed in 3 quarters.Moreover there is also requirement to show data date wise Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 05:11:16 GMT</pubDate>
    <dc:creator>deepakqlikview_123</dc:creator>
    <dc:date>2014-05-21T05:11:16Z</dc:date>
    <item>
      <title>Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641142#M234877</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;Please find attached QVW file.&lt;/P&gt;&lt;P&gt;My quarter wise data selection is not working properly.&lt;/P&gt;&lt;P&gt;April data is displayed in 3 quarters.Moreover there is also requirement to show data date wise Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 05:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641142#M234877</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-05-21T05:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641143#M234878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the best way will be to build a separate Calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example here &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and use dates and quarters from this table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 05:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641143#M234878</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-05-21T05:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641144#M234879</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;Is there any other way for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 05:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641144#M234879</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-05-21T05:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641145#M234880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. you can, But it's always better to have separate calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your problem is that you calculate month and quarter from different dates&lt;/P&gt;&lt;P&gt;month(if(isnull(date(UpdatedOn)) or date(UpdatedOn)='-', date(DealerToDealerInvoiceDate,'DD-MM-YYYY'), date(UpdatedOn,'DD-MM-YYYY'))) as Retail_Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Q' &amp;amp; Ceil(Month(date(DealerToDealerInvoiceDate,'DD-MM-YYYY'))/3) as Retail_Quarter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should select one date and calculate month from DealerToDealerInvoiceDate or&lt;/P&gt;&lt;P&gt;quarter from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(date(UpdatedOn)) or date(UpdatedOn)='-', date(DealerToDealerInvoiceDate,'DD-MM-YYYY'), date(UpdatedOn,'DD-MM-YYYY')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 05:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641145#M234880</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-05-21T05:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641146#M234881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seregy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;It is working as per &lt;/SPAN&gt;expectation&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;I am using all date fields from previous table by using resident load for &lt;/SPAN&gt;calendar&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt; creation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me when to use system field and when to use previously loaded tables field for calendar creation,and which will be better to use in which case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 06:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641146#M234881</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-05-21T06:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641147#M234882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's better to have a calendar, because Date is dimension and it will consume less space and memory and more expandable (you can simpler add a new description of a day like holiday or end of month etc) if you store Date, Month, Year, Quarter, Fiscal Year, Fiscal Month, Holiday flag etc.... once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second reason is case when you don't have all the dates in your transactional data:&lt;/P&gt;&lt;P&gt;For example you have 01.01.2014 and 03.01.2014, but you need to show missing values e.g. show 02.01.2014 with no value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in your case the problem is you use different dates for calculating month a quarter to describe a day in one row&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 06:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641147#M234882</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-05-21T06:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641148#M234883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unexpectedly I found a string &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt; &lt;/TD&gt;&lt;TD&gt;if(FuelType='Diesel' or FuelType='DIESEL','Diesel',If(FuelType='LPG','LPG',If(FuelType='CNG','CNG')))as FuelType,&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's much faster to use only&lt;/P&gt;&lt;P&gt;UPPER(FuelType) AS FuelType, if upper DIESEL is ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use only&lt;/P&gt;&lt;P&gt;if(FuelType='DIESEL','Diesel',FuelType) AS FuelType&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 06:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641148#M234883</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-05-21T06:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641149#M234884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi ,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;For showing month,quarter,year,Day properly I have created new calendar table using resident data(On retail table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have left joined calendar with organizationmaster,but it seems results are not displaying correctly.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please suggest.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 07:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641149#M234884</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-05-21T07:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641150#M234885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should connect Calendar by Dealer Invoice Date, not by DealerID&lt;/P&gt;&lt;P&gt;There is no sense to connect calendar table by DealerId &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 07:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641150#M234885</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-05-21T07:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641151#M234886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Segey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working fine now.&lt;/P&gt;&lt;P&gt;But quarter is still showing as Q,Q1,Q2.&lt;/P&gt;&lt;P&gt;Can u please suggest how to make correction on this display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 07:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641151#M234886</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-05-21T07:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641152#M234887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all you need to change your script&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;DealerID &lt;/P&gt;&lt;P&gt;resident OrganisationMaster;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;DealerID,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should change to&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT&lt;/P&gt;&lt;P&gt;your further script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because you don't need DealedId in this table and you need only unique records of dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your "Q" appeared because for some records you don't have DealerInvoiceDate. You just have to decide what you need to do in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you didn't generate the calendar, you just move dates to another table&lt;/P&gt;&lt;P&gt;please read carefully&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar &lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and try to get the powerful calendar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 07:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641152#M234887</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-05-21T07:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641153#M234888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seregy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to display only 'Q' But still I am not able to understand what action I need to in this case.&lt;/P&gt;&lt;P&gt;Can you please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 08:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641153#M234888</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-05-21T08:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641154#M234889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a normal calendar it will disappear.&lt;/P&gt;&lt;P&gt;But if you don't want just add after Resident Retail&lt;/P&gt;&lt;P&gt;WHERE isNull(DealerInvoiceDate)=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in any case you will not be able to see your data if DealerInvoiceDate without value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have filled KEY field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 08:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641154#M234889</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-05-21T08:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641155#M234890</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;In My ccode if Diesel or SIESEL then i need to show only 1 field as Diesel,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and if LPG then LPG and if CNG then CNG&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;Actually I am drill down to detail level so use this code in script&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;&lt;/P&gt;&lt;TABLE style="border: 0px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;if(FuelType='Diesel' or FuelType='DIESEL','Diesel',If(FuelType='LPG','LPG',If(FuelType='CNG','CNG')))as FuelType,&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 11:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641155#M234890</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-05-21T11:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641156#M234891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seregy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;month(if(isnull(date(UpdatedOn)) or date(UpdatedOn)='-', date(DealerToDealerInvoiceDate,'DD-MM-YYYY'), date(UpdatedOn,'DD-MM-YYYY'))) as Retail_Month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Condition because in my table where updated on in null then I have to use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DealerToDealerInvoiceDate&lt;/SPAN&gt; otherwise i have to use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;UpdatedOn&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If this is not right idea for creation of month date then,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;by using only DealerInvoiceDate will it be show proper results after generating calendar.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Please suggest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Deepak&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 05:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641156#M234891</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-05-23T05:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641157#M234892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add new calculated field&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(isnull(date(UpdatedOn)) or date(UpdatedOn)='-', date(DealerToDealerInvoiceDate,'DD-MM-YYYY'), date(UpdatedOn,'DD-MM-YYYY')) AS Calculated.Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;build calendar based on this new date and connect to this date Calendar table&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 05:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641157#M234892</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-05-23T05:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Quarter wise data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641158#M234893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seregy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to remove all record starting from DI99 can you please tell me what will be condition for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 07:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Quarter-wise-data-selection/m-p/641158#M234893</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-05-23T07:27:57Z</dc:date>
    </item>
  </channel>
</rss>

