Subject | Decimal to Fraction |
---|---|
Author | Kevin Lingofelter |
Post date | 2004-07-22T20:37:07Z |
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
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