weblike Hi Support, I have noticed today that if I create new attributes as numbers (in my case with 4 decimals), the system is making an auto round on attribute creation/editing. Here is a short video: https://www.youtube.com/watch?v=JRXJhzl_3XQ Also here i have attached a small bsv. How to reproduce: put the bsv in test mode and create new ExchangeRate objects. thx, round.bsv.zip36.64kB round.bsv.zip36.64kB
BenHayat Seems like we need to have the options for rounding. a) Rounding (Y/N) b) if rounding yes, Round up or down or default (default meaning if below half way, it should round down or if above half way, it should round up)
weblike We have the function ROUND UserGuide: Returns the first number rounded to the precision of the second number. For example, ROUND (6.738, 1) = 6.7; ROUND (6.738, 2) = 6.74 I don't need rounding in my case.... 🙂 .....leave as it is....
customaware Georghe, If you want to keep it as 4 decimal places then you need to place the following in the advanced script of the attribute.... config.config.decimals = 4 Apparently, it is due to the weird way Kendo handles numbers.