<?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: RE: Keepchar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138267#M891466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess then you should rather look into using loops instead of wild card entries. HIC has proposed a method here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3274"&gt;Loops in the Script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should then be able to put them all together very easily without creating different tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2016 06:28:34 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-19T06:28:34Z</dc:date>
    <item>
      <title>RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138260#M891459</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;I want to load multiple excel files from one folder .&lt;/P&gt;&lt;P&gt;ref: &lt;A href="https://community.qlik.com/thread/228937" target="_blank"&gt;RE:Multi load with names&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS folder names like below &lt;/P&gt;&lt;P&gt; 'YYYYMM'&lt;/P&gt;&lt;P&gt;ss201601&lt;/P&gt;&lt;P&gt;ab201602&lt;/P&gt;&lt;P&gt;cc201603&lt;/P&gt;&lt;P&gt;dd201604&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to load with only date as new column into qlikview &lt;/P&gt;&lt;P&gt;i used below code but its not working?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how to load only&amp;nbsp; date from the filename?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multi:&lt;/P&gt;&lt;P&gt;LOAD Account, &lt;/P&gt;&lt;P&gt;credit, &lt;/P&gt;&lt;P&gt;debit, &lt;/P&gt;&lt;P&gt;open,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Date(Date#(keepchar(FileBaseName(),'YYYYMM'),'YYYYMM'),'123456789') AS Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&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/RE-Keepchar/m-p/1138260#M891459</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138261#M891460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Date(Date#(keepchar(FileBaseName()&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,'123456789')&lt;/SPAN&gt;,'YYYYMM'),'YYYYMM') as Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 05:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138261#M891460</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T05:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138262#M891461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The order of KeepChar is before Date and Date# functions, so the arguments for KeepChar should come before Date and Date# functions also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 05:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138262#M891461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T05:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138263#M891462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And bro you missed 0 in keep char &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;&lt;STRONG&gt;Date(Date#(keepchar(FileBaseName(),'123456789&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;0&lt;/SPAN&gt;'),'YYYYMM'),'YYYYMM') as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 06:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138263#M891462</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T06:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138264#M891463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes sunny i tried below its working fyn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multi:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;keepchar(FileBaseName(),'0123456789') AS Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the issue is ...i have&amp;nbsp; the folder&amp;nbsp; with&amp;nbsp; different&amp;nbsp; fixed names&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever i wan to load&amp;nbsp; that should loaded to that data only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Fs.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134965_Fs.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;if i load those into qlikview&amp;nbsp;&amp;nbsp; the result&amp;nbsp; should be like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ap&amp;nbsp; data into one table&amp;nbsp; and&amp;nbsp; detailedTB into one table&amp;nbsp;&amp;nbsp; and&amp;nbsp; date format should be&amp;nbsp; every month end of the day&amp;nbsp; means 201603&amp;nbsp; wil be&amp;nbsp; 31-&lt;/STRONG&gt; 01-2016 how it is possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 06:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138264#M891463</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-19T06:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138265#M891464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Ap&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Account,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;credit,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;debit,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;open,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(&lt;SPAN style="color: #ff0000;"&gt;Floor(MonthEnd(&lt;/SPAN&gt;Date#(keepchar(FileBaseName(),'1234567890'),'YYYYMM')&lt;SPAN style="color: #ff0000;"&gt;))&lt;/SPAN&gt;,'&lt;SPAN style="color: #ff0000;"&gt;DD-MM-YYYY&lt;/SPAN&gt;') as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;D&gt;&lt;/D&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;detailedTB:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NoConcatenate&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD Account,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;credit,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;debit,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;open,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Date(&lt;SPAN style="color: #ff0000;"&gt;Floor(MonthEnd(&lt;/SPAN&gt;Date#(keepchar(FileBaseName(),'1234567890'),'YYYYMM')&lt;SPAN style="color: #ff0000;"&gt;))&lt;/SPAN&gt;,'&lt;SPAN style="color: #ff0000;"&gt;DD-MM-YYYY&lt;/SPAN&gt;') as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;D&gt;&lt;/D&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And then if you want to concatenate them, you can do it in resident loads&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Multi:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Resident Ap;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Concatenate (Multi)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Resident detailedTB;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;DROP Tables Ap, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;detailedTB;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 06:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138265#M891464</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T06:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138266#M891465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)date filed is not working sunny... its givng like&amp;nbsp; ####&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)and for example&amp;nbsp; in future user added&amp;nbsp; other 4xls files with&amp;nbsp; AD&amp;nbsp;&amp;nbsp;&amp;nbsp; ...then how it do automatically to that&amp;nbsp; table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 06:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138266#M891465</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-19T06:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138267#M891466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess then you should rather look into using loops instead of wild card entries. HIC has proposed a method here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3274"&gt;Loops in the Script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should then be able to put them all together very easily without creating different tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 06:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138267#M891466</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T06:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138268#M891467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;P&gt;Date(Date#(keepchar(FileBaseName(),'0123456789')&amp;amp;'01','YYYYMMDD')) AS Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 11:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138268#M891467</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-19T11:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138269#M891468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clever -&lt;/P&gt;&lt;P&gt;If I may ask, what would be the reason to add 01 at the end? That would still be month start, wouldn't you still need to do MonthEnd() to get 31-01-2016 for example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: or rather&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Floor(MonthEnd())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138269#M891468</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T12:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138270#M891469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for clever&amp;nbsp; exp it giving me the result as below bro &lt;/P&gt;&lt;P&gt;&lt;IMG alt="clever.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135001_clever.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138270#M891469</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-19T12:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138271#M891470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So is this taking you in the right direction? I know you mentioned that my approach gave you ####, but this definitely looks like an improvement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138271#M891470</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T12:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138272#M891471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I´m not using the MonthStart just to make sure that would be 1st.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138272#M891471</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-19T12:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138273#M891472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes sunny ... your exp is giving ### .. clever exp working fine. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138273#M891472</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-19T12:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Keepchar</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138274#M891473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good, I am not sure why it would be doing that, but as long as you get what you wanted, its all good &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Keepchar/m-p/1138274#M891473</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T12:37:55Z</dc:date>
    </item>
  </channel>
</rss>

