Solved
How to get second highest digit from array?
Hello community,
can anyone suggest me how to get second highest number from an array.
Thanks in advance
Hello community,
can anyone suggest me how to get second highest number from an array.
Thanks in advance
a!localVariables(
local!array: {1,2,3,4,5,6},
max(difference(todecimal(local!array),max(local!array)))
)Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.