Jaspersoft Hide Title of Adhoc Report But is Visible While Exporting PDF in Jaspersoft By admin How to hide the title of ad-hoc report while rendering and it will visible while exporting the PDF in jasper Prerequisites: Jasper server 7.1 Enterprise version Database: Foodmart Step1: Login to the Jasper server with superuser credentials Step2: Click on...
Talend Parallel Execution of Jobs in Talend By admin Since Talend is a java-code generator, we can run jobs and subjobs in multiple threads to reduce the runtime of a job. There are multiple techniques to execute the talend jobs in parallel. Make data easy with Helical Insight. Helical...
Pentaho How to Resolve the Exception While Calling Pentaho REST API By admin Pentaho REST API Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed. Prerequisites: Eclipse Neon, JDK 1.8 When we tried to call the REST API to...
Talend Creating and Populating Tables in Talend Open Studio By admin Creating and Populating tables without using the dynamic schema in Talend Open Studio Creating tables from one database to another database without using dynamic schema concept. Creation of tables and insertion of data needs to happen in one Job itself....
Big Data Running Apache Drill in Distributed Mode By Sayali Mahale Pre-requisites : 1. Apache Drill should be installed/present on the system. Note: Below installation steps are for Linux server Apache Drill can be installed on one or more nodes to run it in a clustered environment. Currently, we are...
Databases Encrypted Token Generation From Given Input Data Using Java By admin For data confidentiality and Data security purpose we can use the data in many places by encrypting it. Hereby using a java code we can get the encrypted data. For Example, if we want to request a server to log...
Pentaho Set Properties in Pentaho By Sohail In this blog, we will learn how to set properties in Pentaho. Please do follow the below steps: Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Grab The 30 Days Free...
Jaspersoft Hiding a Row Depending on Values in Different Datasets By Mounika This blog explains the significance of returning values from one dataset to the other dataset using subreport. It would explain the problem and walks you through the solution. Problem: The initial report which is the combination of 2 tables i.e.Table...
Jaspersoft How to Increase Cross Tab Bucket Limit in Jasper Server By Satya Gopi Perquisites: Jasper Studio 6.3, Jasper Server 6.4 Databases: Foodmart Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Get your 30 Days Trail Version I have developed a report which contains a...
Jaspersoft Abstract Book Table of Content Design Format in Jasper Report By admin Following is Table of Content Design format: To design this format We have to add “dots” in anchor expression with text accordingly. Do the same Process For All textBox which has anchor Expression accordingly. But While same Abstract Book .jrxml...
Java CSV Export of Jasper Report using Java By Mounika There is an inbuilt option of exporting reports to various forms in Jasper Server. But, sometimes when the report is huge, taking CSV export might not be possible. In such cases, export can be taken easily by writing a small...
Jaspersoft Jasper Server Authentication, Checking and Creating Directory using Java REST API By admin In this blog the following topics will be covered: Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Get your 30 Days Trail Version 1) Jasper server Authentication 2) Checking and creating...