244/5000
Hello. How to manage the characters with accents on spagobi (ex: é, è, ê etc). here is the error I am facing:severity [ERROR] description [The field type compteurs must be an alphabetical string (only letters );]severity [ERROR] description [Analytical Driver 'type compteurs' cannot assume value 'Triphas�'] Thanks for your help.
I think you have to put it on Tomcat configuration files, if you are using Tomcat for example on setenv you should add this line
set "JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF8"
Hope this helps,
Matteo