Author Topic: Table cell precision  (Read 1863 times)

0 Members and 1 Guest are viewing this topic.

Viktor

  • Guest
Table cell precision
« 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

Viktor

  • Guest
Re: Table cell precision
« Reply #1 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).


It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8662
  • AKA Daniel
Re: Table cell precision
« Reply #2 on: October 29, 2008, 10:09:14 PM »
Great! Thanks for sharing!