<?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: Appending Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607803#M224402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can You share some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 12:13:33 GMT</pubDate>
    <dc:creator>jsingh71</dc:creator>
    <dc:date>2014-03-21T12:13:33Z</dc:date>
    <item>
      <title>Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607802#M224401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an excel document from which I load my data. But the excel sheet has contents as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document Name:&lt;/P&gt;&lt;P&gt;Execution Date:&lt;/P&gt;&lt;P&gt;Execution Time:&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;etcetra&lt;/P&gt;&lt;P&gt;and then I have the actual data wihich I want to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I remove all the above data in the [File Wizard: Type] and keep only the table. But the issue is, I want to append the year, Quarter and month from the above mentioned date in my script. Is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607802#M224401</guid>
      <dc:creator>mansi_dv</dc:creator>
      <dc:date>2014-03-21T12:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607803#M224402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can You share some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607803#M224402</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-03-21T12:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607804#M224403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you load your sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607804#M224403</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-21T12:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607805#M224404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you post the excel file with sample data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607805#M224404</guid>
      <dc:creator />
      <dc:date>2014-03-21T12:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607806#M224405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month(execution date) as month,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Q&amp;amp;ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(execution date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/3) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;STRONG&gt;To the code. this may help.. pls post sample..&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607806#M224405</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-21T12:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607807#M224406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could load the full file and then split the Data with resident load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;FULL_DATA:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;META_DATA:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;B as DocumentName&lt;/P&gt;&lt;P&gt;Resident FULL_DATA&lt;/P&gt;&lt;P&gt;where A = 'Document Name:'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;A as ColumnA&lt;/P&gt;&lt;P&gt;Resident FULL_DATA&lt;/P&gt;&lt;P&gt;where A &amp;lt;&amp;gt; 'Document Name:'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607807#M224406</guid>
      <dc:creator />
      <dc:date>2014-03-21T12:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607808#M224407</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 share any date if possible other wise do this as you say you want to load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;year, Quarter and month&lt;/SPAN&gt; from above table so do some thing like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Yourdate_Field,&lt;/P&gt;&lt;P&gt;Year(Yourdate_Field) as Year,&lt;/P&gt;&lt;P&gt;Month(Yourdate_Field) as Month,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Q'&amp;amp;Ceil(Yourdate_Field/3)&lt;/SPAN&gt; as Quarter&lt;/P&gt;&lt;P&gt;from Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and link this table with above table not need to join.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607808#M224407</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-21T12:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607809#M224408</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 can do this in your existing table also add this code only&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;Yourdate_Field,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Year(Yourdate_Field) as Year,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(Yourdate_Field) as Month,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'Q'&amp;amp;Ceil(Yourdate_Field/3)&lt;/SPAN&gt; as Quarter&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607809#M224408</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-21T12:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607810#M224409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Sample file is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607810#M224409</guid>
      <dc:creator>mansi_dv</dc:creator>
      <dc:date>2014-03-21T12:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607811#M224410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope the issue is understood correctly..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607811#M224410</guid>
      <dc:creator>mansi_dv</dc:creator>
      <dc:date>2014-03-21T12:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607812#M224411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U should have a date field anywhere in the data, but u have specified an inerval for the data...&lt;/P&gt;&lt;P&gt;Does all the data shown here fall under the july2012 to aug 2012.?&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607812#M224411</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-21T12:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607813#M224412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I build an example how I understand your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607813#M224412</guid>
      <dc:creator />
      <dc:date>2014-03-21T12:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607814#M224413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya but I need the aug 2012 part...ie I want to append 'august' as month, '2012' as year and 'Q2' as quarter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607814#M224413</guid>
      <dc:creator>mansi_dv</dc:creator>
      <dc:date>2014-03-21T12:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607815#M224414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If all the data are going to ahve aug 2012 and Q2 then u can do it as&lt;/P&gt;&lt;P&gt;load,&lt;/P&gt;&lt;P&gt;field1,&lt;/P&gt;&lt;P&gt;field1,&lt;/P&gt;&lt;P&gt;2012 as year,&lt;/P&gt;&lt;P&gt;'Aug' as month,&lt;/P&gt;&lt;P&gt;'Q2' as quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;table.xls;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607815#M224414</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-21T12:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607816#M224415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya I have done this only Sundarakumar, but went the app will be given to the client, more and more monthly data will be added...all such data should be dynamically appended in the files. So I need a method to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 13:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607816#M224415</guid>
      <dc:creator>mansi_dv</dc:creator>
      <dc:date>2014-03-21T13:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607817#M224416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do u expect the data source to be? excel fiels? how often will u get them?&lt;/P&gt;&lt;P&gt;Will u get it in a certain interval of time?&lt;/P&gt;&lt;P&gt;will the files be in the same format or will it have the same fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 13:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607817#M224416</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-21T13:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607818#M224417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya data source will be excel files and can be given any time so I need to append date from the period part.&lt;/P&gt;&lt;P&gt;All the files will be in the similar format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 04:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607818#M224417</guid>
      <dc:creator>mansi_dv</dc:creator>
      <dc:date>2014-03-24T04:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Date</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607819#M224418</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;Check the attached one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 06:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-Date/m-p/607819#M224418</guid>
      <dc:creator />
      <dc:date>2014-03-24T06:14:35Z</dc:date>
    </item>
  </channel>
</rss>

