Hi all,
I have a query which retrieves a dataset, and then follows a series of merged joins, to incorporate other related data. One of the original columns is a value field which is set to type 'number' and the excel table itself is also formatted to number (hopefully irrelevant that bit)
On some occasions when the data is refreshed, the table loads with all values rounded down to zero decimal places (so 1.25 would become 1.00 and 5.77 would become 6.00). This is causing a huge problem for me. The values at source are correct, and when I view the query, the values in that column show the correct (i.e. 1.25 and 5.77), but when loading to the table they suddenly round down. Different users are performing the refresh and I'm not able to yet identify a pattern.
There are no other formula or formatting that appear to be affecting the cells. Any troubleshooting advice would be appreciated.
Thanks