Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

136
Views
IF Statement in Adobe Arobat PDF Form

I have a field which calculates the value of three integers named 'TotalScore'. I then need to produce an IF Statement to work out based on the value in TotalScore the outcome of a performance. For example:

If TotalScore > 90 then OverallMatchPerformance = "Well Above Expected" If TotalScore > 80 then OverallMatchPerformance = "Above Expected" ..

This is what I have so far:

var TotalScore = TotalScore

if(TotalScore > 90)
    console.log("Well Above Expected");

Every time I enter this into the 'Custom Calculation Script' in Adobe PDF I am not getting any results. How do I produce this statement above?

Most recent update:

var TotalScore = TotalScore.rawValue
if (TotalScore > 90){
   console.log("Well Above Standard")}

This is where I am trying to display the results TotalScore is the variable and OverallMatchPerformance is where the output needs to be displayed "Well Above Standard"

Latest Update - 20:26

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

try switching console.log("Well Above Standard") for return "Well Above Standard"

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!