<?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: Date Synthetic Key File Name Date# in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Synthetic-Key-File-Name-Date/m-p/1754206#M720891</link>
    <description>&lt;P&gt;Here are some Design Blog posts that may be of some help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is the base URL for that area in case you want to search further on your own for other posts:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 20 Oct 2020 16:03:32 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-10-20T16:03:32Z</dc:date>
    <item>
      <title>Date Synthetic Key File Name Date#</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Synthetic-Key-File-Name-Date/m-p/1747313#M720888</link>
      <description>&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;Please your help with the following:&lt;/P&gt;&lt;P&gt;I have 3 tables that im taking the date from the File Name:&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;LOAD&lt;BR /&gt;FileName() as FileName,&lt;BR /&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;LOAD&lt;BR /&gt;FileName() as FileName,&lt;BR /&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/P&gt;&lt;P&gt;Table3:&lt;BR /&gt;LOAD&lt;BR /&gt;FileName() as FileName,&lt;BR /&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this create a Synthetic&amp;nbsp; Key, how can I get rid of the key?&lt;BR /&gt;I tried to put other names to FileName as FileName1 but I had to create different filters, I need to have one filter for date when I select a month, all my graphics take that month.&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Synthetic-Key-File-Name-Date/m-p/1747313#M720888</guid>
      <dc:creator>nicolearayav</dc:creator>
      <dc:date>2024-11-16T18:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date Synthetic Key File Name Date#</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Synthetic-Key-File-Name-Date/m-p/1747319#M720889</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/122529"&gt;@nicolearayav&lt;/a&gt;&amp;nbsp; try to concatenate tables&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;LOAD&lt;BR /&gt;FileName() as FileName,&lt;BR /&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;LOAD&lt;BR /&gt;FileName() as FileName,&lt;BR /&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;BR /&gt;LOAD&lt;BR /&gt;FileName() as FileName,&lt;BR /&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 20:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Synthetic-Key-File-Name-Date/m-p/1747319#M720889</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-25T20:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date Synthetic Key File Name Date#</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Synthetic-Key-File-Name-Date/m-p/1747324#M720890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesnt work because I have&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FileName() as FileName,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TableA:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;load.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FileName() as FileName,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TableB:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;load.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FileName() as FileName,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TableC:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;load.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried to put concatenate between after the table with the Join:&lt;BR /&gt;Example:&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FileName() as FileName,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TableA:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;load.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FileName() as FileName,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TableB:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;load.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FileName() as FileName,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TableC:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;load.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But it doenst work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 20:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Synthetic-Key-File-Name-Date/m-p/1747324#M720890</guid>
      <dc:creator>nicolearayav</dc:creator>
      <dc:date>2020-09-25T20:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Synthetic Key File Name Date#</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Synthetic-Key-File-Name-Date/m-p/1754206#M720891</link>
      <description>&lt;P&gt;Here are some Design Blog posts that may be of some help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is the base URL for that area in case you want to search further on your own for other posts:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 16:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Synthetic-Key-File-Name-Date/m-p/1754206#M720891</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-20T16:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date Synthetic Key File Name Date#</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Synthetic-Key-File-Name-Date/m-p/1754215#M720892</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/122529"&gt;@nicolearayav&lt;/a&gt;&amp;nbsp; try below then&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Table1:
LOAD
FileName() as FileName,
Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,

....;

Join

TableA:
load.....;

Table2:
noconcatenate
LOAD
FileName() as FileName,
Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,

....;

Join

TableB:
load.....;

Table3:
noconcatenate
LOAD
FileName() as FileName,
Date(Date#((Left(Right(FileName(),12),7)),'MM.YYYY'),'MM.YYYY') as FileDate,

....;

Join

TableC:

load.....;

Final:
LOAD * 
resident Table1;

concatenate
LOAD * 
resident Table2;

concatenate
LOAD * 
resident Table3;

Drop tables Table1,Table2,Table3;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Oct 2020 16:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Synthetic-Key-File-Name-Date/m-p/1754215#M720892</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-20T16:30:29Z</dc:date>
    </item>
  </channel>
</rss>

