Search found 1 match
VMax Help
I am new to Vensim and trying to compare multiple variables to each other to find the maximum value. Currently I am doing this by using MAX(Var 1, MAX(Var 2, Var 3)) but want to be able to get the maximum of (Var 1, Var 2, Var 3). I believe that VMAX can be use to do this, but have not had success s...