Dyn cell

Hi, I am applying dyn type to some columns to show data with the arrows and colors, but when I try to show decimal numbers, the cell shows 0 . What I need to change in order to show the data properly??

Thanks!!!

You should use dot (.) as decimal delimiter at “dyn” cell. Dot is default decimal delimiter at JavaScript.
Numbers with comma (,) decimal delimiter will be recognized as strings and will be transformed to the zero.

You can use setNumberFormat() method to change default decimal delimiter (available in PRO version only)
docs.dhtmlx.com/doku.php?id=dhtm … mberformat

Or create custom eXcell type docs.dhtmlx.com/doku.php?id=dhtm … l_creation