Jump to content

Using Xpress Tags and need some help!


Greg

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

Recommended Posts

  • Newbies

We need to export records in order of State, City and then Name, each are separate fields. The State and City fields may be alike in numerous records. The Name will be unique. We need a heading of State and a City heading not to be repeated on every record, followed by the names. HELP!

Link to comment
Share on other sites

  • 1 year later...
  • Newbies

We use FileMaker Pro 5 to clean up data from our web site for use in our newspaper, and I've run across the same problem you are facing.

You could create 2 new fields called "header" and "output" where "header" is a text field and "output" is a calculated field that concatenates the header and the three fields you want to include (header & Name & City & State).

Then write a script that will select the first record of the found set and set the contents of the header field to the words "Name, City, State" followed by a carriage return.

You would then export just the "output" field, so in the resulting export file, there will be only one instance of the header contents "Name, City, State" along with the data from the fields you exported.

I've created a test to make sure that works (ours is a little different). If you want it, I'll email it to you.

Link to comment
Share on other sites

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