Calendar - all months 4th-11th entries not showing

I’ve searched this forum (and R5) and haven’t seen anything like this.

I’ve got a very simple one form application. 3 standard views and one calendar. All works fine in the template locally and on the server, and in the nsf locally. However, with the nsf on the server, the calendar does not display any entries for the 4th-11th, in any month.

The 3 other standard views show these documents on their separate days (cat by daterange). They just don’t display in the calendar.

I’ve deleted and rebuilt this very simple view several times. Ran updall and all fixes/compacts on the db. It appears all settings (show sep entries etc) are correct as this calendar view works properly locally.

Any suggestions would be much appreciated.

Thanks

Subject: Solved - Calendar - all months 4th-11th entries not showing

I was using:@Explode(@TextToTime(@Text(StartDate) + “-” + @Text(Date))))

and then in the first column on the calendar I used @TextToTime(daterange)

instead of

@TextToTime(@Explode(@TextToTime(@Text(StartDate) + “-” + @Text(Date))))

and then just daterange in the first calendar column.

Works fine now, but I’m still not sure why all entries except the 4th-11th showed up??