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

Recommended Posts

Posted (edited)

If I apply TextColor to a calculation that returns a numeric value in a field that is formatted as currency in the layout, the color doesn't appear. If I change the calculation result to text, the color appears but the currency formatting doesn't.

result=

// maximum_value is the numeric result of a calculation

// actual_value is numeric field entered by user

Let ( DELTA = maximum_value - actual_value;

Case(

DELTA < 0;

DELTA; RGB(255;0;0));

DELTA

)

)

How do you set the color of money?

Duh! After I posted this I realized that the number format provides an option for coloring negative. How do you retract a post?

Edited by Guest

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