Hi All,
We are using XI R3.1 SP3. I have the existing formula in WebI report as below.
=If(Count([Project ID*] Where ([Milestone_FBR] ="Red") ForEach ([Task Name]) )>0;"Red";If(Count([Project ID*] Where ([Milestone_FBR] ="Amber") ForEach ([Task Name]))>0;"Amber";"Green"))
Now i would like to amend the formula to show only for Active projects which is to include the condition as if Active= Yes else NIL
When tried i am seeing the #multi value error.
Any suggestions would be highly appreciated. Thanks a lot in advance.
Thanks,
Eswar