Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can someone tell me how to Sum Decimals?
I try Sum(Aggr(Sum([SUM_OS]),KCU_KEY))
but the result is 0
Go to Data Manager.
Change the code:
SET ThousandSep=',';
SET DecimalSep='.';
to
SET ThousandSep='.';
SET DecimalSep=',';
I guess it is something to do with number formatting. Try changing the display number format.
Go to Data Manager.
Change the code:
SET ThousandSep=',';
SET DecimalSep='.';
to
SET ThousandSep='.';
SET DecimalSep=',';