Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Hi,

I am trying to create a sample chart with the help of a dataset which has a field with date as datatype,

I am getting the following error in logs.

P.S. I created this dataset by importing a CSV file, and I can see the preview of the data correctly.

Caused by: java.lang.RuntimeException: An unexpected error occured while adding to statement value [Fri Feb 26 00:00:00 IST 1993] of field [Dob] whose type is equal to [class java.util.Date]
    at it.eng.spagobi.tools.dataset.persist.PersistedTableHelper.addField(PersistedTableHelper.java:218)
    at it.eng.spagobi.tools.dataset.persist.PersistedTableManager.defineStatements(PersistedTableManager.java:368)
in Charting by (120 points)

Please log in or register to answer this question.

...