If and Else integration
-
Hi, first of all I bought your plugin two weeks ago and I must say that the investment is fully profitable.
Could you please correct me, I do not find the error.
So we have dimension A (FieldNameH x fieldnameL)*fieldnameQuantity.
From 0 to 150 is included, is multiplied by (( 0.19)+ 40)
Between 150 and 400 inclusive, is multiplied by ((0.19 )+ 80)
Beyond 400, multiply by 0.19
Thus, So I draft the following function:(function(){if(((fieldname27*fieldname26)*fieldname57) <= 150){
((((fieldname27*fieldname26)*fieldname57)*0.19)+40)}else if(((fieldname27*fieldname26)*fieldname57) =>151 && <=400){
((((fieldname27*fieldname26)*fieldname57)*0.19)+80)}else if(((fieldname27*fieldname26)*fieldname57) > 400){
((((fieldname27*fieldname26)*fieldname57)*0.19)}
})()The field is hopelessly empty, so please Moderator : pimp my function ! Thanks:)
The topic ‘If and Else integration’ is closed to new replies.