Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

142
Vistas
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 Respuestas
Responde la pregunta

0

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

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda