<?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 join 5 tables carrying almost same data?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726646#M1059360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have other tables in the data model they will all Join to the resulting fact table on any field named the same. Use aliases to form the joins you want. In case of a need for a compsound join&amp;nbsp; you can use autonumber() function to build one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regular performance&amp;nbsp; optimization rules apply such as removing unneeded fields,&amp;nbsp; agaggregating unneeded uniqueness, (convert dates with timestamps to just dates) ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2014 22:27:07 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2014-10-14T22:27:07Z</dc:date>
    <item>
      <title>How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726643#M1059357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 5 tables coming from excel carrying the data&amp;nbsp; each year like 2009.... to .2014. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;These tables carry same columns but data is different according to the year.Can any one suggest me how to avoid synthetic key and I am wondering whether to join or concatenate, If possible pls explain with example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Your help is appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 21:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726643#M1059357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-14T21:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726644#M1059358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this sscenario its usually better to concatenate the files together. This will have effect of merging the rows in all spreadsheets into one spreadsheet with all the rows and no extra columns. It's as if you had manually added all the rows from each spreadsheet into 1 big spreadsheet first. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joining would be done if the former operation would cacause duplication of records. You would join when you have extra fields in the 2nd table that you want to add onto the records from the 1st table. In this scenario you don't add rows,&amp;nbsp; just columns to the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 22:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726644#M1059358</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-14T22:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726645#M1059359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Thanks Jonathan .Much appreciated.&lt;/P&gt;&lt;P&gt;So you reckon Concatenate is the best bet and how about synthetic keys or any perfomance issue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 22:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726645#M1059359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-14T22:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726646#M1059360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have other tables in the data model they will all Join to the resulting fact table on any field named the same. Use aliases to form the joins you want. In case of a need for a compsound join&amp;nbsp; you can use autonumber() function to build one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regular performance&amp;nbsp; optimization rules apply such as removing unneeded fields,&amp;nbsp; agaggregating unneeded uniqueness, (convert dates with timestamps to just dates) ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 22:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726646#M1059360</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-14T22:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726647#M1059361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan. I have a similar document which has concatenated the tables and finally store into one qvd.&lt;/P&gt;&lt;P&gt;Indeed a quick reply.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 22:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726647#M1059361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-14T22:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726648#M1059362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan ,&lt;/P&gt;&lt;P&gt;Just a quick question I have just realised the data is changing not just year , it is changing every month from 2009 to 2014 ,If i am to concatenate the script will be too big and Any advice pls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 22:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726648#M1059362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-14T22:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726649#M1059363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stick with the same approach but do a for loop in the script to say, load every file in a given directory. I'm writing from a phone and can't do an effective search for you this moment but that would be the best way. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 22:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726649#M1059363</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-14T22:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726650#M1059364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks for your efforts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 22:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726650#M1059364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-14T22:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726651#M1059365</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 may want to look at this blog post on dealing with a drop folder full of near identical files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://bit.ly/1fO33Q6"&gt;http://www.quickintelligence.co.uk/convert-drop-folder-files-qvd/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find it useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 23:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726651#M1059365</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-10-14T23:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726652#M1059366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi steve,&lt;/P&gt;&lt;P&gt;I need to set up&amp;nbsp; a config file using variables&amp;nbsp; by giving all the useful information like connection string and database name&amp;nbsp; or setting a target value (which will be changed by the users accordingly)etc which sits outside the qlikview and&amp;nbsp; these variables will pick up the changes automatically depending on the diffe&lt;SPAN style="font-size: 10pt;"&gt;rent environments we work like Dev,UAT and Prod.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Wondering if any one has a code how to write it.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 23:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726652#M1059366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T23:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726653#M1059367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see this post on include files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://www.quickintelligence.co.uk/qlikview-include-files/" title="http://www.quickintelligence.co.uk/qlikview-include-files/"&gt;ht&lt;/A&gt;&lt;A class="loading" href="http://www.quickintelligence.co.uk/qlikview-include-files/" style="font-size: 10pt; line-height: 1.5em;" title="http://www.quickintelligence.co.uk/qlikview-include-files/"&gt;tp://www.quickintelligence.co.uk/qlikview-include-files/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may point you in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 23:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726653#M1059367</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-10-21T23:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726654#M1059370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi steve,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I need to check some tables coming from the excel and i devevloped a code which checks the date validation and number field&amp;nbsp; validation but i am wondering how would i Incorporate at qvd level to check this validation .I need a multiple iff condition to check this.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can you help me pls&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sharma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 23:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726654#M1059370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-21T23:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726655#M1059373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Hi steve,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;This is my table&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;GS1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;rowno&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #008000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;[Work Order Interruption Start Date]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;,'DD MMM YYYY') &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;OBJ_GSoS_StartDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;Time&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;[Work Order Interruption Start Time]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;,'HH MM SS') &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;OBJ_GSoS_StartTime&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;[Work Order Interruption End Date]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;,'DD MMM YYYY') &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;OBJ_GSoS_EndDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;From&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;BI Industrialisation\Data Files\GSOP\GS1\GS1 - Supply Restoration - MI - 2014-15.xls]&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;biff&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;header&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; 20 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;lines&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; [TOT FAILURES GS1 YTD$])&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;[IN/ OUT/ QUERY Following Investigation]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;='OUT';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;This is my table when i am loading the data in qlikview , I need to write a code that will check the above date field or isnum field are in write format.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;if all of the fields are in right format&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Store GS1 into correct.qvd&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;or&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;if any other fields are in wrong format it should&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;store GS1 into incorrect.qvd and this should send a message or alert the user that this needs correction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Your help is indeed appreciated,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Sharma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 23:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726655#M1059373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-21T23:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to join 5 tables carrying almost same data??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726656#M1059374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Store each table data into different Qvd, later you can concatenate all the qvd’s.&lt;/P&gt;&lt;P&gt;after concatenating the qvd's again store them into original qvd, once you enter the new data ,that also will concatenate with the old data and it will store in the original data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 12:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-5-tables-carrying-almost-same-data/m-p/726656#M1059374</guid>
      <dc:creator />
      <dc:date>2014-11-05T12:37:46Z</dc:date>
    </item>
  </channel>
</rss>

