<?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 Why partial reload only allow me add 1  field ? load GL_CODE_,R_CODE, is not allow in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-partial-reload-only-allow-me-add-1-field-load-GL-CODE-R-CODE/m-p/1695954#M592817</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have below load script , it work fine , but when i add only field &lt;STRONG&gt;&lt;FONT color="#00CCFF"&gt;GL_CODE_&lt;/FONT&gt; &lt;/STRONG&gt;, it work fine , but when i add one more field &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;R_CODE_&lt;/FONT&gt;&lt;/STRONG&gt;, at partial reload , it just dont generate the variable &lt;FONT color="#0000FF"&gt;rEVENUE_P&lt;/FONT&gt; and &lt;FONT color="#0000FF"&gt;rEVENUE_T&lt;/FONT&gt;. if i remove &lt;FONT color="#FF0000"&gt;R_CODE_&lt;/FONT&gt; , it will generate &lt;FONT color="#0000FF"&gt;rEVENUE_P&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;GL_TABLE:&lt;BR /&gt;LOAD&lt;BR /&gt;'P' AS SOURCE,&lt;BR /&gt;GL_CODE AS &lt;FONT color="#FF0000"&gt;GL_CODE_&lt;/FONT&gt;,&lt;BR /&gt;AMOUNT&lt;BR /&gt;FROM&lt;BR /&gt;GL_P.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;'T' AS SOURCE,&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#00CCFF"&gt;R_CODE&lt;/FONT&gt;&lt;/STRONG&gt;,&lt;BR /&gt;AMOUNT&lt;BR /&gt;FROM&lt;BR /&gt;GL_P.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;TABLE_P:&lt;BR /&gt;left keep (GL_TABLE)&lt;BR /&gt;load &lt;STRONG&gt;&lt;FONT color="#00CCFF"&gt;GL_CODE_&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt;,R_CODE,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If([&lt;FONT color="#FF0000"&gt;GL_CODE_&lt;/FONT&gt;]&amp;gt;=1 and [&lt;FONT color="#FF0000"&gt;GL_CODE_&lt;/FONT&gt;]&amp;lt;=2,'rEVENUE_P') as [&lt;FONT color="#0000FF"&gt;rEVENUE_P&lt;/FONT&gt;],&lt;BR /&gt;If([&lt;FONT color="#00CCFF"&gt;R_CODE&lt;/FONT&gt;]&amp;gt;=1 and [&lt;FONT color="#00CCFF"&gt;R_CODE&lt;/FONT&gt;]&amp;lt;=2,'rEVENUE_T') as [&lt;FONT color="#0000FF"&gt;rEVENUE_T&lt;/FONT&gt;]&lt;/P&gt;&lt;P&gt;resident GL_TABLE;&lt;/P&gt;&lt;P&gt;Hope some one can advise me , what are the work around solution.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2020 02:36:17 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2020-04-23T02:36:17Z</dc:date>
    <item>
      <title>Why partial reload only allow me add 1  field ? load GL_CODE_,R_CODE, is not allow</title>
      <link>https://community.qlik.com/t5/QlikView/Why-partial-reload-only-allow-me-add-1-field-load-GL-CODE-R-CODE/m-p/1695954#M592817</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have below load script , it work fine , but when i add only field &lt;STRONG&gt;&lt;FONT color="#00CCFF"&gt;GL_CODE_&lt;/FONT&gt; &lt;/STRONG&gt;, it work fine , but when i add one more field &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;R_CODE_&lt;/FONT&gt;&lt;/STRONG&gt;, at partial reload , it just dont generate the variable &lt;FONT color="#0000FF"&gt;rEVENUE_P&lt;/FONT&gt; and &lt;FONT color="#0000FF"&gt;rEVENUE_T&lt;/FONT&gt;. if i remove &lt;FONT color="#FF0000"&gt;R_CODE_&lt;/FONT&gt; , it will generate &lt;FONT color="#0000FF"&gt;rEVENUE_P&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;GL_TABLE:&lt;BR /&gt;LOAD&lt;BR /&gt;'P' AS SOURCE,&lt;BR /&gt;GL_CODE AS &lt;FONT color="#FF0000"&gt;GL_CODE_&lt;/FONT&gt;,&lt;BR /&gt;AMOUNT&lt;BR /&gt;FROM&lt;BR /&gt;GL_P.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;'T' AS SOURCE,&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#00CCFF"&gt;R_CODE&lt;/FONT&gt;&lt;/STRONG&gt;,&lt;BR /&gt;AMOUNT&lt;BR /&gt;FROM&lt;BR /&gt;GL_P.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;TABLE_P:&lt;BR /&gt;left keep (GL_TABLE)&lt;BR /&gt;load &lt;STRONG&gt;&lt;FONT color="#00CCFF"&gt;GL_CODE_&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt;,R_CODE,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If([&lt;FONT color="#FF0000"&gt;GL_CODE_&lt;/FONT&gt;]&amp;gt;=1 and [&lt;FONT color="#FF0000"&gt;GL_CODE_&lt;/FONT&gt;]&amp;lt;=2,'rEVENUE_P') as [&lt;FONT color="#0000FF"&gt;rEVENUE_P&lt;/FONT&gt;],&lt;BR /&gt;If([&lt;FONT color="#00CCFF"&gt;R_CODE&lt;/FONT&gt;]&amp;gt;=1 and [&lt;FONT color="#00CCFF"&gt;R_CODE&lt;/FONT&gt;]&amp;lt;=2,'rEVENUE_T') as [&lt;FONT color="#0000FF"&gt;rEVENUE_T&lt;/FONT&gt;]&lt;/P&gt;&lt;P&gt;resident GL_TABLE;&lt;/P&gt;&lt;P&gt;Hope some one can advise me , what are the work around solution.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 02:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-partial-reload-only-allow-me-add-1-field-load-GL-CODE-R-CODE/m-p/1695954#M592817</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-23T02:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why partial reload only allow me add 1  field ? load GL_CODE_,R_CODE, is not allow</title>
      <link>https://community.qlik.com/t5/QlikView/Why-partial-reload-only-allow-me-add-1-field-load-GL-CODE-R-CODE/m-p/1695955#M592818</link>
      <description>&lt;P&gt;Enclosed my raw data and QVW&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 02:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-partial-reload-only-allow-me-add-1-field-load-GL-CODE-R-CODE/m-p/1695955#M592818</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-23T02:37:15Z</dc:date>
    </item>
  </channel>
</rss>

