Hi all, Is it possible to get the row total of an algorithm data block?
When I use the rt() formula for data block d (see table below), it seems it's getting the total first of the factors before multiplying them instead of just summing up the result per month.
Layout
Row: Client
Column: Month
Data Block | Data |
|---|
a | Value |
b | FX Rate |
c | a*b |
d | rt( c ) |