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

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

Recommended Posts

  • Newbies
Posted

I am new to filemaker. I'm trying to export a recipe database and need some help. I need to find a way to add quark style tags prior to the data from each field, and then add a paragraph mark at the end of field. Like this:

@styletag[fielddata][return]

So that a typical recipe might look like this:

@recipetitle[Cinnamon Muffins][return]

@author[Mary Stiles][return]

@ingredients[1 cup shortening][return]

Does anyone know how to do this? Even if I could only export a single unique character in place of the style tags this would at least allow a successful find and replace in a word processor.

Also, I need to find something similar that lets me insert a unique character, or paragraph mark between data exported in a repeating field. I put the ingredients into a repeating field and when they export now, they come out as one long string. Nasty, with 1200+ recipes. Any ideas?

You can email me at [email protected] if you need further clarification.

Posted

Sounds like you probably just need a calculation field...

The only problem is that the paragraph symbol is used in calculations for a carriage return, so I'm not sure if you can export the symbol itself. Like you said, you can do a replace, so I'll do my example with a %.

if you have fields recipetitle, author, and ingredients that you want to export in the above format, the calculation would look something like this...

"@recipetitle[" & recipletitle & "]%" &

"@author[" & author & "]%" &

"@ingredients[" & ingredients & "]%"

Then just export that field

  • 2 weeks later...

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