<?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: Field cannot be found when trying to load the script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739151#M56529</link>
    <description>&lt;P&gt;You have renamed the [KPI.Target] in line X so in Line Y you need to provide the renamed field name which is&amp;nbsp; "Target"&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 13:13:20 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-08-27T13:13:20Z</dc:date>
    <item>
      <title>Field cannot be found when trying to load the script</title>
      <link>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739032#M56512</link>
      <description>&lt;P&gt;When I am trying to load Line Y in the following script in the Load Script Editor, I am returned with an error that [KPI.Target] cannot be found&amp;nbsp; whereas Line X is perfectly ok without the presence of Line Y. May I have your advice on what I had done incorrectly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Overview]:&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;[KPI Key]&lt;BR /&gt;, [KPI.Target] as [Target] //Line X&lt;BR /&gt;, [KPI.Threshold] as [Threshold]&lt;/P&gt;&lt;P&gt;Resident [KPI];&lt;BR /&gt;drop Tables [KPI];&lt;/P&gt;&lt;P&gt;Left Join ([Overview])&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;[KPI Key]&lt;BR /&gt;,sum([A.Case - Dengue])/$(vPopYear)*100000 as [Measurement]&lt;BR /&gt;,if( sum([A.Case - Dengue])/$(vPopYear)*100000 &amp;lt; &lt;STRONG&gt;[KPI.Target]&lt;/STRONG&gt; , 1, 0) as [Green]&amp;nbsp; // Line Y&lt;/P&gt;&lt;P&gt;resident [A]&lt;BR /&gt;group by [KPI Key];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739032#M56512</guid>
      <dc:creator>KayPong</dc:creator>
      <dc:date>2024-11-16T18:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field cannot be found when trying to load the script</title>
      <link>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739047#M56519</link>
      <description>&lt;P&gt;Can someone provide me some light to the above? thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 07:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739047#M56519</guid>
      <dc:creator>KayPong</dc:creator>
      <dc:date>2020-08-27T07:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Field cannot be found when trying to load the script</title>
      <link>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739098#M56525</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you rename KPI.Target as Target , but call in your left join KPI.target&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to change your mesure :&lt;/P&gt;&lt;P&gt;,if( sum([A.Case - Dengue])/$(vPopYear)*100000 &amp;lt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[Target]&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;, 1, 0) as [Green]&amp;nbsp; // Line Y&lt;/P&gt;&lt;P&gt;[Overview]:&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;[KPI Key]&lt;BR /&gt;, [KPI.Target] as &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[Target]&lt;/STRONG&gt;&lt;/FONT&gt; //Line X&lt;BR /&gt;, [KPI.Threshold] as [Threshold]&lt;/P&gt;&lt;P&gt;Resident [KPI];&lt;BR /&gt;drop Tables [KPI];&lt;/P&gt;&lt;P&gt;Left Join ([Overview])&lt;/P&gt;&lt;P&gt;Load&lt;BR /&gt;[KPI Key]&lt;BR /&gt;,sum([A.Case - Dengue])/$(vPopYear)*100000 as [Measurement]&lt;BR /&gt;,if( sum([A.Case - Dengue])/$(vPopYear)*100000 &amp;lt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[KPI.Target]&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;, 1, 0) as [Green]&amp;nbsp; // Line Y&lt;/P&gt;&lt;P&gt;resident [A]&lt;BR /&gt;group by [KPI Key];&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739098#M56525</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2020-08-27T11:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field cannot be found when trying to load the script</title>
      <link>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739151#M56529</link>
      <description>&lt;P&gt;You have renamed the [KPI.Target] in line X so in Line Y you need to provide the renamed field name which is&amp;nbsp; "Target"&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739151#M56529</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-27T13:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Field cannot be found when trying to load the script</title>
      <link>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739344#M56552</link>
      <description>&lt;P&gt;I still get returned with an error that Target is not found when I changed Line Y to the following&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;,if( sum([A.Case - Dengue])/$(vPopYear)*100000 &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[Target]&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;, 1, 0) as [Green]&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 02:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739344#M56552</guid>
      <dc:creator>KayPong</dc:creator>
      <dc:date>2020-08-28T02:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field cannot be found when trying to load the script</title>
      <link>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739347#M56554</link>
      <description>&lt;P&gt;You are loading resident from table [A]. You give us no further info about this table. Have you checked that this table contains the KPI.Target field ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 03:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739347#M56554</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-08-28T03:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Field cannot be found when trying to load the script</title>
      <link>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739819#M56614</link>
      <description>&lt;P&gt;Thanks Vegar.&lt;/P&gt;&lt;P&gt;Yes the problem lies in table A must contain KPI.Target which previously it was not there. I have used a temporary table to join it and now it works.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 10:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-cannot-be-found-when-trying-to-load-the-script/m-p/1739819#M56614</guid>
      <dc:creator>KayPong</dc:creator>
      <dc:date>2020-08-31T10:37:35Z</dc:date>
    </item>
  </channel>
</rss>

