hpw Posted June 27, 2007 Posted June 27, 2007 hi there! i'm trying to create a script so that records can be exported to excel omitting unnecessary fields. i thought to use the "export records" script step, define the fields i want to have exported then define the export format .xls but that doesn't seem to be possible. i can't define the export format without naming the resulting file. as the db will be shared i can't name the result file as i can't define the path...but i only want to pre-define the format to make life of the users easier. who can help me? thanks hans
Roy Osborn Posted June 28, 2007 Posted June 28, 2007 use variables. Your export script will create a variable...say called $filePath. Then, in your export records dialog, specify the file as $filepath. Wamo, dynamically generated output file.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now