I need to work with a table, or some function, that takes a decimal and shows the corresponding fraction, i.e. .0312 = 1/32. There is a finite set of conversations (so there could be some sort of table). I would prefer to have this all done from inside of Crystal, not referencing an outside table. The fraction can be a text, as it is just for reference - it will not be used in calculations. We are running version 8.5. Thanks.