Login  |  Register  |  September 05, 2010
Nemo.Dataviewer example
Nemo.dataviewer detail example
Nemo.Dataviewer Overview
 
  • 3 types of visualization to choose: Grid, Detail (single record) or Custom-detail
  • Coordinate the SQL query with the data source
  • The SQL queries can be dynamically composed on the bases of values of the context variables, (local, promoted by Nemo.Filters or any other pre-defined type) 
  • SQL queries can be textual or can exploit the binding parameters supported by the destination DBMS
  • The definition of the visualization columns selected can occur automatically on the basis of the query, or explicitly by Admin

dataviewer_configuration.gif

  • Visualize of the records in paging mode.
  • Personalize error or missing data messages for the user
  • Personalize of grid layout thanks to the powerful style sheet editor and the use of the DNN Text/HTML Module.

appearance_11.gif

  • Associate Commands to a single cell
  • Automatically manage totals in numeric columns
  • Format visual data, based on the String.Format syntax of the .NET Framework combined with the use of HTML tags.

dataviewer_formatstring.gif

  • Define the following types of items (alias Grid Columns): Record Field (item corresponding to a “select list” field), Command Item ((item corresponding to a Command), Template Item (Item that can be composed of several fields from the “select list” with personalized formatting),  SQL Item (item obtained in the execution of additional queries or stored functions)
  • All queries executed and all exceptions occurred are logged on DNN log viewer

nemo_logging.gif

Print