Business Intelligence Create Table Component (Dynatable) in Helical Insight By admin This blog will teach you how to Create Table Component (Dynatable) in Helical Insight. Dynatable : It is a library , it uses jQuery . It is a framework using which we can easily search , sort and filter the...
Business Intelligence Learn Scheduling using Quartz By Nikhilesh Why do we need scheduling? Scheduling is needed if you want to automate the repetition of a task at specific intervals or particular date. You could of course manually watch the time and execute your task, albeit an inefficient task....
Business Intelligence Adding New Chart in Helical Insight By Nikhilesh Adding new chart in Helical Insight 1) Adding the Pie Chart in Helical Insight:- Please note this blog will help you in adding chart at EFW level and not at frontend Adhoc interface level. helical insight uses D3 (Data-Driven Documents)...
Business Intelligence Overview of Jasper Server Authentication & Authorization By Nikhilesh Overview of Jasper Server Authentication & Authorization In Jaspersoft Reports Server, access control is determined by two separate mechanisms, authentication and authorization. Authentication is the process of verifying user credentials to give access to the server. Authorization is the process...
Business Intelligence Adding Images to html in Jaspersoft Reports By Nikhilesh In my last blog post I discussed about Generating jasper reports in different formats using json file as a data source.You can find my last post here. In this blog article I will discuss about exporting the jasperPrint object in...
Business Intelligence BI Solution For Property and Casualty Insurance Domain By Nikhilesh A BI solution will help an insurance company to get a holistic 360 degree view of customers, issues faced. Helical has got immense experience in developing BI solution in Property and casulaty insurance domain. Having built more than 50 reports,...
Business Intelligence Deploy jar file in jasperserver without restarting service By Nikhilesh Option 1 - If you want to use your Jar in a several reports. You should "Add Jar" (as it called in iReport repository manager) to some folder in the Jasper Server folder tree. Then "Add reference" to this resource...
Business Intelligence Steps to migrate oracle with pentaho By Nikhilesh Step 1:- Run script as DB admin. Script is available in location:- biserver-ce\data\oracle10g. Modify configuration file:- applicationContext-spring-security-hibernate.properties. Location:- pentaho-solutions\system\applicationContext-spring-security-hibernate.properties. original code:- jdbc.driver=org.hsqldb.jdbcDriver jdbc.url=jdbc:hsqldb:hsql://localhost:9001/hibernate jdbc.username=hibuser jdbc.password=password hibernate.dialect=org.hibernate.dialect.HSQLDialect Modified code:- dbc.driver=oracle.jdbc.OracleDriver jdbc.url=jdbc:oracle:thin:@localhost:1521/sysdba jdbc.username=hibuser jdbc.password=password hibernate.dialect=org.hibernate.dialect.Oracle10gDialect hibernate-settings.xml Location:- pentaho-solutions\system\hibernate\hibernate-settings.xml. Original code <config-file>system/hibernate/hsql.hibernate.cfg.xml</config-file> Modified...
Business Intelligence Facebook SSO With Liferay By admin Here, I am going to explain how to authenticate liferay, through facebook login. Let me walk you through steps below: STEP-1 You first have to have a facebook application account. If you don’t have, create it. You can get more...
Business Intelligence Using MDX Query in Pentaho CDE By Nikhilesh This blog will talk about Using MDX Query in Pentaho CDE In Layout Section: Design the layout of your Dashboard, from scratch or from a template - while defining the layout you can apply styles and add HTML elements as...
Business Intelligence Reading multiple properties files in spring 3 web MVC By Nikhilesh Reading multiple properties files in spring 3 web MVC Spring allows us to externalize string literals in its context configuration files into external properties files, in order to separate application specific settings from framework specific configuration. Spring will...
Business Intelligence Define JNDI for Pentaho BA server 5.0 By Nikhilesh Define JNDI for Pentaho BA server 5.0 Note: For illustration, I’m showing Oracle 11g configuration. Replace the Resource name, username, password, driverClassName, and URL parameters, or any relevant connection settings. Add Driver Place appropriate driver for Oracle 11g which is...