Loading...

RE: qListView: Grouping on Date field

RE: qListView: Grouping on Date field

#4833
Anonymous
Anonymous
Participant

Hi,

What you can do is create a calculated field (that returns 1 if your date field has data and 0 otherwise) on th elist then make the grouping on this calculated field.

This would group all records that have the date field under one group and the empty records under the other group.