Pentaho Cron Jobs to Schedule the task By admin Cron is a job scheduling utility present for Linux Users.It runs based on commands specified in a cron tab. With cronjobs, we can determine which task has to run and what time we want the task to execute. Please refer...
Jaspersoft How to Find Number of Adhocs created by using Domain By admin In Jasper server we have a lot of adhoc views created by using domains If we modify any changes to the domain then all these adhoc views will effect. Then we don’t know how many adhocs were effected. In order...
DataGrip Manage Data Sources in DATAGRIP By admin Manage data sources Data source is a location of data for your application. In DataGrip, you can define the following data sources: • Database data source: operational databases that contain data (see Database connection). • Data Definition Language (DDL) files:...
Power BI How to Embed Power BI Reports and Dashboards in your Web and Portals Application By admin It is simple to embed Power BI Reports and Dashboards into your web application since Power BI provides a simple framework to implement the embed code to your web application. This is specifically relevant to Independent Service Vendors (ISVs).we can...
Uncategorized DATABASE CONNECTION IN DATAGRIP By admin Introduction: DataGrip is a database management environment for developers. It is designed to query, create, and manage databases. Databases can work locally, on a server, or in the cloud. Supports MySQL, PostgreSQL, Microsoft SQL Server, Oracle, and more. If you...
Pentaho How to create a parameterized Pentaho report using PDI as DataSource By admin In this blog, we are exploring How to create a parameterized Pentaho report using PDI as DataSource 1. Save the ktr file which we want to use in prd as an xml file. 2. Open the Pentaho report designer new...
Business Intelligence How to remove Comma from the values using Card Widget? By admin Removing the Comma from the numbers while using Card Widgetplease follow these simple steps: Step 1: - First you need to select the metadata and create a report as per your need and select the numbers column which is having...
Jaspersoft Hide full detail band of table when there is no data to show – Jaspersoft By admin Many time we face issue when there is no data in the detail band of the table and we need to hide detail band of the table here we are going to show you how you can do this. Put...
Jaspersoft Error when running reports in Jasperserver:Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class java.awt.Color By admin Error when running reports in Jasperserver:Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class java.awt.Color Issue description: When trying to run any report on a server, the following error is thrown: Troubleshooting: This error is normally associated with...
Pentaho Error Handling in Pentaho Data Integration By admin Introduction: Error Handling is a very important step when we are trying to create an application. It makes the life of an engineer easier when there is a proper way to understand mistakes. Pentaho Data Integration (Kettle) provides a very...
Jaspersoft Adding advance property in the ad-hoc pie chart – jasper server By admin When we create ad hoc reports in the jasper server we often opt for default design here we are going to show you how you can make ad hoc chart more presentable. Click on the create and choose the option...
Power BI Looping Rest Client To get all record API in Power BI By admin Introduction: With some REST APIs, you can get records count with $count. we usually do that in one step and divide it by the number of records returned per call, and then use List. Numbers (0, count step/number, number). That...