Control Account Column missing on Investments Tab

Control Account for Investments does not appear in the Investment Tab - Edit Columns

Please provide a screenshot of the edit screen of the control account you are referring to.

Added to the latest version (24.3.5)

Please also add this field to api2.

fields array[string] (query)

{
            "name": "fields",
            "required": false,
            "in": "query",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "enum": [
                  "Image",
                  "Attachment",
                  "Code",
                  "Name",
                  "Qty",
                  "AverageCost",
                  "TotalCost",
                  "MarketValue",
                  "UnrealizedGains",
                  "Timestamp"
                ]
              }
            }
          }

It is automatically added to API, it’s just that reference guide on the website is updated with delay.

Up to that API spec can be directly accessed through ~/api2 endpoint on any edition.