SUM Generated by "Show Column Sum" Does Not Show Decimilas!
Posted: 2022-07-18 12:05
Hello,
I have set the Calculated Filed to the following SELECT command, whick works perfectly with each row, but the 'grand total' or the Caluclated Sum generated by selecting Show Column Sum does not show the 2 decimlas !!
SELECT ( COALESCE(Access_Charges, 0) + COALESCE(Port_Charges, 0) + COALESCE(MARWAN_Charges, 0) )
FROM MPLS_CLOUD
WHERE MPLS_CLOUD.id = '%ID%'
---
Total Column:
Data Type: Decimal
Length: 10
Precision: 2
Any clue ?!
Thank you ..
I have set the Calculated Filed to the following SELECT command, whick works perfectly with each row, but the 'grand total' or the Caluclated Sum generated by selecting Show Column Sum does not show the 2 decimlas !!
SELECT ( COALESCE(Access_Charges, 0) + COALESCE(Port_Charges, 0) + COALESCE(MARWAN_Charges, 0) )
FROM MPLS_CLOUD
WHERE MPLS_CLOUD.id = '%ID%'
---
Total Column:
Data Type: Decimal
Length: 10
Precision: 2
Any clue ?!

Thank you ..