Calculation field not updating
I know I must be missing something obvious, but for some reason only the first calc field below ("DaysToStart") is updating despite the fact that the second field "(InView") is dependent on the first. The value for InView is right in the preview, but the acutal value is not getting updated. @Max of Today is a reference to a field in a Time app that gets updated nightly by GF. Thanks in advance for any ideas.
-
Hello Andrew,
in the field "InView" you've an incomplete code, it's a part of an if clause. But you don't tell the code what to do if the IF is true or false.
What you have written you must read as:
If DaysToStart is between 0 and 7 OR if DaysToStart is equal to -999 OR if NTJB is equal to Yes ...
now must follow: Than show this ELSE show that.
The syntax for that is
conditon ? show this : show that
The zero in the preview is shown cause the field is empty, it's not a result.Rainer
Please sign in to leave a comment.
Comments
2 comments