I want to add custom column Document Description in CQWP for this I added below code in ItemStyle.xsl
xsl:value-of select="@Document_x0020_Description" disable-output-escaping="yes"
In wepart I used below code
property name="CommonViewFields" type="string">Document_x0020_Description,Note
but even after doing this CQWP not showing its value, it is coming blank but when I do same steps for "Single line of text" type column then in that case all are workin fine.
Please let me know how to add Multiple lines of text column in CQWP
Try also setting the properties "DataMappingViewFields" and "DataMappings" in the webpart like:
The last property here called "Ingress" is a Note-field. Maybe this will make the field available in the xsl?