Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6702 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have voter registration database and would like to know how I can script an export of all field contents into 750 different excel files.

Specifically, I want it to export all voters in Precinct 1100 to a file name 1100_Voters...then do next precinct 1101_Voters..and so on.

Any suggestions?

Thx..Jess

Posted (edited)

Hi Jess,

With FM8, script parameters and local script variables, this is relatively easy. I set up a similar system to export data files for two dozen locations in 3 different formats each (a PDF file for printing, a short Excel file for printing that matches the PDF file, and a long Excel file including more fields).

Start by reading the online FM help documents about file paths and script variables, you will eventually create something like:

file:/rootfolder/subfolder/exports/$precinct_Voters.xls

where $precinct is equal to the precinct you are exporting.

Then, just make a loop that does this once for each of the 750 precincts.

Edited by Guest

This topic is 6702 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.