Hi.
I have a Form with a multple date values field.
For eg.
Days : contains (28-Jan-05,29-Jan-05,30-Jan-05,31-Jan-05, 1st-Feb-05,2nd-Feb-05).
When I display in a view, categorized the column by “Days”, I’m able to split them display 6 separate entries.
But I can’t regrouped them into …
JAN 2005
---------28-Jan-05
---------29-Jan-05
---------30-Jan-05
---------31-Jan-05
Feb 2005
---------01-Feb-05
---------02-Feb-05
It will display as …
JAN 2005
---------28-Jan-05
---------29-Jan-05
---------30-Jan-05
---------31-Jan-05
---------01-Feb-05
---------02-Feb-05
Feb 2005
---------28-Jan-05
---------29-Jan-05
---------30-Jan-05
---------31-Jan-05
---------01-Feb-05
---------02-Feb-05
How to avoid that?