September 1, 201213 yr I want to conditionally format something based on the most record portal row field value. Another words, ff the most recent portal field value = "yes" conditionally format a corresponding label to read "required". How would I do that?
September 1, 201213 yr You'd probably use the Last() function. I say 'probably' because the last related record is not necessarily the one shown in the last portal row (the portal may be filtered and/or use a different sort order).
September 22, 201213 yr You can sort the relationship based on whatever you need and then use Comments suggestion...
Create an account or sign in to comment