Second High using Max(a,b)

Forums ProRealTime English forum ProOrder support Second High using Max(a,b)

  • This topic has 2 replies, 2 voices, and was last updated 6 years ago by avatarCKW.
Viewing 3 posts - 1 through 3 (of 3 total)
  • #37831
    CKW

    Hi Nicholas,

    Can you please advice how to code in order to find 2nd high among 5 variables?

    FirstHigh = Max(a, Max(b, Max(c, Max(d, e)

    SecondHigh = ?

    br,

    CKW

     

    #37867

    Find the highest one and the lowest one and test the percentage for each on this scale. Because we have no arrays, you’ll have to test each variable individually.

    #37990
    CKW

    Understood. Thanks for your support as always.

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login