Hi, I have consulted this forum for a long time and it has helped me a lot, but it is the first time I ask a question, hopefully they can help me.
How i can group the field with out time value, only with date?
In sql i have...
select convert(date, CREATEDDATETIME) ....
from ...
group by
CAST(CREATEDDATETIME AS DATE) .....
How i can "Group By Cast()" in Query Datasource?
I currently group as this.query().dataSourceName(this.name()).addGroupByField(fieldnum(Foli_ReleaseLogs, CreatedDateTime));
I found "SysComputedColumn::cast(field, 'date')" , But I do not know how to apply it in addGroupByField()
Sorry, my english is bad. Thank you for your answers.
Greetings from México.