Views The Views page allows you to set views so the user to view the data in Excel or a chart. The Views page contains the following elements: Table 17. Views Element Description Search Session Name The listview will store the search criteria, last selected folder, sort criteria, and other listview dynamic settings in the session variable with this name. The listview also use the Search Session Name to communicate those settings to qExcelViewer and qChartView located in the page whose URL specified in the Excel Viewer URL or Chart Viewer URL property, respectively. Therefore, the Search Session Name in those web parts must be set to the same value as the session name in this SIListView. Display Message from DAO Provider The external data that comes from the backend system sometimes contains messages, such as informational messages or warnings. The SI List Form displays these messages at the top of the webpart. The Display Messages From DAO Provider property determines whether or not these messages should be displayed. There are times when you want to suppress these messages especially when the messages are not useful to the end user. Custom Message Display Allows you to specify a custom message based on certain conditions. We currently do not support mapping for the messages that the Display Messages From DAO Provider property enables. Turn on Advanced Mode if you want to edit Custom Message Display in XML format. CustomMessageDisplay contains the following properties: • Display When — allows you to set the conditions to display a custom error message. When defining the Display When condition, the following operators are supported: Eq (Equal) Neq (Not Equal) Null, Is Not Null, Begins With, Contains and Matches (for regular expression). • Custom Message — The error message that you want displayed when the Display When condition is set. If a Display When condition is set during runtime but a custom message is not specified, the original message is displayed. If you want to hide the original message, use a blank string or any html code that renders no visible cues, such as <div> </div>, for the CustomMessage attribute. When multiple Custom Message elements are defined for this property, the first Custom Message, whose Display When condition is set, is used. If no conditions are met, an error message from the selected external system is displayed.