By the way, your plugin is great.
Ive got a question : do you think it wounld be possible in a near future to use conditional operators with strings ?
I mean: 3 fields, 1 string, 2 numbers.
Something like:
If (string) field1 ==”xxx”
then field3 = field2 * 2 elle field3 = field2/2
/* or field1 in an array etc…
Perhaps it could be possible to transform this problem to numbers, I don’t know how to do.
Many thanks again for your great job.