<?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: Trouble with Applay Map by reference key in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Trouble-with-Applay-Map-by-reference-key/m-p/1641196#M47790</link>
    <description>&lt;P&gt;yes you are right dear .&lt;/P&gt;&lt;P&gt;thank you .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2019 12:28:20 GMT</pubDate>
    <dc:creator>abedalraheem</dc:creator>
    <dc:date>2019-10-30T12:28:20Z</dc:date>
    <item>
      <title>Trouble with Applay Map by reference key</title>
      <link>https://community.qlik.com/t5/App-Development/Trouble-with-Applay-Map-by-reference-key/m-p/1641144#M47782</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the below code to load two tables and generate third one ( DateBridge ) using a apply map&lt;/P&gt;&lt;P&gt;and the final object is generate master calendar for conical Date.&lt;/P&gt;&lt;P&gt;and the error given is map_id not found !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Order:&amp;nbsp; table 1&amp;nbsp;&lt;BR /&gt;LOAD&lt;BR /&gt;OrderId,&lt;BR /&gt;OrderDate,&lt;BR /&gt;RequeriedDate&lt;BR /&gt;FROM [lib://Share folder (acig_appadmin)/conicalDate.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Order);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;OrderLine:&amp;nbsp; table 2&lt;BR /&gt;LOAD&lt;BR /&gt;OrderLineId,&lt;BR /&gt;ShippingDate,&lt;BR /&gt;OrderId,&lt;BR /&gt;amount&lt;BR /&gt;FROM [lib://Share folder (acig_appadmin)/conicalDate.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is OrderLine);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DateBridge: table 3&lt;BR /&gt;Load&lt;BR /&gt;OrderLineId,&lt;BR /&gt;Applymap('Order',OrderId,Null()) as CanonicalDate,&lt;BR /&gt;'Order' as DateType&lt;BR /&gt;Resident OrderLine;&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;OrderLineId,&lt;BR /&gt;Applymap('Order',OrderId,Null()) as CanonicalDate,&lt;BR /&gt;'Required' as DateType&lt;BR /&gt;Resident OrderLine;&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;OrderLineId,&lt;BR /&gt;ShippingDate as CanonicalDate,&lt;BR /&gt;'Shipped' as DateType&lt;BR /&gt;Resident OrderLine;&lt;/P&gt;&lt;P&gt;I'm tried to apply the below article&amp;nbsp;&lt;A title="canonical date" href="https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578" target="_blank" rel="noopener"&gt;here &lt;/A&gt;&amp;nbsp; about the canonical date , can anyone help me .&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trouble-with-Applay-Map-by-reference-key/m-p/1641144#M47782</guid>
      <dc:creator>abedalraheem</dc:creator>
      <dc:date>2024-11-16T04:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Applay Map by reference key</title>
      <link>https://community.qlik.com/t5/App-Development/Trouble-with-Applay-Map-by-reference-key/m-p/1641190#M47788</link>
      <description>&lt;P&gt;Did you forgot to add the keyword mapping or is that a typo?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Order:&lt;BR /&gt;&lt;FONT color="#FF9900"&gt;&lt;STRONG&gt;Mapping&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;OrderId,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OrderDate,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; RequeriedDate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM [lib://Share folder (acig_appadmin)/conicalDate.xlsx]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is Order);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 12:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trouble-with-Applay-Map-by-reference-key/m-p/1641190#M47788</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-30T12:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Applay Map by reference key</title>
      <link>https://community.qlik.com/t5/App-Development/Trouble-with-Applay-Map-by-reference-key/m-p/1641195#M47789</link>
      <description>&lt;P&gt;I found the issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to put Mapping in the master table before load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 12:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trouble-with-Applay-Map-by-reference-key/m-p/1641195#M47789</guid>
      <dc:creator>abedalraheem</dc:creator>
      <dc:date>2019-10-30T12:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Applay Map by reference key</title>
      <link>https://community.qlik.com/t5/App-Development/Trouble-with-Applay-Map-by-reference-key/m-p/1641196#M47790</link>
      <description>&lt;P&gt;yes you are right dear .&lt;/P&gt;&lt;P&gt;thank you .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 12:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trouble-with-Applay-Map-by-reference-key/m-p/1641196#M47790</guid>
      <dc:creator>abedalraheem</dc:creator>
      <dc:date>2019-10-30T12:28:20Z</dc:date>
    </item>
  </channel>
</rss>

