When I request quarterly P&L and CF data using this code:
With MyDex2RData
.InstrumentIDList = "MSFT.O"
.FieldList = "TR.Revenue;TR.DepreciationDepletion;TR.CapitalExpenditures"
.RequestParam = "Sdate:20180630 Edate:20190630 Period:FQ1 Frq:FQ scale:6"
.DisplayParam = "RH:date CH:Fd Transpose:Y"
.Subscribe False
End With
than the P&L data returns single quarter values but the cash flow data returns cumulative data (see example below):
How can I receive the cash flow data as non-cumulative in the request?