Hi everyone,
I have a calculated column having for expression {0} / 40 *100.
everything works fine if I am under English culture in browser option. But if i switch to French culture in browser option, the grid is empty. I am wondering if the calculation are messed up as decimal symbol are not the same in french and english
the values are from a file and is using "." (dot) as decimal. None of the value are entrered by user.
I don't how the parse is occuring when applying the calculation provided by the expression.
I don't know if I can set up the culture of the grid regardless of the culture of the request or something like that (if related to culture problem of course)
thank you
I have a calculated column having for expression {0} / 40 *100.
everything works fine if I am under English culture in browser option. But if i switch to French culture in browser option, the grid is empty. I am wondering if the calculation are messed up as decimal symbol are not the same in french and english
the values are from a file and is using "." (dot) as decimal. None of the value are entrered by user.
I don't how the parse is occuring when applying the calculation provided by the expression.
I don't know if I can set up the culture of the grid regardless of the culture of the request or something like that (if related to culture problem of course)
thank you