March 31, 200916 yr 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
April 2, 200916 yr 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
Create an account or sign in to comment