Categories
BI Solution

Missing js.jive.vm.css file in jasperserver 6.0.1

I have deployed the jasperserver 6.0.1 with war file format to my tomcat server. I have noticed that there is an error shows up in firebug for missing js.jive.vm.css file.

Since it is a css file, it should be fine to just create a mock css file with the same name and put it in the tomcat/webapps/jasperserver/optimized-scripts/

Categories
Uncategorized

Tips:Using Variables in JasperReport

When displaying the result from database, sometime we want to do something before we display the data. For example, you don’t want to display the question of pregnancy test result for a patient whom is male in the report.

There are many ways to do that. One way I have done is to create a Variables within the Dataset.  I can then refer to the same Variable in other Variables. One important aspect for Variable is that the order. You want to define the variable Prior to use it just as any programmer language.