Hi,
In a Grid, I use SQL override for a column, and I enable "subtotals" for this column. However, this "subtotals" is display with decimal point. Even I tried to use CAST(my_column AS Int), it is still the same. Is there any way that I can change the display format for this auto-calculated value? Thanks.
And, for this same column, I set "Cell Alignment Override:" as Center, but the value is always left-aligned, is there any way to make it center-aligned?
Thanks.