Business Intelligence Creating a Simple BIRT Report By Shraddha Tambe Creating a Simple BIRT Report This is a small tutorial to help you get started with BIRT report development. We will setup the BIRT report designer and create a simple tabular BIRT report accessing data from a MySQL database. Make...
Business Intelligence Getting Started With Drool By Sayali Mahale To create Drool Project in Eclipse After Drools plugin installation in Eclipse , Next step is to use Drools with Eclipse IDE. To create Drool project is simple and is same as the normal project which we create in Eclipse....
Business Intelligence How to Hide Input Controls from the JasperServer using Optional Jsp By Nikhilesh Here we go.. First we have to create a Jsp Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Lets Start 30 Days Free Trail Example : lets say Optional.jsp is our...
Business Intelligence Introduction to BIRT By Shraddha Tambe Introduction to BIRT (Business Intelligence and Reporting Tools) BIRT is an Open source data visualization and reporting platform first released in the year 2004. It allows to pull data from a variety of data sources like SQL Databases, Web Services,...
Business Intelligence Types of Facts in Data Warehouse By Nikhilesh Types of Facts in Data warehouse What is Fact Table? Fact Table consists of Measures/Metrics/Facts of a business process. Typically it contains two types of data. Foreign keys which are holding the primary key of Dimension Tables and the second...
Business Intelligence Beginners Guide to OLTP and OLAP By Sohail Beginner's Guide to OLTP and OLAP In this blog we will be looking into the introduction of OLTP and OLAP. How it is defined and how we can relate it to real-time Firstly, OLTP stands for On-line Transaction Processing and...
Business Intelligence Data Analysis Techniques By admin Data Analysis Techniques The need and way to analyse data basically depends on the end and not on the source.That end is typically the need to perform analysis and decision making through the use of that source of data. Data...
Business Intelligence Brain Machine Interface By admin Brain Machine Interface Brain Machine Interface (BMI) is a domain concerning recording, interfacing and interpretation of the electroencephalogram. Electroencephalogram (EEG) is a record of the electric signal generated by the cooperative action of brain cells, or more precisely, the...
Business Intelligence Return a Cursor in Oracle Stored Procedure Using JDBC By admin How to return a cursor in oracle stored procedure using JDBC Callable Statement : Steps : #1 : Create a stored procedure : CREATE OR REPLACE PROCEDURE getCursor( Make data easy with Helical Insight. Helical Insight is the world's best...
Business Intelligence Introduction to Drool By Sayali Mahale What is Drool? Let us consider , You have your own application and you want to manage it. So for to manage your application you can design your own business rules which get applied on application , this is which...
Business Intelligence Mysql Connectivity in Pentaho Schema Workbench By Nikhilesh Resolving Mysql Connectivity issue in Pentaho Schema Workbench The issues pertaining to driver and jar files is quite common in the connectivity sector. In this blog we will concentrate on how to resolve the same with MYSQL as our selected...
Business Intelligence External Authentication with Jasper Server By Shraddha Tambe External Authentication with Jasper Server Jasper Server by default uses its internal authentication process, where any users,roles, organizations created from Jasper Server reside in its internal repository. It utilizes the Spring Security architecture to allow external authentication of users. Authorization...