I am rewriting a routine for showing the user information on transactions which result in the creation of a check. I have a sql select statement which shows the individual transactions with a calculated column which shows the amount of the check which may be made up of many individual transaction lines. My problem lies in the rounding of the calculated field. Instead of showing say $1,245.05 which may be made up of 4 transactions the grid shows $1,245.10 so some rounding seems to be going on (if i change it to $1,245.04) I get $1,245.00).
A straightforward sql clause with a grouping on the customer gives the right answer but I would rather show both the detail and the total in one grid.
many thanks
rgw
A straightforward sql clause with a grouping on the customer gives the right answer but I would rather show both the detail and the total in one grid.
many thanks
rgw