fiogf49gjkf0d Hi,
In my project i have one Entity with field CreateDate OK.
I need use these field to select records, making a Date Time range. The range will informed in two Date Time Picker components (date_inicial,date_final).
I created a HQL Datasource, and 3 parameters:
1- Product Id (Expression=EntityId), 2- Date_Ini(Expression=DateTime) and 3- Date_Fin(Expression=DateTime)
How pass a Date Time Picker value like a parameter for HQL DataSource ? Its possible ? if not, how make a WHERE clausule works ?
|