Specify the XML to display if no items are returned. Use $ReplaceWText to include the web part’s default return text, such as "No Items Found" or "You Must Execute A Search."
Example:
<NewDataSet>
<Table1>
<Title>$ReplaceWText</Title>
</Table1>
</NewDataSet>
Sort
This property is used to sort all content collected before it is rendered. If you have disabled the "Use Captions In XML" property, you must manually reset the fields used in this property by removing all special characters from the column name.
To use this property, specify the Column Name and Sort Direction of the column. You can use multiple columns by separating each by a comma. However, you must specify either ASC or DESC after each column. To sort on a Date Field, add a "_CW_DATE" to the end of the Column Name.
Example:
•With "Use Captions in XML" Column 1 ASC, Column 2 ASC, Column 3 DESC, Column 4_CW_DATE
•Without "Use Captions in XML" Column1 ASC, Column2 ASC, Column3 DESC, Column4_CW_DATE