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

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

Recommended Posts

Posted

I have posted this question before...

But I want to word it differently.

When exporting from Filemaker to Excel format, is there anyway to provide custom column header information?

Right now, it will export the column header as the field name, or the table Occurrence::field name.

If I am trying to design a very specific excel report, is there a way to denote my own columns headers through scripting?

Posted

Nope. There are fowl hacks that would work.... Such as creating a dummy record that has the headers of the fields in it and sorting that to the top of the found set you wish to export.

Posted

This could be done with a custom xml export and an xlst (xslt?) style sheet thingy to wrangle the data into the right shape.

The resulting Excel file would only be compatible with versions that support the xml format.

Posted

I figured out how to get ride of the straggler field. So I deleted my previous post. Here is what you need to do:

1. Edit my file and rename Col1,col2 to a list of column names that are separated by columns.

2. Export records as xsl and apply this style sheet.

You will get a csv with the names of the columns as you specified. Voila...

Great Idea Vaughan

test.xsl.zip

This topic is 5379 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.