<?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: Synthetic key Resolution in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Synthetic-key-Resolution/m-p/870521#M304292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a composite field by using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%KEY_PAYER &amp;amp;'_'&amp;amp; Payer.Country&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I modified your script since normally the link tables should be at the end of the script and not before the tables they are reading the data from &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Payer Row(),&lt;/P&gt;&lt;P&gt;Country,&lt;/P&gt;&lt;P&gt;Country Code&lt;/P&gt;&lt;P&gt;MatchField&lt;/P&gt;&lt;P&gt;from .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;%KEY_PAYER,&lt;/P&gt;&lt;P&gt;Country,&lt;/P&gt;&lt;P&gt;Payer.Country,&lt;/P&gt;&lt;P&gt;Payer.Name,&lt;/P&gt;&lt;P&gt;%KEY_PAYER&amp;amp;'_'&amp;amp;Payer.Country as %K_Composite&lt;/P&gt;&lt;P&gt;from ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;Load:&lt;/P&gt;&lt;P&gt;wildMatch(payer.Name,matchfield,$vMap as PayerRow() ,&lt;/P&gt;&lt;P&gt;%K_Composite&lt;/P&gt;&lt;P&gt;Payer.Country&lt;/P&gt;&lt;P&gt;Resident TableB;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner join(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Tab&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Payer Row(),&lt;/P&gt;&lt;P&gt;Country Code as Payer.Country&lt;/P&gt;&lt;P&gt;Resident Table A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Payer.Country &lt;/SPAN&gt;from &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Tab;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2015 03:27:07 GMT</pubDate>
    <dc:creator>ramoncova06</dc:creator>
    <dc:date>2015-04-08T03:27:07Z</dc:date>
    <item>
      <title>Synthetic key Resolution</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-Resolution/m-p/870519#M304290</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 two Tables Table A &amp;amp; Table B . Table A fetches data from .xlsx and Table from SAP. I have to create link between two .&amp;nbsp; I tried creating link table by fectching data from both tables as shown in link table.&lt;/P&gt;&lt;P&gt;By doing so I&amp;nbsp; get syn key in my data model (%KEY_PAYER &amp;amp; Payer.Country) . I need to resolve that. But not able to find any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help !!!&lt;/P&gt;&lt;TABLE border="1px" class="jiveBorder" height="127" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid #000000; width: 807px; height: 129px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; color: #ffffff; padding: 2px; width: 199px; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Table A&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Link Table&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; padding: 2px; width: 34%; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Table B&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Payer Row()&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;Country Code&lt;/P&gt;&lt;P&gt;MatchField&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Tab:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; color: #00642d;"&gt;Load:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #00642d;"&gt;wildMatch(payer.Name,matchfield,$vMap &lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #00642d;"&gt;PayerRow() ,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; color: #00642d;"&gt;%KEY_PAYER,&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; color: #00642d;"&gt;Payer.Country &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; color: #00642d;"&gt;Resident TableB;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: red;"&gt;Inner join(tab)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; color: #00642d;"&gt;Load &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; color: #00642d;"&gt;Payer Row()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #00642d;"&gt;Country Code &lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #00642d;"&gt; Payer.Country &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #00642d; font-size: 10pt;"&gt;Resident Table A;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;%KEY_PAYER&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;Country&lt;/LI&gt;&lt;LI&gt;Payer.CountryCode&lt;/LI&gt;&lt;LI&gt;Payer.Name&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 01:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-Resolution/m-p/870519#M304290</guid>
      <dc:creator>arusanah</dc:creator>
      <dc:date>2015-04-08T01:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic key Resolution</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-Resolution/m-p/870520#M304291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try (customize) below code in place of your link table code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;Load &lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #00642d;"&gt;wildMatch (payer.Name,matchfield,$vMap) &lt;/SPAN&gt;as [&lt;SPAN style="color: #00642d;"&gt;Payer Row]&lt;/SPAN&gt;,&lt;SPAN style="color: #00642d;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00642d; font-size: 10pt;"&gt;%KEY_PAYER&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00642d; font-size: 10pt;"&gt;Resident TableB;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00642d; font-size: 10pt;"&gt;Inner join(Tab)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00642d; font-size: 10pt;"&gt;Load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00642d; font-size: 10pt;"&gt;Payer Row() as [&lt;SPAN style="color: #00642d;"&gt;Payer Row]&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #00642d;"&gt;Country Code &lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #00642d;"&gt; [Payer Country]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00642d; font-size: 10pt;"&gt;Resident Table A;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 02:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-Resolution/m-p/870520#M304291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-08T02:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic key Resolution</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-Resolution/m-p/870521#M304292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a composite field by using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%KEY_PAYER &amp;amp;'_'&amp;amp; Payer.Country&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I modified your script since normally the link tables should be at the end of the script and not before the tables they are reading the data from &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Payer Row(),&lt;/P&gt;&lt;P&gt;Country,&lt;/P&gt;&lt;P&gt;Country Code&lt;/P&gt;&lt;P&gt;MatchField&lt;/P&gt;&lt;P&gt;from .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;%KEY_PAYER,&lt;/P&gt;&lt;P&gt;Country,&lt;/P&gt;&lt;P&gt;Payer.Country,&lt;/P&gt;&lt;P&gt;Payer.Name,&lt;/P&gt;&lt;P&gt;%KEY_PAYER&amp;amp;'_'&amp;amp;Payer.Country as %K_Composite&lt;/P&gt;&lt;P&gt;from ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;Load:&lt;/P&gt;&lt;P&gt;wildMatch(payer.Name,matchfield,$vMap as PayerRow() ,&lt;/P&gt;&lt;P&gt;%K_Composite&lt;/P&gt;&lt;P&gt;Payer.Country&lt;/P&gt;&lt;P&gt;Resident TableB;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner join(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Tab&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Payer Row(),&lt;/P&gt;&lt;P&gt;Country Code as Payer.Country&lt;/P&gt;&lt;P&gt;Resident Table A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop field &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Payer.Country &lt;/SPAN&gt;from &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Tab;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 03:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-Resolution/m-p/870521#M304292</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-08T03:27:07Z</dc:date>
    </item>
  </channel>
</rss>

