Math operations

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
evilowl
Posts: 3
Joined: Thu Apr 12, 2012 11:10 pm

Math operations

Post 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
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Math operations

Post 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.
Post Reply