I have xogged in a few lines items in the financial tracker (custom sub-object), there is a field called total committed which is the sum of period 1 to period 13 committed costs in the tracker, usually after xogging in financials this total committed displays the total amount but it's not displaying the total amount for recently added line items.
Release : 16.0.1
Component : Clarity XOG and REST API
One of the attribute number did not have a value in the XOG input file, so let's say for p10committed column below was in the input file.
<ColumnValue name="p10committed"></ColumnValue>
In order for default value which was set in Studio to take place you will need to either remove the line above from the XOG input file or make this attribute required with default value set.