For a column in a report: valueexpression=IF({name}="First Submit Date
Flag",IF({status}="CPL",{actualCompletionDate},IF({name}="Full Access
Target Date
Flag",IF({status}="CPL",{actualCompletionDate},"NA"))))valueformat=HTML
Problem 1: moving the commas and the parenthesis makes the difference
and I can't seem to get them in the right place. When First Submit is
complete, the actualcompletiondate will display, however, if First
Submit is not complete, then the second part of this multiple nested...