Copy/Paste from the Financial Reporter to an external application copies the values.
Copy/Paste to another sheet now copies the formulii.
A new function has been added that will perform the desired task:
The function =QUERYSHEET(?sheetname?,?Cell? [,Fiscal period] [,?Department?]) has been added. This function allows you to retrieve values from other sheets. The sheet name and cell reference are passed as strings. While ?B10? style cell references are permitted, it is recommended that a ?Named Range? be used to specify the desired cell. Named ranges are updated as rows and columns move. The =QUERYSHEET() function?s cell parameter text is not automatically changed if a cell moves on the referenced sheet. You can optionally pass a department code and fiscal period to the queried sheet, to make sure that it contains correct values for a given department or fiscal period. You need only include these values in the first call to =QUERYSHEET() (calculated from top left to bottom right).