TheSwamp

Code Red => .NET => Topic started by: Viktor on October 29, 2008, 01:08:28 PM

Title: Table cell precision
Post by: Viktor on October 29, 2008, 01:08:28 PM
One more table question, anyone know how to set precision on a cell? I looked everywhere but can't find it.

Thanks,
Viktor
Title: Re: Table cell precision
Post by: Viktor on October 29, 2008, 08:08:57 PM
Well, in case someone is looking for the same thing, one way to accomplish this is by using the field formula, something like this:
"%<\AcExpr (F5* 0.05) \f ""%lu2%pr2"">%")

Where \f tells it to format lu2(decimal) and pr2(precision with 2 decimals).

Title: Re: Table cell precision
Post by: It's Alive! on October 29, 2008, 10:09:14 PM
Great! Thanks for sharing!