Business Intelligence Localisation of Text, Images and Input Control Labels in Jasper Reports Server By admin Introduction : Jasper gives users the freedom of configuring the text, images and Input control labels according to the client language. This blog shows the process of localizing the reports by defining the exact translation of the text and input...
Business Intelligence Return Values in Jasper Reports By Nikhilesh Return Values from Sub Dataset to Main Dataset in Jasper Reports Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Sometime it is required to return values from sub dataset to main...
Business Intelligence Hiding Items in Schedule Output Options Tab of Jaspersoft By Nikhilesh How to Hide Some Items in Schedule Output Options Tab Dynamically According to Roles --> In this case, my aim is to hide File Handling & Output Destination to the Role_user so that he cant able to save schedule to...
Business Intelligence Date Field Format Customisation in Adhoc View on Jaspersoft UI By admin Date Field Format Customisation in Adhoc View on Japser UI Often while working with Adhoc Reports on jasper we get limited option for the available date format in jasper. There are number of ways to fix this but one I...
Business Intelligence Points to Remember While Developing JRXML By Nikhilesh Few Points Needs to Remember While Developing JRXML 1) Use .equals() comparison operator for String fields If you want to compare string fields then use .equals() function instead of == operator. In Java, the == operator compares if the objects...
Business Intelligence How to Disable Columns in Jasper Report Dynamically? By Nikhilesh Disabling Columns from JasperReport Dynamically We can disable columns dynamically from Jasper Report based on our requirement. Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Grab The 30 Days Free Trail...
Business Intelligence Repository Checkbox in Output Options Tab Dynamically By Nikhilesh How to uncheck Output to Repository checkbox in output options tab dynamically for job Schedule in JasperReportServer 6.2 & 6.1 Respectively. Changes for JasperServer 6.2 : We have make changes in JobModel.js which is located in the Path: <Tomcat Home>\webapps\jasperserver-pro\scripts\bower_components\jrs-ui\src\scheduler\model....
Business Intelligence WITH Clause in MDX Pentaho By Nikhilesh WITH clause in MDX In MDX queries, the WITH clause has an important role to play. WITH clauses are used to define some members which will be used in the SELECT clause for analysis purposes. The WITH clause contains either...
Business Intelligence Input Control Labels Collapsible in Jasper Server By Nikhilesh How to Make Input Control Labels Collapsible in Jasper Server Using Optional JSP We need to create our own JSP Example : lets say Optional.jsp is our jsp which should be kept under location in your jasperserver jasperreports-server-6.2.0\apache-tomcat\webapps\jasperserverpro\WEBINF\jsp\modules\inputControls In this...
Business Intelligence How to use Angular Gauge in iReports By admin Angular gauges are essentially like the speedometer or the fuel gauge of a car. They use a radial scale to display the data range and a dial to indicate the data value. Database used:- Foodmart(Mysql) Query :- "select salary from...
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...