I am trying to include text in a Word report, based on the value of a custom field.
I have created a custom field called "Phase" at the package level. The use of the field is similar to "Release" for other CC elements. It is also "optional", in that not every project includes phases. What I would like to do in my requirements document is to include the following statement:
Phase: $Phase
but I would like to eliminate the entire entry if there is no value in the root package.
I have tried any number of different versions of $if, $exclude and $repeat statements, e.g.,
$if [Phase <> ''] Phase: $Phase $endIf
Nothing seems to work.
Is there something different about custom field values than other elements?
Anyone have any thoughts/suggestions?
Thanks!
Tom