Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Adjusting font attributes within a calculation


hundy

Recommended Posts

I'm working with FileMaker Pro 6 and am have the following calculation: If(ACERTAINFIELD>=50, "YES", "NO"). What I would like to do is have FileMaker return the NO in red so that it stands out when looking at a list with many pieces of data. Is it possible to have the font attributes dependent on the results of a calculation?

Link to comment
Share on other sites

In version 7, this is possible directly. In v6 and earlier, you need to resort to a little trickery. See the sample posted here .

 

 

kjoe

Link to comment
Share on other sites

For those using 7 try it this way.

 

Code:


Case (

 

ACERTAINFIELD

TextColor (Job Name ; RGB ( 0 ; 0 ; 0) )

 


 

49 or less will return red text , 50 or higher will defaualt to black text.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...

Important Information

Terms of Use