- This topic is empty.
- AuthorPosts
-
- 03/20/2012 at 3:28 am #4830
AnonymousParticipantHi ,
Grouping on the date field will lump all the records that have no value together, but it will also lump all records that have the same date value together. I don't think there is a way to have all records with different (non empty) date values grouped under the same group in qListView.
Yuan
- 03/21/2012 at 8:06 am #4301
AnonymousParticipantHi,
I would like to group on a date field, but rather than grouping on each date value, I’d like to I want to lump all the records with no value together and the records that have a value together.
Is it possible?
- 03/21/2012 at 8:06 am #4833
AnonymousParticipantHi,
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.
-
- AuthorPosts
You must be logged in to reply to this topic.