i use crytal report with vb 2008
i make a dataset with 3 field: id (number), name (strng), salary (double) and i have 2 record:
1: id: 1, name: abc, salary: 1,000,0000
2: id: 2, name: def, salary: 2,000,0000
next, i make report on dataset and when show is true but when i have sum salary fied it have error.
1: id: 1, name: abc, salary: 1,000,0000
2: id: 2, name: def, salary: 2,000,0000
sumary: 2 <<< but i want: 3,000,000
i use Running Total Field to sum (salary) but it not sum and it COUND, pls help me to solve. TKS