To export the list:
- Open the Apex One (Mac) database using SQL Manager or SQL Server Management Studio Express.
- Either open the table "dbo.tb_ClientInfo" or create an SQL script with the following command:
select * from dbo.tb_ClientInfo
- After running the query, right-click the results and select Save Results As.. to save the information to a CSV file.