By using for loop you have to manually replace the "-" into blank value than just append them - in front of the value.Regards, V.M. Damodharan "Your talent will be worthless, when you have fear and tension."
Firstly, filter the negative values in dataset using .Select() method by passing filter condition. And after getting the filter values, then make a loop to add "-" sign before the value.Thanks! B.Ramana Reddy