The Export Data screen is intended for advanced users who want to use
data from TroopManager Plus in other software applications, primarily Microsoft
Word and Microsoft Excel.

Basic Operations
Select one of the standard data sets to export, select one of the supported
file formats, and click the Export button. You will be prompted
for a location to store the resulting file. You can change the file name
and location as desired.
SQL SELECT Statement
For those that are comfortable with SQL SELECT statements you can enter a
statement and export the results in the selected format. For example,
the statement below extracts all financial transactions for all troops where
the type is E (for Expense) and the dollar amount is over $100.00.
select * from TroopTransaction where Type='E' and Amount > 100.00
Advanced Export
The Advanced Export button offers more options for the output format
followed by more options for the source of data.


This feature is intended for use by those with advanced knowledge and
skills, or under the direction and guidance of Forevergreen Technical
Support. If you have a particular need, let us know and we'll try to
help.