Typecasting

I did some searching for topics related to this and didn’t find what I was looking for.
I have also already used what was in the manual with little success.
I am having issues creating a quite simple expression using the selected value of a drop down list. Attached is a quick screenshot. It seems like this expression should be simple. Was hoping the forum could indicate why It is being so difficult/ what i am not doing correct…


Looks like you’re trying to cast a float/double value (.10) to an int, which isn’t going to give you the results you want.

Try toFloat() or toDouble().

ToFloat Worked perfect!!!
Time for the webinar!