OBIEE – Calculation Measures
Calculated measures is used to perform calculation of facts in logical tables. It defines Aggregation functions in Aggregation tab of logical column in the repository. Create New Measure Measures are…
Calculated measures is used to perform calculation of facts in logical tables. It defines Aggregation functions in Aggregation tab of logical column in the repository. Create New Measure Measures are…
The PostgreSQL CREATE TABLE statement is used to create a new table in any of the given database. Syntax Basic syntax of CREATE TABLE statement is as follows − CREATE…
Following is an example of a basic pie chart. We've already seen the configuration used to draw this chart in the Google Charts Configuration Syntax chapter. So, let's see the complete example.…
When you drag and drop a column from a physical table that is not currently being used in your logical table in BMM layer, the physical table containing such column…
Pie charts are used to draw pie-based charts. In this section, we're going to discuss the following types of pie-based charts. Sr.No.Chart Type & Description1Basic Pie Basic pie chart.2Donut Chart…
In this chapter, we will discuss how to delete the database in PostgreSQL. There are two options to delete a database − Using DROP DATABASE, an SQL command.Using dropdb a command-line executable.…
There are ways to change the entire look of your plot with one function as mentioned below. But if you want to simply change the background color of the panel…
An organizational chart helps in rendering a hierarchy of nodes, used to portray superior/subordinate relationships in an organization. For example, A family tree is a type of org chart. We've…
This chapter explains various methods of accessing the database. Assume that we have already created a database in our previous chapter. You can select the database using either of the…
This chapter discusses about how to create a new database in your PostgreSQL. PostgreSQL provides two ways of creating a new database − Using CREATE DATABASE, an SQL command.Using createdb a command-line…