<?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: Script error / Synthetic keys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002012#M954725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your problem is probably situated in the combination of a &lt;EM&gt;LOAD from a wildcard file specification&lt;/EM&gt; with a &lt;EM&gt;Preceding LOAD that rearranges columns&lt;/EM&gt; in the final table. Those two do not work well together (one of those QV anomalies)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Temp_T_CDR:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;First 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ApplyMap('GL_MAP',EXPOSURE_ATTRIBUTE_2,'') as LOCAL_GL_BAL_KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ApplyMap('SBLC_TYPE_MAP',CONTRACT_REFERENCE,'') as SBLC_TYPE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ApplyMap('CRC_RANK_MAP',INCORPORATION_COUNTRY,'') as CRC_RANK,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ApplyMap('OECD_FLAG_MAP',INCORPORATION_COUNTRY,'') as OECD_FLAG&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;From [\\QVDs\CDM\CDM_T_CDR_*.qvd] (qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Where WildMatch(CNTX_DESCRIPTION,'*FED*') &amp;gt; 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;T_CDR:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NOCONCATENATE &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if (TABLE_NAME = 'RETAIL_EXPOSURE', 'NA|' &amp;amp; LOCAL_GL_BAL_KEY,&amp;nbsp; EXPOSURE_ATTRIBUTE_2 &amp;amp; '|NA') AS GL_BAL_KEY&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT Temp_T_CDR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP Table Temp_T_CDR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Nov 2015 12:53:43 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-11-16T12:53:43Z</dc:date>
    <item>
      <title>Script error / Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002006#M954719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below script is creating Syntheteys, I gues as script is not ending.&lt;/P&gt;&lt;P&gt;Problem with - 'if(TABLE_NAME = 'RETAIL_EXPOSURE', 'NA|' &amp;amp; LOCAL_GL_BAL_KEY,&amp;nbsp; EXPOSURE_ATTRIBUTE_2 &amp;amp; '|NA') AS GL_BAL_KEY', if I remove this one then script is going good.&lt;/P&gt;&lt;P&gt;right now I have 2 CDM_T_CDR file like CDM_T_CDR_30Sep and CDM_T_CDR_30Oct, If I go with only one then Script is going good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the script as we are going right now:&lt;/P&gt;&lt;P&gt;First 10&lt;BR /&gt;GL_MAP:&lt;BR /&gt;Mapping LOAD EXPOSURE_ATTRIBUTE_2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOCAL_GL_BAL_KEY&amp;nbsp;&amp;nbsp; &lt;BR /&gt;FROM&lt;BR /&gt;[\\QVDs\TRN\TRN_V_HNAH_GL_RECON_RETAIL_MRDM_BS_*.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;T_CDR:&lt;BR /&gt;First 10&lt;BR /&gt;LOAD * ,&lt;BR /&gt;if(TABLE_NAME = 'RETAIL_EXPOSURE', 'NA|' &amp;amp; LOCAL_GL_BAL_KEY,&amp;nbsp; EXPOSURE_ATTRIBUTE_2 &amp;amp; '|NA') AS GL_BAL_KEY;&lt;BR /&gt;First 10&lt;BR /&gt;LOAD *,&lt;BR /&gt; ApplyMap('GL_MAP',EXPOSURE_ATTRIBUTE_2,'') as LOCAL_GL_BAL_KEY,&lt;BR /&gt; ApplyMap('SBLC_TYPE_MAP',CONTRACT_REFERENCE,'') as SBLC_TYPE,&lt;BR /&gt; ApplyMap('CRC_RANK_MAP',INCORPORATION_COUNTRY,'') as CRC_RANK,&lt;BR /&gt; ApplyMap('OECD_FLAG_MAP',INCORPORATION_COUNTRY,'') as OECD_FLAG &lt;BR /&gt; &lt;BR /&gt;From [\\QVDs\CDM\CDM_T_CDR_*.qvd] (qvd)&lt;BR /&gt;Where WildMatch(CNTX_DESCRIPTION,'*FED*') &amp;gt; 0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 11:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002006#M954719</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-11-16T11:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Script error / Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002007#M954720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cud you post some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 11:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002007#M954720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T11:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Script error / Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002008#M954721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume this is not the complete LOAD script, is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post the document log?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 11:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002008#M954721</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-16T11:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Script error / Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002009#M954722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes script is not completing.&lt;/P&gt;&lt;P&gt;logs like fletched data thats it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 12:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002009#M954722</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-11-16T12:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Script error / Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002010#M954723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Can we modify the below bold script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T_CDR:&lt;/P&gt;&lt;P&gt;First 10&lt;/P&gt;&lt;P&gt;LOAD * ,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(TABLE_NAME = 'RETAIL_EXPOSURE', 'NA|' &amp;amp; LOCAL_GL_BAL_KEY,&amp;nbsp; EXPOSURE_ATTRIBUTE_2 &amp;amp; '|NA') AS GL_BAL_KEY&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;First 10&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt; ApplyMap('GL_MAP',EXPOSURE_ATTRIBUTE_2,'') as LOCAL_GL_BAL_KEY,&lt;/P&gt;&lt;P&gt; ApplyMap('SBLC_TYPE_MAP',CONTRACT_REFERENCE,'') as SBLC_TYPE,&lt;/P&gt;&lt;P&gt; ApplyMap('CRC_RANK_MAP',INCORPORATION_COUNTRY,'') as CRC_RANK,&lt;/P&gt;&lt;P&gt; ApplyMap('OECD_FLAG_MAP',INCORPORATION_COUNTRY,'') as OECD_FLAG &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From [\\QVDs\CDM\CDM_T_CDR_*.qvd] (qvd)&lt;/P&gt;&lt;P&gt;Where WildMatch(CNTX_DESCRIPTION,'*FED*') &amp;gt; 0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 12:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002010#M954723</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-11-16T12:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Script error / Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002011#M954724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(TABLE_NAME = 'RETAIL_EXPOSURE', 'NA|&amp;amp;'-'&amp;amp;LOCAL_GL_BAL_KEY',&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'EXPOSURE_ATTRIBUTE_2&amp;amp;'-'&amp;amp;|NA') AS GL_BAL_KEY&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 12:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002011#M954724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T12:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script error / Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002012#M954725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your problem is probably situated in the combination of a &lt;EM&gt;LOAD from a wildcard file specification&lt;/EM&gt; with a &lt;EM&gt;Preceding LOAD that rearranges columns&lt;/EM&gt; in the final table. Those two do not work well together (one of those QV anomalies)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Temp_T_CDR:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;First 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ApplyMap('GL_MAP',EXPOSURE_ATTRIBUTE_2,'') as LOCAL_GL_BAL_KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ApplyMap('SBLC_TYPE_MAP',CONTRACT_REFERENCE,'') as SBLC_TYPE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ApplyMap('CRC_RANK_MAP',INCORPORATION_COUNTRY,'') as CRC_RANK,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ApplyMap('OECD_FLAG_MAP',INCORPORATION_COUNTRY,'') as OECD_FLAG&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;From [\\QVDs\CDM\CDM_T_CDR_*.qvd] (qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Where WildMatch(CNTX_DESCRIPTION,'*FED*') &amp;gt; 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;T_CDR:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NOCONCATENATE &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if (TABLE_NAME = 'RETAIL_EXPOSURE', 'NA|' &amp;amp; LOCAL_GL_BAL_KEY,&amp;nbsp; EXPOSURE_ATTRIBUTE_2 &amp;amp; '|NA') AS GL_BAL_KEY&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT Temp_T_CDR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP Table Temp_T_CDR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 12:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-Synthetic-keys/m-p/1002012#M954725</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-16T12:53:43Z</dc:date>
    </item>
  </channel>
</rss>

