Jump to content
We've recently updated our Privacy Statement, available here ×

Boby B Jacob

Members
  • Posts

    5
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by Boby B Jacob

  1. Going through the error description, it seems there is a syntactical error in your SQL code. Please check
  2. Hi ALL, I have a variable that counts the no of records in each group. I also have 2 columns; Col1 and Col2 of datatype double. My requirement is to validate if count>1 and COl1=Col2, that row should be displayed.Others should be hidden. Please help me
  3. new java.lang.Double($F{PriorSublBal}.doubleValue()).toString()
  4. Hi got a solution, Use the following expression in the labelexpression tag:- new java.lang.Double($F{SublBal}.doubleValue()).toString() in the XML page with your field name.... it works for me!!!!
  5. Hi Anyone please help me to populate dynamic values in label expression of jasper reports, Bar 3D Charts.... will diplay a value on the bar as "4" in the chart....How to pass dynamic values, instead of hard coded ones in chart...
×
×
  • Create New...