MS and PWA is not picking the indicator from the formula. like formula is as
IIf([Agreement Signed (B)] = ProjDateValue("NA"), "Not Baselined", IIf([Agreement Signed (A)] = ProjDateValue("NA"), IIf(Now() > [Agreement Signed (C)], "Not Updated", IIf([Agreement Signed (C)] - [Agreement Signed
(B)] <= 0, "On Time", IIf([Agreement Signed (C)] - [Agreement Signed (B)] <= 30, "Somewhat Late", "Late"))), IIf([Agreement Signed (A)] - [Agreement Signed (B)] <= 0, "Finished OnTime", IIf([Agreement Signed
(A)] - [Agreement Signed (B)] <= 30, "Finished Somewhat Late", "Finished Late"))))
but msp as well as pwa is not updating in case of "Not Updated" indicator,Please help.