<?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: How to make partial reload field [P_Revenue] Return correct result which is 2320K. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-partial-reload-field-P-Revenue-Return-correct-result/m-p/1637987#M596321</link>
    <description>&lt;P&gt;Paul, the first thing I would recommend is dealing with the synthetic table in your data model, as these can cause issues, here is a Design Blog post regarding that:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I think what may have folks confused is your use of the term' partial' reload, but it does not appear that is what you are doing here, as I do not see any Add or Replace items in your load statements...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Partial%20Reload.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Partial%20Reload.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I suspect this may be was is confusing for others as well, but I will let folks have a look here based upon what I have added, but this is the best I have to try to help you sort things out.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2019 17:47:28 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-10-21T17:47:28Z</dc:date>
    <item>
      <title>How to make partial reload field [P_Revenue] Return correct result which is 2320K.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-partial-reload-field-P-Revenue-Return-correct-result/m-p/1634643#M596317</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have below code that creatw 2 field name :-&lt;BR /&gt;[P_Revenue] This is from load script.&lt;BR /&gt;[P_Revenue_] This is from PArtial reload script.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;GL_TABLE:&lt;BR /&gt;LOAD&lt;BR /&gt;'TDS' as SOURCE,&lt;BR /&gt;date#(MakeDate(@53:57T,if(@50:52T=13,12,@50:52T) ,1),'DD/MM/YYYY')as date,&lt;BR /&gt;@124:129T as [Reporting Code]&lt;BR /&gt;FROM C:\Users\Paul Yeo\Dropbox\5 QV_Final\QV_RAW\FS_TDS_.TXT (ansi, fix, no labels, header is 0, record is line);&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt;LOAD&lt;BR /&gt;'PMC' as SOURCE,&lt;BR /&gt;[Account Code] as AccountCode,&lt;BR /&gt;If([Account Code]&amp;gt;=5000000 and [Account Code]&amp;lt;=5999999,'P_Revenue') as [P_Revenue],&lt;BR /&gt;[Deb./Cred. (LC)] AS Amount,&lt;BR /&gt;Date( Date#([Posting Date], 'DD.MM.YY'), 'DD/MM/YYYY') as [date]&lt;BR /&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;TABLE_P:&lt;BR /&gt;left keep (GL_TABLE)&lt;BR /&gt;load [AccountCode],&lt;/P&gt;&lt;P&gt;// below script is not working.&lt;BR /&gt;if([AccountCode]&amp;gt;=5000000 and [AccountCode]&amp;lt;=5999999,'P_Revenue') as [P_Revenue_]&lt;BR /&gt;resident GL_TABLE;&lt;/P&gt;&lt;P&gt;When i apply the below expression for above 2 field :-&lt;/P&gt;&lt;P&gt;Money(&lt;BR /&gt;Sum(Aggr(SUM({&amp;lt;year = {"$(=Max(year)-0)"},month={"&amp;lt;=$(=Max({&amp;lt;sales = {'*'}, year = {$(=Max(year))}&amp;gt;}month))"},$(ColumnDim901)={$(ColumnDim901)}&amp;gt;}Amount*1)/$(Columndim89)/1000, $(ColumnDim108)))&lt;BR /&gt;,&lt;BR /&gt;$(vMoneyFormatK))&lt;/P&gt;&lt;P&gt;I get 2 different result :-&lt;/P&gt;&lt;P&gt;[P_Revenue] Return correct result which is 2320K.&lt;BR /&gt;[P_Revenue_] Return wrong result which is 0.&lt;/P&gt;&lt;P&gt;May i know where go wrong ?&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 04:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-partial-reload-field-P-Revenue-Return-correct-result/m-p/1634643#M596317</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-10-14T04:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make partial reload field [P_Revenue] Return correct result which is 2320K.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-partial-reload-field-P-Revenue-Return-correct-result/m-p/1634644#M596318</link>
      <description>&lt;P&gt;My QVW&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 04:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-partial-reload-field-P-Revenue-Return-correct-result/m-p/1634644#M596318</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-10-14T04:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to make partial reload field [P_Revenue] Return correct result which is 2320K.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-partial-reload-field-P-Revenue-Return-correct-result/m-p/1635194#M596319</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Can some one give me some hint , how to troubleshoot ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 02:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-partial-reload-field-P-Revenue-Return-correct-result/m-p/1635194#M596319</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-10-15T02:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to make partial reload field [P_Revenue] Return correct result which is 2320K.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-partial-reload-field-P-Revenue-Return-correct-result/m-p/1637987#M596321</link>
      <description>&lt;P&gt;Paul, the first thing I would recommend is dealing with the synthetic table in your data model, as these can cause issues, here is a Design Blog post regarding that:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I think what may have folks confused is your use of the term' partial' reload, but it does not appear that is what you are doing here, as I do not see any Add or Replace items in your load statements...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Partial%20Reload.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Partial%20Reload.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I suspect this may be was is confusing for others as well, but I will let folks have a look here based upon what I have added, but this is the best I have to try to help you sort things out.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 17:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-partial-reload-field-P-Revenue-Return-correct-result/m-p/1637987#M596321</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-21T17:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to make partial reload field [P_Revenue] Return correct result which is 2320K.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-partial-reload-field-P-Revenue-Return-correct-result/m-p/1638078#M596322</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;Thank you for your sharing, I have found my issue , it is because i have forget the "&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;_&lt;/FONT&gt;&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;if([AccountCode]&amp;gt;=5000000 and [AccountCode]&amp;lt;=5999999,'P_Revenue&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;_&lt;/FONT&gt;&lt;/STRONG&gt;') as [P_Revenue_]&lt;/P&gt;&lt;P&gt;Now working fine.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 22:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-partial-reload-field-P-Revenue-Return-correct-result/m-p/1638078#M596322</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-10-21T22:18:57Z</dc:date>
    </item>
  </channel>
</rss>

