<?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: How to take a Date header and insert in a column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425986#M819659</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;one possible solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_271645_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175152_QlikCommunity_Thread_271645_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15041255151958336" jivemacro_uid="_15041255151958336"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD Date#(TextBetween(@1,' on ',' at '),'DD/MM/YY') as Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time#(TextBetween(@1,' at ',' by '),'hh:mm') as Time&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" href="https://community.qlik.com/servlet/JiveServlet/downloadBody/19012-102-1-25664/cred-contrl.xls"&gt;https://community.qlik.com/servlet/JiveServlet/downloadBody/19012-102-1-25664/cred-contrl.xls&lt;/A&gt;&lt;SPAN&gt;] (biff, no labels, table is [cred-contrl$])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Where @1 like 'Created on*at*by*';&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD * FROM [&lt;/SPAN&gt;&lt;A class="" href="https://community.qlik.com/servlet/JiveServlet/downloadBody/19012-102-1-25664/cred-contrl.xls"&gt;https://community.qlik.com/servlet/JiveServlet/downloadBody/19012-102-1-25664/cred-contrl.xls&lt;/A&gt;&lt;SPAN&gt;] (biff, embedded labels, header is 4 lines, table is [cred-contrl$]);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2017 20:39:33 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2017-08-30T20:39:33Z</dc:date>
    <item>
      <title>How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425976#M819642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Created on 18/08/17 at 08:35 by mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, I have be trying for too long unsuccessfully and finally need to call for some assistance please:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many of the report I pull into QV start with the above statement referencing the Date and time.&lt;/P&gt;&lt;P&gt;I need to create two data column showing the Date and time respectively, filling the column where fields have corresponding data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two images of what I am trying to achieve are below: Mark Yellow data is what I need in the columns.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173792_QV1.png" style="height: 253px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;What I would like to achieve.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/173793_QV2.png" style="height: 226px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 13.5pt; font-family: 'Lucida Handwriting'; color: navy;"&gt;Your help very much appreciated&lt;/SPAN&gt;&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/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425976#M819642</guid>
      <dc:creator>physical</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425977#M819643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be load your data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ...&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;Where RowNo() = 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 11:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425977#M819643</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-18T11:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425978#M819645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st line format is always like this????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Existing load script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;Load subfield(subfield(fieldName,'at',1),' ',-1) as date&lt;/P&gt;&lt;P&gt;subfield(fieldName,'at',2,' ',1)as time&lt;/P&gt;&lt;P&gt;from table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 11:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425978#M819645</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-08-18T11:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425979#M819646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply unexpected, not sure how to script this, would you be kind enough to upload a example .qvw or am I asking too much(:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 12:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425979#M819646</guid>
      <dc:creator>physical</dc:creator>
      <dc:date>2017-08-18T12:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425980#M819647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No you are not... would you be able to share the Excel file with may be just one single row of dummy data in the same format as above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 13:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425980#M819647</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-18T13:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425981#M819650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, here are two versions of the same Excel and CSV, there are many files I import and would use this solution on all:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;A href="https://www.dropbox.com/l/AAAVJVyrtng9leovDiWiKIVT_tAGBXP5xtI" target="_blank"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Open Sans'; color: white; background: #007ee5;"&gt;Give feedback&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;A href="https://www.dropbox.com/l/AADhQAIFwDEm2rD5uz6eyXKkLeJelJb2d8A" target="_blank"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Open Sans'; color: white; background: #007ee5;"&gt;Give feedback&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Hope you call get these from Dropbox, other do you have an email?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Thank you&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Mike&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;The moderator deleted the post as it was a duplicate of the existing (not allowed and correct to delete)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;supplied instructions for using the edit option and attaching a file, finally getting there with some basic's, please see attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Point to note though, there is no 'action' option on my original post!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Mike&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 14:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425981#M819650</guid>
      <dc:creator>physical</dc:creator>
      <dc:date>2017-08-18T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425982#M819653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you just add the files here?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 16:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425982#M819653</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-18T16:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425983#M819654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, have finally posted a new discussion with attachment, hopefully you'll see, thanks for your patience.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 10:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425983#M819654</guid>
      <dc:creator>physical</dc:creator>
      <dc:date>2017-08-30T10:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425984#M819656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where have you posted it? Is it still under moderation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 15:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425984#M819656</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-30T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425985#M819657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good question, the moderator just approved it and your email followed, but cannot now see the new discussion I created with attachment, I copied the details exactly, this may have caused a fudge up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 15:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425985#M819657</guid>
      <dc:creator>physical</dc:creator>
      <dc:date>2017-08-30T15:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425986#M819659</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;one possible solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_271645_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175152_QlikCommunity_Thread_271645_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15041255151958336" jivemacro_uid="_15041255151958336"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD Date#(TextBetween(@1,' on ',' at '),'DD/MM/YY') as Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time#(TextBetween(@1,' at ',' by '),'hh:mm') as Time&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" href="https://community.qlik.com/servlet/JiveServlet/downloadBody/19012-102-1-25664/cred-contrl.xls"&gt;https://community.qlik.com/servlet/JiveServlet/downloadBody/19012-102-1-25664/cred-contrl.xls&lt;/A&gt;&lt;SPAN&gt;] (biff, no labels, table is [cred-contrl$])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Where @1 like 'Created on*at*by*';&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD * FROM [&lt;/SPAN&gt;&lt;A class="" href="https://community.qlik.com/servlet/JiveServlet/downloadBody/19012-102-1-25664/cred-contrl.xls"&gt;https://community.qlik.com/servlet/JiveServlet/downloadBody/19012-102-1-25664/cred-contrl.xls&lt;/A&gt;&lt;SPAN&gt;] (biff, embedded labels, header is 4 lines, table is [cred-contrl$]);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 20:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425986#M819659</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-08-30T20:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to take a Date header and insert in a column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425987#M819661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant, you lovely person. This will be used in son many places, Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I throw a further request at you - relevant to the previous, similar but I think different. Before you accept/reject I try to give you the problem(:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The document has Headers like: 'Current Aug', '1 Month Jul', '2 Month Aug', '3 Month Sep', 'History', 'BLANK', 'BLANK'.etc&lt;/P&gt;&lt;P&gt;I manually edit to remove 'Aug', '1 &amp;amp; Aug'.etc&lt;/P&gt;&lt;P&gt;To leave these as headers each and every time: &lt;STRONG&gt;Current, Month1, Month2, Month3, H1, &lt;EM&gt;H2, H3 &amp;amp; H4&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Note the last 3 headers are added as they are blank.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;If you choose to except this mission(: you'll have educated me for so much more. thank you in advance, which ever decision you make.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 12:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-a-Date-header-and-insert-in-a-column/m-p/1425987#M819661</guid>
      <dc:creator>physical</dc:creator>
      <dc:date>2017-08-31T12:32:16Z</dc:date>
    </item>
  </channel>
</rss>

