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

export field with multiple selections in value lis


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

Recommended Posts

Posted

I have a field with a value list and check boxes to select multiple values from this list.

if I export the file with this field to a tab delimited text file, I get all the selection within that field seperated with a "space".

Is it possible to get a "comma' and a "space" there.

that would make things a lot more understandable.

i hope this is clear...

thx

Posted

It's not actually a space that it's putting in. Filemaker puts carriage returns between the multiple items in a checkbox field, but it converts them to vertical tabs when it exports. What you need to do is create a calculated field cChkBoxExport with this formula:

Substitute(TheOriginalField,"

Posted

thx bob

you're a life saver

i was fiddling around with the Substitute thing, but i didn't know i had to look for a carriage return

many thx

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