G
Guest
I am sorting information in a report that is based on [TestType]. I would
like to create a logic statement that associates that test type with a
particular string.
For example,
If [TestType]="CP", "Test Method Number for CP",
else,
[TestType]="PW", "Test Method Number for PW",
else,
[TestType]="FG", "Test Method Number for FG"
else if, ""
end
I'm certain my syntax is incorrenct, because I'm getting no results. I
could really use some help on this one? Thanks in advance for any help.
like to create a logic statement that associates that test type with a
particular string.
For example,
If [TestType]="CP", "Test Method Number for CP",
else,
[TestType]="PW", "Test Method Number for PW",
else,
[TestType]="FG", "Test Method Number for FG"
else if, ""
end
I'm certain my syntax is incorrenct, because I'm getting no results. I
could really use some help on this one? Thanks in advance for any help.