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

Recommended Posts

  • Newbies
Posted

Forgive me my poor English as I live in Holland.

I have a question:

Is it possible to show the result of a calculution as text.

example: if the result of a calculation is < 12 the result shown has to be "Mini".

If the result of a calculation is 12 or 13 the result shown has to be "C-jeugd".

Can this be done in Filemaker.

Thanks!

Posted

Yes.

You would use something like this...

Case(

myValue < 12; "Mini";

myValue = 12; "C-jeugd";

myValue = 13; "C-jeugd";

"Above 13"

)

Note that this gives the text result "Above 13" as the default value when none of the previous conditions are matched.

  • Newbies
Posted

Thanks TheTominator for your fast reply.

It works. But now I have another problem.

I have 2 fields in table Tb_naam.

Field 1 is a calculated field that shows the age of a player on the first of october this year.

Field 2 has to show the calculated field with the solution you provided.

When adding the solution to field 2, field 1 also show the text and not an number anymore.

I only changed field 2 and not field 1.

Any idea why?

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