ValueExpression Syntax Help
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 IF does not display anything. so there exist a syntax error. Please Help here....
Problem 2. I really want actualCompletionDate to ultimately display the Month only - can't figure out if there is a function to do this, but I can live with the full date being displayed, if there is not a way to only display the month. I've searched the help for hours and found nothing.
Problem 3. How do I add 30 days to the actualCompletionDate, meaning if the date is 1/15/2021, I want it to display 2/15/2021
Problem 4. After I get this working, with your help - please - I would like to convert it ultimately to a calculated custom field to be used site wide vs just in a column of my report - whose syntax is very different.
Thanks in advance for helping me with these syntax problems.