Table View Numer Formatting
Hi all,
I have an issue with table view number formatting. On my SQL query, I'm introducing the format:
Select FORMAT (Sum(Year_01), 'N2', 'es-es') as Year_01 ")
After that, I populate the table view applying the true option in "UseDataTypes"
tv.PopulateFromDataTable(dt, True, True)
My issue is the next one: the format seems correct but, after openning or refreshing the tableview, it introduces the value as Text.

I must enter on a cell and click the enter button to be able to recognize it as number.

Does anyone have the same issue?
Thanks,
Albert



