Paul Galvin's SharePoint space: Quick and Easy: Determine Int...
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
Saved by 1 people (0 private), first by anonymouse user on 2008-05-16
- Ejwettstein on 2008-05-16 - Tags sharepoint , cqwp
Public Sticky notes
Bonus tip: When I was working with the CQWP, if I added a bad internal name to <CommonViewFields>, the CQWP would tell me that the query had returned no results. But, if I added a data type to the field name, it would return a result. Adding the data type actually masked a problem since I was referencing a non-existent field. I could add it, but when I tried to display its value, I would always get a blank.
This did not mask the error:
<CommonViewFields>Due_x0020_Date;</CommonViewfields>
This did mask the error:
<CommonViewFields>Due_x0020_Date,DateTime;</CommonViewfields>
</end>
Highlighted by ejwettstein


Public Comment