Forum Discussion
Decimal places getting rounded in presentation view
- 8 years ago
I'm wondering if the Query Editor is causing the problem. Can you please remove any formatting on that column in the Query Editor and make sure it is using the Decimal Number (and not Fixed Decimal number) up in the Query Editor.
This sounds like something I've helped with before, but I can't find the resolution.
- 8 years ago
Now it worked!
Beyond remove any formatting, I had to put a "CONVERT(DECIMAL(28,10)," in the native query source - although the column type is already that - and rebuild totally the query from zero in Query Editor, removing any transformation in the column.
Thank You Phil_Seamark!
I'm wondering if the Query Editor is causing the problem. Can you please remove any formatting on that column in the Query Editor and make sure it is using the Decimal Number (and not Fixed Decimal number) up in the Query Editor.
This sounds like something I've helped with before, but I can't find the resolution.
Now it worked!
Beyond remove any formatting, I had to put a "CONVERT(DECIMAL(28,10)," in the native query source - although the column type is already that - and rebuild totally the query from zero in Query Editor, removing any transformation in the column.
Thank You Phil_Seamark!