Jump to content
Server Maintenance This Week. ×

Something Filemaker Can't do


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

Recommended Posts

I think I finally found something Filemaker can not do..

There are two fields Truck Run and truck Stop

I want to make labels, or make a list layout that will print, that:

1) has each Truck run (there are 8) a different color

2) Within each Truck Run, each Truck Stop a different color (there are 10)

Any ideas?

Link to comment
Share on other sites

Calculating text color is easier in FM7, but you can do it with FM5. You have to make a calc for each possible color with definable criteria:

TS_ColorBlue = if(Truck Stop = 1,"Truck Stop 1","")

TS_ColorRed = if(Truck Stop = 2,"Truck Stop 2","")

...

Set the color of each field separately, and layer them on top of each other in the layout.

Link to comment
Share on other sites

Since you did't post your actual field names or types, I made up Truck Stop. The field color itself doesn't actually change. The overlapping calcs create the illusion of a changing field color.

Link to comment
Share on other sites

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