Subject Decimal to Fraction
Author Kevin Lingofelter
Are there any internal functions or UDF libs that can convert a decimal
value to fraction? I have three fields (height, width and depth) that are
stored as NUMERIC(15,4). I am creating a select that concatenates those
values (HEIGHT || ' x ' || WIDTH || ' x ' DEPTH), but I would like them to
be displayed as fractions.

Thanks!
Kevin Lingofelter