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

Portal background color for single row


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

Recommended Posts

  • Newbies
Posted

help me

I'm novice in FMPro

scuse me for my English i'm italian

I' have portal with 10 row and 3 field

Field "FldData"

Field "FldUrgenza"

Field "FldName"

I want Field's Background Color of field "FldName" is Red if Value FldUrgenza = "Urg" without change color Background other row Portal confused.gif

Grazie di tutto

Posted

Hello Franco,

In the related file, add a global container field called 'gRedSwatch' and place a small red rectangle into it.

Then create a calculation field of result type 'container' and enter the formula:

Case(FldUrgenza = "Urg"; gRedSwatch)

Last, in your portal, position the calc field behind your FldName field, set its graphic format options to "Reduce or enlarge image to fit frame" and turn off the "Maintain proportions" option, then apply transparent fill to the FldName field.

That's it. Now when FldUrgenza is 'Urg', the FldName field will be red. cool.gif

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