Page 1 of 1

Math operations

Posted: Wed Mar 15, 2017 12:32 am
by evilowl
Good day.

Please tell me, can i find values by regexp and do math with it?

For ex - converting lb to kg
find (\d\d)lb and replace $1 * 0.45

Re: Math operations

Posted: Sat Mar 18, 2017 7:51 am
by DataMystic Support
Yes, use the Calculation filter.

First use the search/replace to find the text as above, and set the Action to, Send $1 to subfilter.

Then add the calculation filter as a subfilter.