Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Syclomist
Contributor II
Contributor II

How to Sum?

Can someone tell me how to Sum Decimals?

I try Sum(Aggr(Sum([SUM_OS]),KCU_KEY))

but the result is 0

1 Solution

Accepted Solutions
Syclomist
Contributor II
Contributor II
Author

Go to Data Manager.

Change the code:

SET ThousandSep=',';
SET DecimalSep='.';

to

SET ThousandSep='.';
SET DecimalSep=',';

View solution in original post

2 Replies
tresesco
MVP
MVP

I guess it is something to do with number formatting. Try changing the display number format.

Syclomist
Contributor II
Contributor II
Author

Go to Data Manager.

Change the code:

SET ThousandSep=',';
SET DecimalSep='.';

to

SET ThousandSep='.';
SET DecimalSep=',';