I just wanted to check if it works, so I put this expresion i a text box, and tested some the values in a data entry, I just realized that if the number is < 0.8 it works and each time return a color between 0.8 and 0.25, but if the number is greater than 0.8 return null ( - ).
So I checked the 2nd expression in the if statement in a text box:
Ok, It works! But I tried some other numbers in between and it crash again!
Now:
- Between 1 and 0.8 it works!
- From 0.8 to 0.6, doesn't works and return somethink like:
"Error: Error in expression: If takes 2-3 parameters"
- From 0.59 to 0, it works!
Argg!! Maybe there is an issue with the colomn inside, so I tried to do some replace between , and . , and it solves this problem but I have anothers...
But anyway, this comes from the wizard itself.. so any Idea why this happens? With only 2 points, the wizard, works perfectly.. but with 3 I think there is something wrong (I can't imagine what I did wrong in the wizard steps..)