<?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: Script work fine but when move to Partial reload section i get error ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-work-fine-but-when-move-to-Partial-reload-section-i-get/m-p/1634513#M595222</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I create below cost at GL Table load script :-&lt;/P&gt;&lt;P&gt;[Account Code] as AccountCode,&lt;/P&gt;&lt;P&gt;If([Account Code]&amp;gt;=5000000 and [Account Code]&amp;lt;=5999999,'P_Revenue') as [P_Revenue],&lt;/P&gt;&lt;P&gt;Above script work fine. But i need to move to Partial load script section :-&lt;/P&gt;&lt;P&gt;If([AccountCode]&amp;gt;=5000000 and [AccountCode]&amp;lt;=5999999,'P_Revenue_') as [P_Revenue_],&lt;/P&gt;&lt;P&gt;Above script return wrong value.&lt;/P&gt;&lt;P&gt;Hope some one can share with me where go wrong ?&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just notice now with out error msg , the partial load script below is not return the correct right value :-&lt;/P&gt;&lt;P&gt;If([AccountCode]&amp;gt;=5000000 and [AccountCode]&amp;lt;=5999999,'P_Revenue_') as [P_Revenue_],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 12 Oct 2019 13:25:03 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2019-10-12T13:25:03Z</dc:date>
    <item>
      <title>Script work fine but when move to Partial reload section i get error ?</title>
      <link>https://community.qlik.com/t5/QlikView/Script-work-fine-but-when-move-to-Partial-reload-section-i-get/m-p/1634482#M595220</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have below script work fine on rEVENUE8:-&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt;LOAD&lt;BR /&gt;'PMC' as SOURCE,&lt;BR /&gt;[Account Code] as GL_CODE,&lt;BR /&gt;If([Account Code]&amp;gt;=5000000 and [Account Code]&amp;lt;=5999999,'rEVENUE_8') as [rEVENUE_8],&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[C:\Users\Paul Yeo\OneDrive - ISDN Holdings Limited\RAW DATA SAP\GL_PMC_2019.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Modified GL Data]);&lt;/P&gt;&lt;P&gt;I need to move the script to partial reload script below :-&lt;/P&gt;&lt;P&gt;TABLE_P:&lt;BR /&gt;left keep (GL_TABLE)&lt;BR /&gt;load [Reporting Code],[Account Code],&lt;BR /&gt;If([Account Code]&amp;gt;=5000000 and [Account Code]&amp;lt;=5999999,'rEVENUE_8') as [rEVENUE_9],&lt;/P&gt;&lt;P&gt;resident GL_TABLE;&lt;/P&gt;&lt;P&gt;I get error msg below :-&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;Account Code&amp;gt;&lt;BR /&gt;TABLE_P:&lt;BR /&gt;left keep (GL_TABLE)&lt;BR /&gt;load [Reporting Code],[Account Code],&lt;BR /&gt;If([Account Code]&amp;gt;=5000000 and [Account Code]&amp;lt;=5999999,'rEVENUE_8') as [rEVENUE_9],&lt;/P&gt;&lt;P&gt;Can some one advise me where go wrong ?&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 04:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-work-fine-but-when-move-to-Partial-reload-section-i-get/m-p/1634482#M595220</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-10-12T04:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Script work fine but when move to Partial reload section i get error ?</title>
      <link>https://community.qlik.com/t5/QlikView/Script-work-fine-but-when-move-to-Partial-reload-section-i-get/m-p/1634503#M595221</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;i have create a new field with out space , that is AccountCode , and it work fine now. With error , but it produce the wrong result. So it is still not working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;paul&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 22:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-work-fine-but-when-move-to-Partial-reload-section-i-get/m-p/1634503#M595221</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-10-12T22:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Script work fine but when move to Partial reload section i get error ?</title>
      <link>https://community.qlik.com/t5/QlikView/Script-work-fine-but-when-move-to-Partial-reload-section-i-get/m-p/1634513#M595222</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I create below cost at GL Table load script :-&lt;/P&gt;&lt;P&gt;[Account Code] as AccountCode,&lt;/P&gt;&lt;P&gt;If([Account Code]&amp;gt;=5000000 and [Account Code]&amp;lt;=5999999,'P_Revenue') as [P_Revenue],&lt;/P&gt;&lt;P&gt;Above script work fine. But i need to move to Partial load script section :-&lt;/P&gt;&lt;P&gt;If([AccountCode]&amp;gt;=5000000 and [AccountCode]&amp;lt;=5999999,'P_Revenue_') as [P_Revenue_],&lt;/P&gt;&lt;P&gt;Above script return wrong value.&lt;/P&gt;&lt;P&gt;Hope some one can share with me where go wrong ?&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just notice now with out error msg , the partial load script below is not return the correct right value :-&lt;/P&gt;&lt;P&gt;If([AccountCode]&amp;gt;=5000000 and [AccountCode]&amp;lt;=5999999,'P_Revenue_') as [P_Revenue_],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 13:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-work-fine-but-when-move-to-Partial-reload-section-i-get/m-p/1634513#M595222</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-10-12T13:25:03Z</dc:date>
    </item>
  </channel>
</rss>

