Hi All,
I have a field in table called testcaseverdict with values as pass , fail or nothing.
I want to display "NotExecuted" if there is no verdict and i used the following formula in the display string of the group field.
if (IsNull({ClearQuest.testcaseverdict}) or {ClearQuest.testcaseverdict} = "")then "Not Executed" else {ClearQuest.testcaseverdict}
It is not displaying any thing when the verdict is empty? Any is wrong in the above.
Please help me out.
Thanks
Saran
I have a field in table called testcaseverdict with values as pass , fail or nothing.
I want to display "NotExecuted" if there is no verdict and i used the following formula in the display string of the group field.
if (IsNull({ClearQuest.testcaseverdict}) or {ClearQuest.testcaseverdict} = "")then "Not Executed" else {ClearQuest.testcaseverdict}
It is not displaying any thing when the verdict is empty? Any is wrong in the above.
Please help me out.
Thanks
Saran