Z
zyus
My data are as follow
Myvalue value1 value2 value3
100 20 50 70
200 null 100 210
my goal is to divide myvalue with either value 1,2 or 3 whichever is higher
how to put the expression in query
Myvalue value1 value2 value3
100 20 50 70
200 null 100 210
my goal is to divide myvalue with either value 1,2 or 3 whichever is higher
how to put the expression in query