<?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: Can I use a view when using the target_lookup function? in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534881#M15386</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I solved this problem.&lt;/P&gt;&lt;P&gt;Reason is simple that target_lookup do not allow&amp;nbsp;special characters in column name.&lt;/P&gt;&lt;P&gt;I used "_" in column name.&lt;/P&gt;&lt;P&gt;Also&amp;nbsp;target_lookup&amp;nbsp; support table or view.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kwang Ho&lt;/P&gt;</description>
    <pubDate>Fri, 31 Oct 2025 00:35:38 GMT</pubDate>
    <dc:creator>khchoy</dc:creator>
    <dc:date>2025-10-31T00:35:38Z</dc:date>
    <item>
      <title>Can I use a view when using the target_lookup function?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534751#M15380</link>
      <description>&lt;P&gt;Can I use a view when using the target_lookup function?&lt;BR /&gt;I'm trying to insert a target time into a specific column using a transformation using the following view, which retrieves the target time, but I keep getting errors.&lt;BR /&gt;The view is as follows:&lt;/P&gt;&lt;P&gt;CREATE OR REPLACE FORCE EDITIONABLE VIEW CDCADM.TIMENOW&lt;BR /&gt;(CURR, CURR_TIME)&lt;BR /&gt;BEQUEATH DEFINER&lt;BR /&gt;AS&lt;BR /&gt;select '1' as CURR, sysdate as CURR_TIME from dual;&lt;/P&gt;&lt;P&gt;I used target_lookup as follows:&lt;/P&gt;&lt;P&gt;target_lookup('NO_CACHING', 'CDCADM', 'TIMENOW', 'CURR_TIME', 'CURR=1','' )&lt;/P&gt;&lt;P&gt;I tested but I met error as follow:&lt;/P&gt;&lt;P&gt;00004367: 2025-10-30T13:39:28:837380 [TARGET_APPLY ]T: Data lookup statement for table 'CDCADM.TB_TIME' was not found in the pool, going to allocate a new statement (statement_manager.c:2151)&lt;BR /&gt;00004367: 2025-10-30T13:39:28:839568 [TARGET_APPLY ]T: Failed to rebind parameter for data lookup [1020402] (oracle_endpoint_unload.c:1566)&lt;BR /&gt;00004367: 2025-10-30T13:39:28:839685 [TARGET_APPLY ]T: Failed to get data lookup statement for table CDCADM.TB_TIME [1020402] (oracle_endpoint_unload.c:1675)&lt;BR /&gt;00004367: 2025-10-30T13:39:28:839744 [TARGET_APPLY ]T: Cannot read from stream [1020102] (streamcomponent.c:2289)&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;KwangHo&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 04:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534751#M15380</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2025-10-30T04:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a view when using the target_lookup function?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534782#M15381</link>
      <description>&lt;P&gt;Hi KwangHo,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The documentation of the target lookup function refers only to tables. I am not sure if views will work. Anyway, you did not mention what is the endpoints that are involved. In some endpoints there are limitations related to usage of views. I suggest you open a case with your issue and attach to the case the task diagnostic package so we can clearly see all the setting and the details about the involved endpoints and the way the transformation rule was written so we can furhter check this point.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;
&lt;P&gt;Orit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 08:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534782#M15381</guid>
      <dc:creator>OritA</dc:creator>
      <dc:date>2025-10-30T08:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a view when using the target_lookup function?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534873#M15385</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for answer.&lt;/P&gt;&lt;P&gt;I tested with table but I met same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kwang Ho&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 22:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534873#M15385</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2025-10-30T22:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a view when using the target_lookup function?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534881#M15386</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I solved this problem.&lt;/P&gt;&lt;P&gt;Reason is simple that target_lookup do not allow&amp;nbsp;special characters in column name.&lt;/P&gt;&lt;P&gt;I used "_" in column name.&lt;/P&gt;&lt;P&gt;Also&amp;nbsp;target_lookup&amp;nbsp; support table or view.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kwang Ho&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 00:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534881#M15386</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2025-10-31T00:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a view when using the target_lookup function?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534882#M15387</link>
      <description>&lt;P&gt;Hello Kwang Ho,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/88125"&gt;@khchoy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="121" data-end="162"&gt;Not sure if I understood you correctly.&lt;/P&gt;
&lt;P data-start="164" data-end="377"&gt;The underscore (“_”) in the column name isn’t a special character, so it shouldn’t be the cause of the issue. At least we can see that the first parameter in the lookup expression already includes an underscore:&lt;/P&gt;
&lt;P data-start="164" data-end="377"&gt;&lt;FONT face="courier new,courier"&gt;target_lookup('NO_CACHING',...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 01:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534882#M15387</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-31T01:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a view when using the target_lookup function?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534883#M15388</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;I tested again. You are rigjt.&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I met error , I did not set&amp;nbsp;&lt;SPAN class=""&gt;'COND' and COND_PARAMS of t&lt;/SPAN&gt;arget_lookup parameters,&lt;/P&gt;&lt;P&gt;I tested&amp;nbsp; with two kind;&lt;/P&gt;&lt;P&gt;1,&amp;nbsp;target_lookup(0, 'CDCADM', 'TIMENOW', 'CURR_TIME','',$COL_KEY )&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;target_lookup('NO_CACHING', 'CDCADM', 'TIMENOW', 'CURR_TIME','CURR&amp;lt;&amp;gt;:1',$COL_KEY )&lt;/P&gt;&lt;P&gt;case 1 met error but case 2 is OK..&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for pointing out my mistake.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kwang Ho&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 02:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534883#M15388</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2025-10-31T02:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a view when using the target_lookup function?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534884#M15389</link>
      <description>&lt;P&gt;Thank you so much for your outstanding support!&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/88125"&gt;@khchoy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 02:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Can-I-use-a-view-when-using-the-target-lookup-function/m-p/2534884#M15389</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-31T02:03:20Z</dc:date>
    </item>
  </channel>
</rss>

