I'm trying to get a simple report that lists just subportfolios and their values, with one line per subportfolio. In other words a report that mimics the portfolio editor right-pane. If there are totals for higher level portfolios that's OK, but I only want to see one row per subportfolio.
I assumed this was trivial using the Portfolio Value report - but this report lists each subportfolio twice which does not make for easy reading when you have many subs.
Simplified example of what I get:
=====
Sub A 100
Sub B 100
Sub A 100
Sub B 100
Port 200
=====
If I choose List by = Investment I get one line per Investment with no duplication. However I don't want to see investments or other attributes. So it seems what I need is List by Subportfolio - but there is no such option in the List By dropdown.
I'm using FM Pro with most recent update.
I would settle for an option to right-click in the Portfolio Editor right-pane and copy or export the text to a csv or txt file, but that isn't there either.
Am I missing something simple?