I am trying to create a field on a report that will display certain text based on a condition test. I do not get an error message or a any results in the column. I have tried to use a simple single IF statement and still get the same results. The below statement is what I am trying to get to work. I have considered a case statement. I have also tried the {} around the field names I am testing and camel case with no luck. I am extremely new to Workfront, so I am at a disadvantage with the specific syntax.
displayname= Priority Rating
valueexpression=IF(Major Client="Yes"&&Is the Client at risk?="Yes","2-High",
IF(Major Client="Yes","3-Medium",
IF(Is the Client at risk?="Yes","3-Medium")))
John Burns