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

Hi to all,

I have an error using  the current date default value lov, in my jasper report.

error while attempt to load filters Illegal format for Value List Date Type [08/11/2017], unable to find symbol [#]

 I Create my Lov with this query:

select DATE_FORMAT(curdate(),'%d/%m/%Y') valore, DATE_FORMAT(curdate(),'%d/%m/%Y') id from dual

Then I create a new analytical driver with type DATE, that use this lov as default value.

The problem is only in the default value, because if I don't set any default value the prompt work correctly.

Seems that the problem is the missing # symbol, anyone know if the date value has to be set in a particular format?

Thanks for reply

Alessandro

Environment Knowage 6.1, Ubuntu, Tomcat
in Admin and Developer Functionalities by (360 points)

1 Answer

+1 vote
 
Best answer
Hi!

You shoud specify date format like this "10.11.2017#dd.MM.yyyy"
by (2.8k points)
selected by
It works!!!

Thanks
...