jacques.honore-gmail
-
5/7/2012 4:12:30 AM
Sort by multiple date fields
Hello,
I have a repeater that list Blog Posts and events in the same webpart. I am trying to sort them using two different date field. BlogPostDate and EventDate.
Does anyone have a clue of what I should input in "Order by expression".
I tried to input "COALESCE (EventDate, BlogPostDate)" which is supposed to return the first non-empty result but it doesn't work.
Thank for your support. Cheers, Jacques
|