function newWindow(url) { window.open(url, "sideWin", 'toolbar=no,location=no,scrollbars=yes,resizable=yes') } function newWindow2(url) { window.open(url, "sideWin2", 'toolbar=yes,location=yes,scrollbars=yes,statusbar=yes,menubar=yes,resizable=yes,personalbar=yes') } function subgif(form, addEl) { form.elements[form.elements.length-1].name = addEl form.submit() } function printText(str){ var ie4 = (document.all) ? true : false; var nn4 = (document.layers) ? true : false; mydiv = (ie4) ? div1 : eval(document.who); if (ie4){ mydiv.innerHTML = str } else if (nn4) { layer = document.layers['layer1'] doc = layer.document; anchor = document.layerAnchor layer.x = anchor.x layer.y = anchor.y layer.visibility = "show" doc.open('text/html') doc.write(str) doc.close(); } }
       
SRS Users Manual
Introduction to SRS
SRS Sessions
Querying With SRS
Linking
Views
  5.1  Overview of Views
  5.2  Using Views
  5.3  Creating Views
Applications
Command Line SRS
The SRS Query Language 

Views

 
5.1 Overview of Views
  Views allow you to see only the data that you are interested in. A view can be created to work for only one databank, or for multiple databanks. It can contain data from the databank it is applied to, and to data from linked entries in other databanks.

 This chapter is split into "Using Views" and "Creating Views". You learn how to use views with data in the first section, this includes the predefined views and the custom views. The second section shows you how to create custom views.

 

SRS 6.0.7.3