Is there a function to determine the cumulative value of a field based on another field. For instance, in a simple table containing two columns, month & profit/(loss), I would like a cumulative value of profit/(loss) by month.
Cumulative functions (such as running total) are not available at present but are planned for a future version. You may be able to use the SUBSET_SUM function to calculate the sum for all data, or for some subset of the data.
James - we have a plan to put this and other row-based functions in, but we are not sure how long it will be until these functions are available in a beta release.