Viewing 5 posts - 1 through 6 (of 6 total)
I've found a workaround:
The original value was numeric(9,2) within my SQL statement I did the following
cast(round(field, 2) as money)
Now the decimals are no longer lost in the cube.
July 9, 2009 at 5:02 am
I've found a workaround:
The original value was numeric(9,2) within my SQL statement I did the following
cast(round(field, 2) as money)
Now the decimals are no longer lost in the cube.
July 9, 2009 at 5:02 am
Hi Michael,
you've been right. We've had a bug in the sql statement. I've fixed it an will try to partially load tomorrow.
Thanx for you help!
Kindest,
Ralf
September 10, 2008 at 3:01 am
Don't think so. Full processing of everything does exactly what I want. Only partial processing does not work.
September 9, 2008 at 4:40 am
Hi Michael,
thanx for the information. I've just tried in exactly the same order without success. I've still got just the old data from the cube. Do you've got any idea?
Kindest,
Ralf
September 9, 2008 at 1:04 am
Viewing 5 posts - 1 through 6 (of 6 total)