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>
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.