<?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 Issue with syntables and masterdate linking in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-syntables-and-masterdate-linking/m-p/362511#M134770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Is this just too long or has no one had to deal with a situation like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short the issue is the syn tables. I have hasd suggestions to build concatenations of the values. There are two issues.&lt;/P&gt;&lt;P&gt;1. The original values still need to be used in building up the Masterdate or Calender table. &lt;/P&gt;&lt;P&gt;2. PolicyID for example is used alone in many of the tables, in other tables PolicyID and Risk ID are used together and on other tables, PolicyID, RiskID and ClaimID are used together.Evebntually you would still have syn tables, granted they would be less, but my concern would be the linking on tables with only one of the fields to tables with two of the fields and then also to those with all three the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or ideas would be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2012 06:16:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-23T06:16:41Z</dc:date>
    <item>
      <title>Issue with syntables and masterdate linking</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-syntables-and-masterdate-linking/m-p/362510#M134769</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 a problem with syn tables which is causing some links to break. Sorry but this is a rather complex problem with issues both with the syntables and some linking which is wrong. This is a long read so you need time if you want to answer&lt;/P&gt;&lt;P&gt;$Syn 1 = &lt;STRONG&gt;Lnk_TOP_PolicyID+Lnk_TOP_RiskID&lt;/STRONG&gt;&lt;BR /&gt;$Syn 2 = &lt;STRONG&gt;Lnk_TOP_PolicyID+Lnk_TOP_RiskID+Lnk_TOP_LossRatio_CoInsurerName&lt;/STRONG&gt;&lt;BR /&gt;$Syn 3 = &lt;STRONG&gt;Lnk_TOP_PolicyID+Lnk_TOP_RiskID+Lnk_TOP_ClaimID&lt;/STRONG&gt;&lt;BR /&gt;$Syn 4 = $Syn 1+$Syn 3&lt;BR /&gt;$Syn 5 = $Syn 1+$Syn 2&lt;BR /&gt;$Syn 6 = $Syn 1+$Syn 2+$Syn 3&lt;BR /&gt;$Syn 7 = $Syn 4+$Syn 5+$Syn 6&lt;/P&gt;&lt;P&gt;These are the main tables I use with the linked fields:&lt;/P&gt;&lt;P&gt;PolicyClient:&lt;BR /&gt;select * from&amp;nbsp; PolicyClient ---&lt;STRONG&gt;Lnk_TOP_PolicyID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PolicyRebrokering:&lt;BR /&gt;select * from&amp;nbsp; PolicyRebrokering---&lt;STRONG&gt;Lnk_TOP_PolicyID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PolicyReinstatements:&lt;BR /&gt;select * from&amp;nbsp; PolicyReinstatements---&lt;STRONG&gt;Lnk_TOP_PolicyID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ItemHeader&lt;BR /&gt;select * from&amp;nbsp; ItemHeader---&lt;STRONG&gt;Lnk_TOP_PolicyID, Lnk_TOP_RiskID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ItemDetails&lt;BR /&gt;SELECT&amp;nbsp; * from&amp;nbsp; ItemDetails---&lt;STRONG&gt;Lnk_TOP_RiskID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Claim&lt;BR /&gt;select * from&amp;nbsp; Claim---&lt;STRONG&gt;Lnk_TOP_ClaimID, Lnk_TOP_RiskID, Lnk_TOP_PolicyID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ClaimsDaily:&lt;BR /&gt;select * from&amp;nbsp; ClaimsDaily---&lt;STRONG&gt;Lnk_TOP_ClaimID, Lnk_TOP_PolicyID, Lnk_TOP_RiskID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DetailedFinancials:&lt;BR /&gt;select * from&amp;nbsp; DetailedFinancials---&lt;STRONG&gt;Lnk_TOP_PolicyID,Lnk_TOP_RiskID, Lnk_TOP_LossRatio_CoInsurerName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FinancialsOutstandingPremium:&lt;BR /&gt;select * from&amp;nbsp; FinancialsOutstandingPremium---&lt;STRONG&gt;Lnk_TOP_PolicyID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LossRatioClaim:&lt;BR /&gt;select * from&amp;nbsp; LossRatioClaim---&lt;STRONG&gt;Lnk_TOP_PolicyID, Lnk_TOP_RiskID, Lnk_TOP_ClaimID,Lnk_TOP_LossRatio_CoInsurerName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The problem is I cannot concatenate these,firstly because of issues that there will still be syn tables and then I still need to link the field Lnk_TOP_PolicyID on all the tables. The other issue is that I have created a masterdate table which uses Lnk_TOP_PolicyID, Lnk_TOP_RiskID and Lnk_TOP_ClaimID as field names. I then link these to dates&lt;/P&gt;&lt;P&gt;example&lt;BR /&gt;LOAD TOP_TransactionDate&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_TransactionDate) as Year,&lt;BR /&gt;Month(TOP_TransactionDate) as Month,&lt;BR /&gt;Day(TOP_TransactionDate) as Day,&lt;BR /&gt;text(TOP_TransactionDate_FinYear) as FinYear,&lt;BR /&gt;text(TOP_TransactionDate_FinMonth) as FinMonth,&lt;BR /&gt;'FinTransactionDate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;Lnk_TOP_RiskID,&lt;BR /&gt;'' as Lnk_TOP_ClaimID&lt;BR /&gt;resident DetailedFinancials&lt;/P&gt;&lt;P&gt;Most of the masterdate fields are fine(9 out of 13 dates are fine), for example if I use set analysis&lt;/P&gt;&lt;P&gt;sum({$&lt;BR /&gt;&amp;lt;DateType = {PolicyStartDate}, TOP_PolicyStatus = {'Active', 'Pending', 'Cancelled'}&lt;BR /&gt;&amp;gt;&lt;BR /&gt;}&lt;BR /&gt;&amp;nbsp; TOP_Policy_AnnualPremium + &lt;BR /&gt;&amp;nbsp; TOP_Policy_PolicyFee + TOP_Policy_BrokerFee + TOP_Policy_AdminFee)&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;This works perfectly when I select a Year&lt;/P&gt;&lt;P&gt;But when I get to Financials&lt;/P&gt;&lt;P&gt;sum({$&lt;BR /&gt;&amp;lt;DateType = {FinTransactionDate}&lt;BR /&gt;}&lt;BR /&gt;&amp;nbsp; TOP_Fin_DetailedPremium)&lt;BR /&gt;and I select FinYear 2012 it is not calculating it correctly, however when I have a list box&amp;nbsp; with the field TOP_TransactionDate_FinYear and I select 2012 from there it calculates it correctly. I have tried the Master date for FinYear both with and without the text in text(TOP_TransactionDate_FinYear)&lt;/P&gt;&lt;P&gt;I have even gone as far as testing the dates&lt;BR /&gt;example having listboxes for FinYear,DateType,and then having all the Dates in separate list boxes as stated above 9 of the 13 are fine,if I select a Finyear 2012 and then select PolicyStartDate it only shows 2012 on the Original StartDate field from PolicyClient, but when I select FinTransactionDate it shows me all years linked to DetailedFinancials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached are all my Masterdate selects just so you have all the info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterDate:&lt;BR /&gt;LOAD TOP_Policy_StartDate&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_Policy_StartDate) as Year,&lt;BR /&gt;Month(TOP_Policy_StartDate) as Month,&lt;BR /&gt;Day(TOP_Policy_StartDate) as Day,&lt;BR /&gt;text(TOP_Policy_StartDate_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Policy_StartDate_FinMonth) as FinMonth,&lt;BR /&gt;'PolicyStartDate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;'' as Lnk_TOP_RiskID,&lt;BR /&gt;'' as Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; PolicyClient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_Policy_CancelledDate&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_Policy_CancelledDate) as Year,&lt;BR /&gt;Month(TOP_Policy_CancelledDate) as Month,&lt;BR /&gt;Day(TOP_Policy_CancelledDate) as Day,&lt;BR /&gt;text(TOP_Policy_CancelledDate_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Policy_CancelledDate_FinMonth) as FinMonth,&lt;BR /&gt;'PolicyCancelledDate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;'' as Lnk_TOP_RiskID,&lt;BR /&gt;'' as Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; PolicyClient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_Policy_Createddate&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_Policy_Createddate) as Year,&lt;BR /&gt;Month(TOP_Policy_Createddate) as Month,&lt;BR /&gt;Day(TOP_Policy_Createddate) as Day,&lt;BR /&gt;text(TOP_Policy_CreatedDate_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Policy_CreatedDate_FinMonth) as FinMonth,&lt;BR /&gt;'PolicyCreatedDate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;'' as Lnk_TOP_RiskID,&lt;BR /&gt;'' as Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; PolicyClient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_Policy_RenewalDate&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_Policy_RenewalDate) as Year,&lt;BR /&gt;Month(TOP_Policy_RenewalDate) as Month,&lt;BR /&gt;Day(TOP_Policy_RenewalDate) as Day,&lt;BR /&gt;text(TOP_Policy_RenewalDate_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Policy_RenewalDate_FinMonth) as FinMonth,&lt;BR /&gt;'PolicyRenewalDate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;'' as Lnk_TOP_RiskID,&lt;BR /&gt;'' as Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; PolicyClient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_Risk_InceptionDate&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_Risk_InceptionDate) as Year,&lt;BR /&gt;Month(TOP_Risk_InceptionDate) as Month,&lt;BR /&gt;Day(TOP_Risk_InceptionDate) as Day,&lt;BR /&gt;text(TOP_Risk_InceptionDate_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Risk_InceptionDate_FinMonth) as FinMonth,&lt;BR /&gt;'ItemInceptiondate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;Lnk_TOP_RiskID,&lt;BR /&gt;'' as Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; ItemHeader&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_Risk_EffectiveDate&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_Risk_EffectiveDate) as Year,&lt;BR /&gt;Month(TOP_Risk_EffectiveDate) as Month,&lt;BR /&gt;Day(TOP_Risk_EffectiveDate) as Day,&lt;BR /&gt;text(TOP_Risk_EffectiveDate_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Risk_EffectiveDate_FinMonth) as FinMonth,&lt;BR /&gt;'ItemEffectivedate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;Lnk_TOP_RiskID,&lt;BR /&gt;'' as Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; ItemHeader&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_Reinstatement_FullDate&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_Reinstatement_FullDate) as Year,&lt;BR /&gt;Month(TOP_Reinstatement_FullDate) as Month,&lt;BR /&gt;Day(TOP_Reinstatement_FullDate) as Day,&lt;BR /&gt;text(TOP_Reinstatement_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Reinstatement_FinMonth) as FinMonth,&lt;BR /&gt;'PolicyReinstatementsDate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;'' as Lnk_TOP_RiskID,&lt;BR /&gt;'' as Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; PolicyReinstatements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_Claim_DateofLoss as MasterDate,&lt;BR /&gt;Year(TOP_Claim_DateofLoss) as Year,&lt;BR /&gt;Month(TOP_Claim_DateofLoss) as Month,&lt;BR /&gt;Day(TOP_Claim_DateofLoss) as Day,&lt;BR /&gt;text(TOP_Claim_DateofLoss_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Claim_DateofLoss_FinMonth) as FinMonth,&lt;BR /&gt;'DateofLoss' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;Lnk_TOP_RiskID,&lt;BR /&gt;Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; Claim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&amp;nbsp;&amp;nbsp; &lt;BR /&gt;LOAD TOP_Claim_DateRegistered&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_Claim_DateRegistered) as Year,&lt;BR /&gt;Month(TOP_Claim_DateRegistered) as Month,&lt;BR /&gt;Day(TOP_Claim_DateRegistered) as Day,&lt;BR /&gt;text(TOP_Claim_DateRegistered_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Claim_DateRegistered_FinMonth) as FinMonth,&lt;BR /&gt;'DateRegistered' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;Lnk_TOP_RiskID,&lt;BR /&gt;Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; Claim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_Claim_DateFinalised&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_Claim_DateFinalised) as Year,&lt;BR /&gt;Month(TOP_Claim_DateFinalised) as Month,&lt;BR /&gt;Day(TOP_Claim_DateFinalised) as Day,&lt;BR /&gt;text(TOP_Claim_DateFinalised_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Claim_DateFinalised_FinMonth) as FinMonth,&lt;BR /&gt;'DateFinalised' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;Lnk_TOP_RiskID,&lt;BR /&gt;Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; Claim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_ClaimDaily_Fulldate&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_ClaimDaily_Fulldate) as Year,&lt;BR /&gt;Month(TOP_ClaimDaily_Fulldate) as Month,&lt;BR /&gt;Day(TOP_ClaimDaily_Fulldate) as Day,&lt;BR /&gt;text(TOP_ClaimDaily_FinYear) as FinYear,&lt;BR /&gt;text(TOP_ClaimDaily_FinMonth) as FinMonth,&lt;BR /&gt;'ClaimTransDate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;Lnk_TOP_RiskID,&lt;BR /&gt;Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; ClaimsDaily&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_Policy_Rebrokering_StartDate&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_Policy_Rebrokering_StartDate) as Year,&lt;BR /&gt;Month(TOP_Policy_Rebrokering_StartDate) as Month,&lt;BR /&gt;Day(TOP_Policy_Rebrokering_StartDate) as Day,&lt;BR /&gt;text(TOP_Policy_Rebrokering_StartDate_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Policy_Rebrokering_StartDate_FinMonth) as FinMonth,&lt;BR /&gt;'PolicyRebrokeringNewDate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;'' as Lnk_TOP_RiskID,&lt;BR /&gt;'' as Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; PolicyRebrokering&amp;nbsp; &lt;BR /&gt;where TOP_RebrokeringType = 'New'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_Policy_Rebrokering_Cancelled_Date&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_Policy_Rebrokering_Cancelled_Date) as Year,&lt;BR /&gt;Month(TOP_Policy_Rebrokering_Cancelled_Date) as Month,&lt;BR /&gt;Day(TOP_Policy_Rebrokering_Cancelled_Date) as Day,&lt;BR /&gt;text(TOP_Policy_Rebrokering_Cancelled_Date_FinYear) as FinYear,&lt;BR /&gt;text(TOP_Policy_Rebrokering_Cancelled_Date_FinMonth) as FinMonth,&lt;BR /&gt;'PolicyRebrokeringOldDate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;'' as Lnk_TOP_RiskID,&lt;BR /&gt;'' as Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; PolicyRebrokering&lt;BR /&gt;where TOP_RebrokeringType = 'Old'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD TOP_TransactionDate&amp;nbsp; as MasterDate,&lt;BR /&gt;Year(TOP_TransactionDate) as Year,&lt;BR /&gt;Month(TOP_TransactionDate) as Month,&lt;BR /&gt;Day(TOP_TransactionDate) as Day,&lt;BR /&gt;text(TOP_TransactionDate_FinYear) as FinYear,&lt;BR /&gt;text(TOP_TransactionDate_FinMonth) as FinMonth,&lt;BR /&gt;'FinTransactionDate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;Lnk_TOP_RiskID,&lt;BR /&gt;'' as Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; DetailedFinancials&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (MasterDate)&lt;BR /&gt;LOAD ''&amp;nbsp; as MasterDate,&lt;BR /&gt;'' as Year,&lt;BR /&gt;'' as Month,&lt;BR /&gt;'' as Day,&lt;BR /&gt;text(TOP_ClaimLossRatio_FinYear) as FinYear,&lt;BR /&gt;text(TOP_ClaimLossRatio_FinMonth) as FinMonth,&lt;BR /&gt;'ClaimLossRatioDate' as DateType,&lt;BR /&gt;Lnk_TOP_PolicyID,&lt;BR /&gt;Lnk_TOP_RiskID,&lt;BR /&gt;Lnk_TOP_ClaimID&lt;BR /&gt;resident&amp;nbsp; LossRatioClaim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 07:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-syntables-and-masterdate-linking/m-p/362510#M134769</guid>
      <dc:creator />
      <dc:date>2012-05-22T07:24:37Z</dc:date>
    </item>
    <item>
      <title>Issue with syntables and masterdate linking</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-syntables-and-masterdate-linking/m-p/362511#M134770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Is this just too long or has no one had to deal with a situation like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short the issue is the syn tables. I have hasd suggestions to build concatenations of the values. There are two issues.&lt;/P&gt;&lt;P&gt;1. The original values still need to be used in building up the Masterdate or Calender table. &lt;/P&gt;&lt;P&gt;2. PolicyID for example is used alone in many of the tables, in other tables PolicyID and Risk ID are used together and on other tables, PolicyID, RiskID and ClaimID are used together.Evebntually you would still have syn tables, granted they would be less, but my concern would be the linking on tables with only one of the fields to tables with two of the fields and then also to those with all three the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or ideas would be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 06:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-syntables-and-masterdate-linking/m-p/362511#M134770</guid>
      <dc:creator />
      <dc:date>2012-05-23T06:16:41Z</dc:date>
    </item>
  </channel>
</rss>

