I see you can do a multiplier but can you do more advanced calculations on a value returned from an item?
For example, I have a temperature item being returned in celsius. I am not sure this is a problem yet but I was curious anyways. Can I take this value (which is 32) and convert it to Fahrenheit and store that value instead? The rough math is:
F=((1.8*C)+32)
Thanks!
For example, I have a temperature item being returned in celsius. I am not sure this is a problem yet but I was curious anyways. Can I take this value (which is 32) and convert it to Fahrenheit and store that value instead? The rough math is:
F=((1.8*C)+32)
Thanks!
Comment