• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Error in Formula

New Here ,
Aug 05, 2021 Aug 05, 2021

Copy link to clipboard

Copied

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

Views

374

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2021 Aug 05, 2021

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 06, 2021 Aug 06, 2021

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines