Skip to main content
Participant
May 14, 2019
Question

Help with script to change value based on date field.

  • May 14, 2019
  • 1 reply
  • 481 views

var tot1 = this.getField("60Pg1Sum").value
var date60 = this.getfield("60DaysReady").value

if (date60 == "") event.value="666";
else event.value=tot1;

Altered title to make it more readable - edited by: Malcolm Thomson

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
May 14, 2019

Check the JS Console. You have an error in your code and it should report it...