Jump to content
Server Maintenance This Week. ×

Need Help with basic Problem


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

Recommended Posts

  • Newbies

I want to create a simple Custom Function. I searched the web and found the explodedkey function and I am desperately trying to implement it.

I follow the following instructions:

To create a custom function:

1.

In FileMaker Pro Advanced, choose File menu > Manage > Custom Functions.

2.

In the Manage Custom Functions dialog box, click New.

3.

In the Edit Custom Function dialog box, for Function Name, type a name for the new function.

Custom function names must be unique and cannot exceed 100 characters.

4.

Build a formula.

I use the following formula:

ExplodedKey=

If(

  Length(txt)>1;

  ExplodedKey(Left(txt;Length(txt)-1)) & "?" & txt;

  txt

  )

Now its time to click ok and I get the following message:

The specified parameter cannot be found.

and in the formula box "Length (txt)" is highlighted.

This is where I am stuck.

Its probably a simple thing but for the life of me I cant figure it out.

Please Help?

Link to comment
Share on other sites

Hi koalacolor! Welcome to FileMaker Forums!! :laugh2:

Well, ExplodedKey is the custom function name.

Then right below, there is box to enter function parameters. The txt is a function parameter so you would add txt in that box and then hit the + button which would insert the word txt into the next box (where function parameters will accumulate as you define your CF). Then below, enter your calculation.

Now understanding that, read your post again. It says you are missing the function parameter txt.

Does that help you through it?

Link to comment
Share on other sites

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