Trying to Select results from DB2 database by the Timestamp field is requiring the Date Time including Milliseconds.
How do I get the milliseconds into BO? (And out in the select statement), I’ve changed the db2.SBO to get HH.MM.SS, but what is the format for Milliseconds?
ya got me stumped; I ran thru the whole alphabet. I was in Designer on a known timestamp and was formatting it in object properties where you can see a custom format. Got as far as yyyy-mm-dd-hh:mm:ss. and nothing worked.
And this leads to a further question - if you build an object MICROSECOND(PS_LEDGER.LOAD_DTTM) which returns an integer, how do you format that? All I get is zeroes when I use number format.
Did you get any answer for that Milliseconds ?
As I am stuck with exactly the same issue with a SQL Server database.
I am just wondering if this is not the middleware the issue or may be a middleware configuration issue.
If you have a chance, just drop me an email : pbrenner@evolition.com.au
hi. We 're using BO 6.1 ; DB2 V8.2
We have the same problem with the timestamp.
we couldn’t display the milliseconds in the report.
in oracle I can use to_char function to convert date to character.
Is there a smilar way to do it in DB2.
A solution in the designer will also be welcomed.
I couldn’t manage any of them.