Skip to main content
Participant
August 5, 2021
Question

Error in Formula

  • August 5, 2021
  • 2 replies
  • 502 views

Trying to get a Yes/No answer if two balances match:

 

var RemainingFundBalance = Number(this.getField("RemainingFundBalance").valueAsString);var ReminingFundBalance2 = Number(this.getField("ReminingFundBalance2").valueAsString); event.value = (this.getField("RemainingFundBalance").value="ReminingFundBalance2") ? "Yes" : ("No");

 

Giving me a error: Attached

    This topic has been closed for replies.

    2 replies

    try67
    Community Expert
    Community Expert
    August 6, 2021

    Use the code I gave you in reply to your previous (identical) post, without changing it, and it will work.

    John T Smith
    Community Expert
    Community Expert
    August 5, 2021

    There are 20 programs in a full subscription, plus other non-subscription programs
    Please post the exact name of the Adobe program you use so a Moderator may move this message to that forum