T.J. Posted March 31, 2009 Posted March 31, 2009 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
mr_vodka Posted April 2, 2009 Posted April 2, 2009 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now