<?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 Mapping a key field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-a-key-field/m-p/1091381#M942365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve got a star scheme for controlling data revolving around an order number, with tables like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TransactionalData:&lt;/P&gt;&lt;P&gt;OrderNr&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Account&lt;/P&gt;&lt;P&gt;Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OrderMaster:&lt;/P&gt;&lt;P&gt;OrderNr&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AccountMaster:&lt;/P&gt;&lt;P&gt;Account&lt;/P&gt;&lt;P&gt;AccountName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For capital expenses, instead of the normal OrderNr the data will contain an investment order nr .There is a mapping table MapTable with fields&lt;/P&gt;&lt;P&gt;OrderNr (example Opex1234)&lt;BR /&gt;InvestmentOrderNr (example Capex9876)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I get 'Capex9876' in the OrderNr field, how can I substitute that by Opex1234, while keeping the field name OrderNr?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2016 13:49:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-14T13:49:16Z</dc:date>
    <item>
      <title>Mapping a key field</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-a-key-field/m-p/1091381#M942365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve got a star scheme for controlling data revolving around an order number, with tables like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TransactionalData:&lt;/P&gt;&lt;P&gt;OrderNr&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Account&lt;/P&gt;&lt;P&gt;Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OrderMaster:&lt;/P&gt;&lt;P&gt;OrderNr&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AccountMaster:&lt;/P&gt;&lt;P&gt;Account&lt;/P&gt;&lt;P&gt;AccountName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For capital expenses, instead of the normal OrderNr the data will contain an investment order nr .There is a mapping table MapTable with fields&lt;/P&gt;&lt;P&gt;OrderNr (example Opex1234)&lt;BR /&gt;InvestmentOrderNr (example Capex9876)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I get 'Capex9876' in the OrderNr field, how can I substitute that by Opex1234, while keeping the field name OrderNr?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 13:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-a-key-field/m-p/1091381#M942365</guid>
      <dc:creator />
      <dc:date>2016-01-14T13:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a key field</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-a-key-field/m-p/1091382#M942366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the ApplyMap function for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapTable:&lt;/P&gt;&lt;P&gt;Mapping Load OrderNr, InvestmentOrderNr From ...mymappingsource...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...some fields...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MapTable',OrderNr) as OrderNr&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...mysourcetable...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 16:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-a-key-field/m-p/1091382#M942366</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-14T16:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a key field</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-a-key-field/m-p/1091383#M942367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;May be some values of both the column (OrderNr) may not match but if for that transaction table (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TransactionalData&lt;/SPAN&gt;) &lt;/P&gt;&lt;P&gt;the required master table is (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OrderMaster&lt;/SPAN&gt;) then of course some values will be also match. else you need to consult your BA. for data details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 16:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-a-key-field/m-p/1091383#M942367</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-14T16:56:39Z</dc:date>
    </item>
  </channel>
</rss>

