Jaspersoft CE 6.1 release : Capabilities of Community Server & the new Look.
Download Link :https://community.jaspersoft.com/project/jasperreports-server/releasesLanding Page of 6.1 CE : ( New features in community : Left side of image)Home Page : Jaspersoft Editions comparison...
View ArticleLearn Jaspersoft BI - Jasper Design Studio 6.x or iReport 5.x course structure
Click images to get better view of the contentCore Jasper Design Studio reporting concepts + Advanced Jasper Designer reporting concepts. Construction of full content in progress. Samples :
View ArticleLearn Jaspersoft BI - Understanding Ad-hoc Editor, Ad-hoc Views(Types) and...
Hi Folks, Are you looking to understand, learn and work on Jasper Servers server side reporting ?Here you go ! Find the content and samples slides in below images & ask for a demo/knowledge...
View ArticleInstallation of TIBCOJasperserver 6.1 Professional in Ubuntu 15.04...
Hello Readers,This post will teach you how to install latest TIBCOJaspersoft 6.1 Professional in Ubuntu 15.04 server and access it from client machines like Mac, Windows.I had already published a post...
View ArticleTip : Export Images to Excel Export in TIBCOJapser Server 6.1 Professional
Hi Folks,Below explained tip is very useful for getting images(usually logos of companies/clients) when exporting reports to Excel(Excel Paginated).Software used to test this tip : Jasper Design Studio...
View ArticleStep By Step Procedure to run the existing examples of D3 chart samples(that...
Hi Folks,In this tutorial, you will learn/see how to run D3 chart(s) samples that comes with TIBCOJasperserver 6.x product.Notice that you will only see how to run the existing samples given by...
View ArticleTip : How to Handle null values when passing nothing in Single Select Query...
Hi Community,In this post we will see how to handle NULL input (-- input value in single select parameter) in single select parameter.i.e., When passing (--) input get all the values of query result...
View ArticleUse Case : Handling multi select parameter at report level in TIBCO...
Hi Folks,Here is my new workout on filtering data at report level instead of query level in TIBCO Jaspersoft Reports. I hope you will find this useful.When we can go with this approach?1) Situations...
View ArticleTip : Handling NULL values for integer/Number type parameters in Stored...
Problem Statement : # How to pass null values to Integer/Number type parameters in Stored Procedures.# Usually, we show textual information in the parameter drop down & in the back end pass...
View ArticleTIP: LoggedIn User Name defaut value expression in Jasper Server 6.x
How to get the default value of logged in user in jasper server input control.1) Create a parameter named with "LoggedInUser" (Don't give double quotes). Give type as :...
View ArticleTIP : Get Prvious and Next Months month Names in Jasper Reports
Hi guys,# Add below code to JRXML <import value="org.apache.commons.lang.time.*"/># Take a parameter lets say "Date" and its type as "java.util.Date"# Default value expression : new Date()#...
View ArticleReplace special character with empty space or dot in a given string(user...
Hi Guys,Hope this helps !<?xml version="1.0" encoding="UTF-8"?><!-- Created with Jaspersoft Studio version 6.0.1.final using JasperReports Library version 6.0.0 --><!--...
View ArticleTip : Tahoma bold font work around when exporting report to PDF from Jasper...
Hello All,Today, I came across an issue with Tahoma bold font issue while exporting Jasper reports into PDF.After few hours of R&D, I have got two work around(s). I will be explaining 2 of them and...
View ArticleTip : Adding Big Decimals in Jasper Reports
Hi ,We can use below expression to add Big Decimals in Jasper Reports. new BigDecimal( ($F{unit_sales_1}==null ?new BigDecimal(0).doubleValue():$F{unit_sales_1}.doubleValue() )+...
View ArticleTip : Excel export font size is decreased by 1 in Jasper Reports
Hi ,This post is about the issue while exporting the reports to Excel in Jasper Reports.Problem Statement : Set font size of text field 10 and export it to excel from Jasper server. You will find size...
View ArticleTIP : Show percentages on HTML-5(and conditional coloring) and JFree Pie...
Hi,This post will give you the tips on displaying percentage values instead of usual category labels on HTML-5 pie chart and JFree chart.There are many ways to get the percentage but this post is...
View ArticleTip : Paranthesis Pattern for Negative BigDecimal Type fields in Jasper...
Hi,This tip is useful when exporting the report to excel with negative values. 1) Select the text field that is dragged to the designer. (Note that the type of this field is java.math.BigDecimal)2)...
View ArticleTip : Half colored text in Static Text field (OR) Text field in Jasper...
Hi Folks,Some times, small things in any technology becomes harder to find and consumes time to check whether it is possible or not or how to implement it. Today, I have come across a small requirement...
View ArticleTip : Displaying work around "All" on report when passing nothing from multi...
Hi Folks,Here is a latest work around for displaying "All" when passing nothing from "Multi select parameter" in Jasper reports. Concept : Display the selected values of multi select parameter on the...
View Article