[JPP-Devel] Numberic Attribute Trimming

2013-01-14 Thread Landon Blake
Does OJ have a plug-in that will trim a floating point number attribute to a specific number of digits right of the decimal? Thanks. Landon -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC,

Re: [JPP-Devel] Numberic Attribute Trimming

2013-01-14 Thread Michaël Michaud
Hi Landon, With the new Atribute calculator (Beanshell), you can do that easily Expression Beanshell : round(numericAttribute, numberOfDecimals) Michaël Does OJ have a plug-in that will trim a floating point number attribute to a specific number of digits right of the decimal? Thanks.

Re: [JPP-Devel] Numberic Attribute Trimming

2013-01-14 Thread Landon Blake
Thanks MM. Landon On Mon, Jan 14, 2013 at 1:00 PM, Michaël Michaud michael.mich...@free.fr wrote: Hi Landon, With the new Atribute calculator (Beanshell), you can do that easily Expression Beanshell : round(numericAttribute, numberOfDecimals) Michaël Does OJ have a plug-in that will