Jump to content
Server Maintenance This Week. ×

Conditional Formating in Portal


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

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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