Link to home
Start Free TrialLog in
Avatar of hobster
hobster

asked on

What's wrong with this formula???

I have a form that has 2 fields: ReviewerList and From. The ReviewerList field is of type Text (computed). Its value depends on whether the document is a new document or
an edited document.

If it's a new document, its value will be "Joe Average". If it's an edited document, its value will be whatever's in the From field.

The formula for the ReviewerList field below is wrong. And I'm not sure how to fix it.

@If(@IsNewDoc; "Joe Average"; ReviewerList; From; ReviewerList)
ASKER CERTIFIED SOLUTION
Avatar of wrichard
wrichard

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial