Hi,
I have a table with avg summaries. When the type column is int32, the avg value is int, the last two decimal places are always .00.
I try to set the format {0:#0.00} but the avg value is still int.
There is a way to get a float or double value for avg function with an int32 column?
thank you very much.
I have a table with avg summaries. When the type column is int32, the avg value is int, the last two decimal places are always .00.
I try to set the format {0:#0.00} but the avg value is still int.
There is a way to get a float or double value for avg function with an int32 column?
thank you very much.