• Resolved Sevar

    (@sevar)


    Hello!

    I have several fields and in one calculated field I want to show result based on the data from another dropdown field. So if that upper dropdown field shows value 2800 I want to return just number 5, if it’s 2300 show 4. I’m on localhost. This code below in Set Equation section doesn’t work.

    (function(){  
    if(fieldname3 = 2800) return 5; 
    if(fieldname3 = 2300) return 4;
    })(); 
    • This topic was modified 5 years, 9 months ago by Sevar.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Return fixed number’ is closed to new replies.