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

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

Recommended Posts

Posted

Is it possible to use conditional formating to format a number field in a portal so that if the number is lower than the number above it in the portal the text will turn red.

Month Amt

Jan 20

Feb 19 text turns red

Mar 16 text turns red

Apr 20

May 19 text turns red

Posted

Create a calc in the child table that is something like:

cNumPrior =

GetNthRecord ( Child::Num ; Get ( RecordNumber ) -1 )

Then your portal conditional formatting can be:

Child::Num < Child::cNumPrior

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