S
SEpp
I create formula and then graphical indicators - green, yellow, red.
Switch(Date()<=DateAdd("d";-5;[Finish]);"OK";Date()<=[Finish];"NB";Date()>[Finish];"Not OK")
But when i look from the PWA, the graphical indicators are not changing
automatically.
They are only changing when i open the project with MSProject, make some
changes and then save.
How the values are automatically calculating??
Switch(Date()<=DateAdd("d";-5;[Finish]);"OK";Date()<=[Finish];"NB";Date()>[Finish];"Not OK")
But when i look from the PWA, the graphical indicators are not changing
automatically.
They are only changing when i open the project with MSProject, make some
changes and then save.
How the values are automatically calculating??