Get Portfolio Value - rosssaunders/FusionLinkDocs GitHub Wiki
Description
Returns the value of a portfolio cell.
This is an real-time function so will update automatically.
Syntax
GETPORTFOLIOVALUE(portfolio_id, column_name)
The GETPORTFOLIOVALUEfunction has the following arguments
- portfolio_id Required. The Id (IDENT) of the portfolio.
- column_name Required. The name of the column. (Case insensitive)
Example
Formula | Result |
---|---|
=GETPORTFOLIOVALUE(12345, "Result") | 100000 |