However the field 'NetPrice' should be trimmed to only 2 decimal places so that when a value like '1860.5200000000002' is entered it gets cut to
'1860.52' how can I include a format-number function or something similar inside this sequence tag that does this job?