Business Intelligence How to Remove Home Page and Filters Options in Jasper Server Pro By Nikhilesh How to Remove Some Items in Home Page & Some Filters Options Under View List Menu in Jasper Server- Pro-6.2 With Role-Based Security Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool....
Business Intelligence Role Based White Labeling of Jaspersoft By Sayali Mahale Role Based White Labeling of Jaspersoft As JasperSoft is an opensource tool , we can customize it as we want. Let's consider if you want to hide any menu item for particular User Role , display some different name to...
Business Intelligence Attributes in Jaspersoft DataSource Definitions By admin Introduction of Attributes in Jaspersoft Datasource Definitions From Jaspersoft Version 6.0, we have the option to create attributes on Datasource Definitions. We can achieve this by defining attributes on below three levels : 1. Server Level 2. Organization(Tenant) Level...
Business Intelligence Implementation of Security in Pentaho Using Dynamic Schema Processor By Nikhilesh Dynamic Schema Processor: How to Implement Security in Pentaho Using Dynamic Schema Processor In my earlier post, I had explained the meaning of Dynamic Schema processor (DSP) and why do we need it. Now if you have a Mondrian...
Business Intelligence Conditional Styling in Pentaho Report Designer By Nikhilesh Conditional Styling in Pentaho Report Designer Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Claim Your 30 Days Free Trail Today in this blog we'll specifically concentrate on how to...
Business Intelligence Arrays in JavaScript By Nikhilesh Here is the question. Suppose you are given two arrays as key, value pairs and asked you to associate them as Object with the same, who would you do that? So, here is the solution for it. function associateArrays(keys, values)...
Business Intelligence Dynamic Schema Processor Mondrian Schema in Runtime By Nikhilesh Introduction to Dynamic Schema Processor- Modifying Mondrian Schema in Runtime What is Mondrian? Mondrian is an open source OLAP Server which is written in Java. It supports MDX (Multi Dimensional Expression) query language and the XML for analytical and olap4j...
Business Intelligence Publishing Custom Component in Jasper Server By Nikhilesh Creating your Custom Visualization Components v6.0.x For creating the custom Visualization Components follow the following link : http://community.jaspersoft.com/wiki/creating-your-custom-visualization-components-v60x Publishing custom component in jasper Server -------------------------------------------------------------------- we have to configure 3 properties in (jasperreports.properties)file you will find this file in this...
Business Intelligence Triggers in SQL By Sohail Let's Have Fun with Triggers in SQL [wpdevart_youtube]BGJjLQr9Q2w[/wpdevart_youtube] What are Triggers? Triggers are a Block of Structure that executes when a DML Statement is performed or Executed. Triggers are fun to use but from a business point of view not...
Business Intelligence What is Analytics? By admin What is analytics? Global Data Analytics is the fastest growing sector in the word in terms of almost all types of industries be it in the field of finance, E-commerce, retail, sports, telecom or health. In today’s competitive world where...
Business Intelligence BIRT Integration in Web Application By admin BIRT is an eclipse based reporting tool which produces a .rptdesign file. To view this .rptdesign file as a HTML file, it must be run through the BIRT engine. There are two ways of doing this, one is through...
Business Intelligence Cross Database Query in PostgreSQL By admin Cross – database query in PostgreSQL : We can join results from two different databases in PostgreSQL by using dblink/postgres_fdw( foreign database wrapper). Postgres_fdw : this feature is available in Postgres 9.3 onwards.By using we can connect to tables in...