Jump to content
Server Maintenance This Week. ×

combinations via calculations


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

Recommended Posts

Hello, I am working on a fairly complex events calendar where I am using complex compound keys. One of the keys I need however needs to be the combination of two fields, regardless of the number of keys in each field. For example:

alphaField:

A

B

NumberField:

1

2

CombinedKey that should result from calculation:

A1

A2

B1

B2

however, substitutions will not beable to get all combinations possible. For example, I can get

A1

2

B1

2

If worst comes to worst, I will have a script generate the key but I rather have it more automatic.

If anyone else has dealt with the same problem I would love their input.

Thanks

Scott

Link to comment
Share on other sites

Can you come up with a (simple) set of rules that defines the do-able combinations? I suspect that will be the hardest: the actual FMP programming is usually straight-forward.

Link to comment
Share on other sites

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