Im returning a dataset to an xy chart with a sql query binding.
Im wanting to modify the incoming data for formatting. The first column is return a value of volt amps. Id like to divide the value by 1000 to return kva value. Also Id like to use the round function to keep it from 8 decimal places.