I have several list webparts (7-8) that all have documents that are "grouped by" a single field. The problem I'm having is that the expand button will sit at "Loading" and won't load! Some load quickly, others don't load at all. Whats the deal?

|
|
If "Fiscal Year" is a calculated field, change the 'data type returned' of the calculated field from "Date and Time" to "Single Line of Text". The problem in this situation is that it is requesting data for a Date object but only providing the year, which naturally does not match a fully-formed DateTime. Changing it to text makes it query the data for an exact match which should produce the results you are looking for. |
|||||||||
|
|
This was solved by deleting and readding the webparts. The problematic webparts were due to a post migration of ListWebPart type that was stuck in an old version. Deleting that old version and readding the new version of the webpart made it load correctly. |
|||
|
|