Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

How to trigger a check mark symbol when a result is not true?


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

Recommended Posts

Posted

I am trying to create a scenario whereby a check symbol (Container field)  appears when the result of a calculation in a subsummary part is true.

I have the check symbol field: g highlight, container, global

I have a calculation field; container,

 

The calculation is:

 

when

 x - y ≠ 0; g highlight; ""

 

(x & y are summary fileds)

 

I have inserted this field into the subsummary line.

 

It does not function as hoped? Is it because this calculation is in a subsummary part? Are thoughts? Thanks

Posted

There is no "When" command in FileMaker.  Try If(x - y ≠ 0; g highlight; "")

Posted

If you are wanting the result in a calculation then you probably need to use GetSummary ( summaryField ; breakpoint ) but we really don't have enough information.  

 

Can you create a simple file showing the important fields/relationship, zip, and post the file?

Posted

LaRetta

Thank you for the solution. I do not quite understand how your calculation distinguishes or differentiates the ≠ 0 qualifier to produce the desired container field. Can you explain this to me?

 

If (
GetSummary ( GJEntryDRL_Sum ; Date ) - GetSummary ( GJEntryCRL_Sum ; Date ) ;

g GJEntryZeroSum Yes ; g GJEntryZeroSum No
)

 

Regards

Posted

Subtracting CRL_Sum from DRI_Sum produces a number. Any number at all returned ( plus or minus, other than zero ) returns boolean true.

 

So this says ... if there is any number returned other than zero, it is true so show container YES otherwise ( so if it is zero ) show container NO.

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