qChartView : qChartView Pages : Content Page : Search/Filter Panel

Search/Filter Panel
The Search/Filter Panel allows you to define the panels for search, filter, and replace in the web part.
The Search/Filter Panel contains the following elements:
Searched Fields
This property defines what fields are displayed in the Search Filter panel.
You will be able to perform a search by pressing Enter.
You can further edit fields using the following elements:
 
Table 13. Searched Fields
<Fields>
   <Field Name="fieldName" [optional attributes]/>
   <!-- To search a cross site lookup field, use one of the following two formats -->
   <Field Name="fieldName" DisplayFieldName="fieldName" SortField="fieldName" [optional attributes]>
      <List SiteUrl="siteUrl" SiteName="siteName" ListName="listName"/>
   </Field>
   <Field Name="fieldName" DisplayFormat="fieldName" SortField="fieldName" [optional attributes]>
      <List SiteUrl="siteUrl" SiteName="siteName" ListName="listName"/>
   </Field>
</Fields>