I discovered the answer to my own question! By making an object that is a character and using the function format(<numeric field>) I get the character equivolent of the numeric value. By adding a right('00'+format(<fieldname>),2) I ensure I get two characters regardless of the size of the number.
Designing my universe I want to add an object which is the character equivolent of a numeric object. In the database it is a number, but I want to create a character object in my universe from it. How do I do that?
I have a table containing the test date, well number, and test results fields. Whenever a well is tested a new record is added to the table. Some wells can be tested multiple times before others are tested at all. I want to list the latest single well test for each well and show the date of...
I need the information from the latest well test for each well in the database. The wells have multiple tests, and not in any order (one well may have 3 tests before another have 2 tests, so overall ranking doesnt' work). I have a well table and a well test table. Any ideas?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.