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 5183 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

Hello

I have two repetition fields.


1. Name:		Attachments[5]

   Type:		Container 

   Option:		Auto Enter

   Function:	GetAsText(BestellungenET::Attachments[Get ( CalculationRepetitionNumber )])





2. Name:		AttachmentsDescription[5]

   Type:		Text(unstored calculaton)

   Function:	Attachments[Get ( CalculationRepetitionNumber )]

Now, if I change anything in the attachments field, no mater which repetion, all fields in attachmentsDescription recalculate and show the name of the file in the corresponding repetion in the field attachments. Everything works nicely.

Problem:

Now. I want attachmentsDescription to be of type Text with the Auto enter Option. But I cannot figure out how to trigger the repetionFields in attachmentsDescription to recalculate. Only the frist repetition hits.

Anyone :P ??

Edited by Guest
Posted (edited)

Auto-enter in repeating fields does not work the way one would expect.

Why don't you try it this way:

Name: Attachments[5]

Type: Container

Name: AttachmentsDescription[5]

Type: Calculation (result is Text), stored

Formula = Attachments

I am not entirely sure what's your purpose here, so if this doesn't work for you, please explain further.

Edited by Guest
Posted

The problem is, that I cannot type any text into calculation fields.

I'm just going to use a seperate table for the attachments, as i used to.

But thank you anyways.

Posted

A separate table is probably a better solution here for other reasons as well. But in general, you could use an override field to enter your text, and let the calculation select between the two.

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