<?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 get the Date from the Table Name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455915#M1166640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i marked your answer as a correct answer. hehe, well anyway, let me umark the helpful answer.haha!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2012 06:09:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-01T06:09:57Z</dc:date>
    <item>
      <title>How to get the Date from the Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455908#M1166633</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;i really need help, i am trying to load data which is the Table name contains the date, since im already done with the loading, my problem is. i need to get the date from the table name itself. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Name is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HDMF_20120210&lt;/P&gt;&lt;P&gt;HDMF_20120431&lt;/P&gt;&lt;P&gt;HDMF_20110521&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to generate the date from Table name and connect it to my Master Calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please HELP ME...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 04:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455908#M1166633</guid>
      <dc:creator />
      <dc:date>2012-10-01T04:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Date from the Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455909#M1166634</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 use the Function Filename() while loading your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAMPLE:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Data,&lt;/P&gt;&lt;P&gt;FileName() as RAW_Tablename,&lt;/P&gt;&lt;P&gt;MakeDate(mid(FileName(),6,4), mid(FileName(),10,2), mid(FileName(),12,2)) as DATE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\alexis.tan\Desktop\HDMF_20120210.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 04:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455909#M1166634</guid>
      <dc:creator />
      <dc:date>2012-10-01T04:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Date from the Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455910#M1166635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Use this which will give you another column with the date field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pag-ibig No.]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Last Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[First Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Initial&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Employee Contribution]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Employer Contribution]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Birthday&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FileName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),6,4), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FileName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),10,2), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FileName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),12,2)) &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;DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;codepage&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 1252, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '\t', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;msq&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 05:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455910#M1166635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-01T05:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Date from the Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455911#M1166636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thank you so much! I got the answer already. thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 05:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455911#M1166636</guid>
      <dc:creator />
      <dc:date>2012-10-01T05:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Date from the Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455912#M1166637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow I gave the correct answer first but only helpful? nice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway, no problem, glad to have helped&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 06:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455912#M1166637</guid>
      <dc:creator />
      <dc:date>2012-10-01T06:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Date from the Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455913#M1166638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyway Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just curious, why does the answer you gave me has 3 parameters? thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 06:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455913#M1166638</guid>
      <dc:creator />
      <dc:date>2012-10-01T06:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Date from the Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455914#M1166639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did i? i maybe just an accident..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 06:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455914#M1166639</guid>
      <dc:creator />
      <dc:date>2012-10-01T06:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Date from the Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455915#M1166640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i marked your answer as a correct answer. hehe, well anyway, let me umark the helpful answer.haha!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 06:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455915#M1166640</guid>
      <dc:creator />
      <dc:date>2012-10-01T06:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Date from the Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455916#M1166641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked after seeing this in my inbox to tell you that you dont have to since I don't really care if you tag me as correct answer or not (I even said im glad to have helped). But unmarking me EVEN just as helpful o.o" THANK YOU? no points for me after I gave the answer I guess. &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;sanuela_jro wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i marked your answer as a correct answer. hehe, well anyway, let me umark the helpful answer.haha!&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GoodLuck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 06:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-Date-from-the-Table-Name/m-p/455916#M1166641</guid>
      <dc:creator />
      <dc:date>2012-10-01T06:53:52Z</dc:date>
    </item>
  </channel>
</rss>

