<?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 Filter Contract Expiry Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247850#M870044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Folks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am facing some issues while filtering Contract Expiry date.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;i have a date field 'Contract Expiry Date' and i am comparing this field with today to know to know in how many days the contract is going to expire.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So, i have created a multi box with filters like 'Expired','30 Days','60 Days','90 Days','&amp;gt;90 Days' using below expression.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=0,'Expired',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=30,'30 Days',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=60,'60 Days',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=90,'90 Days',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;gt;90,'&amp;gt;90 Days'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; )))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;When i am selecting 'Expired' or '30 days', it is showing correct result.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But when i select 60 days, it is showing dates which are &amp;gt;30 and &amp;lt;=60.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But the actual result should be, it should show all dates which are expiring with in 60 days. (i.e;from 1 to 60 days).&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Same issue is existing for rest of filters(60 days and &amp;gt;90 Days)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am attaching QVW for your reference.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Could anybody do needful and give me suggestions.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Rajasekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>PRS</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Filter Contract Expiry Date</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247850#M870044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Folks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am facing some issues while filtering Contract Expiry date.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;i have a date field 'Contract Expiry Date' and i am comparing this field with today to know to know in how many days the contract is going to expire.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So, i have created a multi box with filters like 'Expired','30 Days','60 Days','90 Days','&amp;gt;90 Days' using below expression.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=0,'Expired',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=30,'30 Days',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=60,'60 Days',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=90,'90 Days',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;gt;90,'&amp;gt;90 Days'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; )))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;When i am selecting 'Expired' or '30 days', it is showing correct result.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But when i select 60 days, it is showing dates which are &amp;gt;30 and &amp;lt;=60.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But the actual result should be, it should show all dates which are expiring with in 60 days. (i.e;from 1 to 60 days).&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Same issue is existing for rest of filters(60 days and &amp;gt;90 Days)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am attaching QVW for your reference.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Could anybody do needful and give me suggestions.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Rajasekha&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/Filter-Contract-Expiry-Date/m-p/1247850#M870044</guid>
      <dc:creator>PRS</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Contract Expiry Date</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247851#M870045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If else won't work in this condition as once conditions are met in first condition it won't be included after that&lt;/P&gt;&lt;P&gt;For Eg: if(a&amp;lt;30,'30',if(a&amp;lt;60,'60')) , '60' won't include below 30 values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have to create individual fields for the same in your script&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=0 as 'Expired',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=30 as '30 Days',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Etc&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 18:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247851#M870045</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-11-29T18:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Contract Expiry Date</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247852#M870046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Please don't create multiple thread for same question..&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 18:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247852#M870046</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-11-29T18:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Contract Expiry Date</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247853#M870047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupam Das,&lt;/P&gt;&lt;P&gt;Thanks for reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i create individual fields for each filter from script, then could you please tell me how to show all filters('Expired',30 days,60 days etc) in a single multi box.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 18:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247853#M870047</guid>
      <dc:creator>PRS</dc:creator>
      <dc:date>2016-11-29T18:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Contract Expiry Date</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247854#M870048</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;you need to have more and less than, ex if you got an expired 29, it will be less than 30 and less than 60 and less than 90.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 19:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247854#M870048</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2016-11-29T19:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Contract Expiry Date</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247855#M870049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish below has given you the solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 19:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247855#M870049</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-11-29T19:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Contract Expiry Date</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247856#M870050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajasekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this you need to use resident load concept with extra Boolean fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=0,1,0) AS EXPIRED_FIELD,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=30,1,0) &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;AS THIRTY_DAYS_FIELD&lt;/STRONG&gt; ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=60,&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;1,0) &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;AS SIXTY_DAYS_FIELD&lt;/STRONG&gt; ,&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;lt;=90,&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;1,0) &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;AS NINTY_DAYS_FIELD&lt;/STRONG&gt; ,&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp; if(fabs(date#(ContractExpiry,'YYYYMMDD')-Today())&amp;gt;90,&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;1,0) &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;AS GREATERTHAN_NINTY_DAYS_FIELD&lt;/STRONG&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;FROM TABLE;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;TEMP:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;IF(EXPIRED_FIELD=1, 'EXPIRED',&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;IF( THIRTY_DAYS_FIELD=1 AND SIXTY_DAYS_FIELD=1 AND NINTY_DAYS_FIELD=1 AND GREATERTHAN_NINTY_DAYS_FIELD=1,'&amp;gt;90 Days',&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IF(&lt;/SPAN&gt; THIRTY_DAYS_FIELD=1 AND SIXTY_DAYS_FIELD=1 AND NINTY_DAYS_FIELD=1&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AND GREATERTHAN_NINTY_DAYS_FIELD=0,'90 Days',&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IF(&lt;/SPAN&gt; THIRTY_DAYS_FIELD=1 AND SIXTY_DAYS_FIELD=1 AND NINTY_DAYS_FIELD=0&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AND GREATERTHAN_NINTY_DAYS_FIELD=0,'60 Days',&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IF(&lt;/SPAN&gt; THIRTY_DAYS_FIELD=1 AND SIXTY_DAYS_FIELD=0 AND NINTY_DAYS_FIELD=0&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AND GREATERTHAN_NINTY_DAYS_FIELD=0,'30 Days')&amp;nbsp; AS &lt;STRONG&gt;EXPIRY_FIELD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RESIDENT TEMP;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP TABLE TEMP;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-ASHOK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 19:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247856#M870050</guid>
      <dc:creator />
      <dc:date>2016-11-29T19:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Contract Expiry Date</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247857#M870051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you very much for quick reply. It's working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i have another scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am adding Contract expiry field in a table where there are already some fields, then it is creating concatenation and giving extra rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to get rid of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the QVW file for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajasekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 06:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247857#M870051</guid>
      <dc:creator>PRS</dc:creator>
      <dc:date>2016-11-30T06:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Contract Expiry Date</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247858#M870052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close this thread by selecting correct answer if you found your solution and create a new thread.&lt;/P&gt;&lt;P&gt;Mixing two questions in one thread is not a good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 07:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Contract-Expiry-Date/m-p/1247858#M870052</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-11-30T07:00:43Z</dc:date>
    </item>
  </channel>
</rss>

