Views
BI Views are logical representations of data obtained from underlying queries. Where queries represent particular facts within a data source, views represent answers to particular questions. For example, you may have a query definition for "Patients", however a view for "Patients By Gender By Age".
Views allow you to:
Aggregate data from queries using a common database independent syntax
Pivot data from queries using defined buckets / columns
Further filter queries based on a sub-set of data
View Definition Files
View definition files are defined using the BiViewDeifnition root.
Last updated