Hi thanks for your response, here is what I ended up with and works perfectly
this = DropDownList1 + DropDownList2 + DropDownList3
if (this>49) then
this = 50
else
this = this
endif
Thanks again
Hi thanks for your response, here is what I ended up with and works perfectly
this = DropDownList1 + DropDownList2 + DropDownList3
if (this>49) then
this = 50
else
this = this
endif
Thanks again