I have a field that is a line of numbers {{109964564__line_itemsm]price}} that look like
Line Item Price: 72.6, 25.41, 109.0 I want to divide each number by 1.21 (I need that without taxes) so that the output would be Line Item Price: 60, 21, 90
Is this possible with Formatter?