on 03-08-2022 03:11 PM - edited on 06-07-2022 01:42 PM by KailaT
Incorta offers two types of business schema views- regular and analyzer (Runtime or Incorta) views and both are useful to support various use cases.
We recommend that you be familiar with these concepts in Incorta Docs.
These concepts apply to Incorta release 4.6 onwards.
Business Schemas can contain any number of business views. These views can be defined as Regular views or an Analyzer views. We will discuss some of the best practices for these.
This is our standard and most heavily used view for organizing attributes and hiding the complexity of the physical schemas for dashboard creation. Best practices for this type of view have been covered in another article. Regular views are also well suited to issue queries against external tools like Tableau and PowerBI.
An Analyzer View creates a standalone in-memory data cache when it is invoked for the first time from a dashboard and can be used to present a pre-computed, flat dataset for which no schema loading is required. The view can be defined as either an Aggregated Table or a List Table. It can include complex formulas, filters or any other object used to define a regular table insight .
These views are ideal for power users who can create a flat table by joining any number of tables linking transactions and dimensions. Business users should not worry about joins, or cardinality of the final data set. They can just use it as a simple table to group by any dimension, or aggregate any metric in the set. They can also be defined with a filter to expose subsets of the data, unlike Regular Views.