Referencing a BE Analysis from another FileMaker file
In BaseElements version 2.1.0 we added a script that allows you to reference any Analysis from any other solution. So for example, if you keep track of projects in a FileMaker database, and want to reference the latest version of that project's Analysis in BE from your solution you can.
All you need to do is add a field to your project management system of the BaseElements Analysis ID. This ID field is on any of the main data layouts, next to the Solution Name, and is on the main Analysis layout in 2.1.1 and later.
To reference any particular Analysis, there is a script in the BaseElements_2_UI.fp7 file called "Event: Go to Analysis". Just call this script with a parameter of the Analysis ID for the analysis you want to see, and it will take you to the correct record.
(You can't do a GTRR because the actual data tables are in the Data file, and you can only reference either the main file, or a data file. A GTRR can't go to the UI file.)