Posted by: krishna August 7, 2008
Business Objects/ Web Inteligence Help please
Login in to Rate this Post:     0       ?        

You can do if statement. It will be a nested ifs like below:

=if ([Status Code]="IA";"Item Accepted";(if([Status Code]="IB";"Item Backordered"; if([Status Code] = "IC";"Changes Made";"None")))

"None" here is ofcourse the last ELSE value.

Try that.

 

Read Full Discussion Thread for this article