Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted (edited)

It's because idioma is not a repeating field. So when FM looks to idioma from the 2nd rep of the MenuTitulo field, it finds a null value for the 2nd rep for the idioma field. If you wrap each of your references to non-repeaters in an Extend() function, it should work as expected.

Of course, you've chosen to use repeating fields instead of the preferred relational design. But I'm not going to mention that. :)

Edited by Guest
Posted

It doesn't work, because you are not using Extend() around non-repeating fields.

It can also be a lot simpler, because in a repeating calculation field you can reference other repeating fields directly, and get the corresponding repetition.

Posted

Well, I thought it was a simple way, to update globals anytime you decide to change language (idioma), as this table will have only one record, and place those globals all around the solution.

Posted

I wasn't talking about that. All I meant is you don't need all this GetRepetition() and Get ( CalculationRepetitionNumber ) stuff.

BTW, you might find this thread interesting:

http://www.fmforums.com/forum/showtopic.php?tid/183314/

Posted

Ok, Dr. comment, I first studied/learned/enjoyed your LanguageLabels technique, then I applied it in a copy & paste basis to my solution. Thank you very much.

GBY

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