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

Mbhardwaj

Members
  • Posts

    3
  • 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 Mbhardwaj

  1. IN IREPORT 2.0.1 My DB query is Main DB Query : SELECT year_month, no_of_messages_sent, no_of_users_registered FROM Table_Users So from it I get the following 3 fields in the left bar of my main windows under Fields button Fields : : $F{year_month},: $F{ no_of_messages_sent };: $F{ no_of_users_registered } For a Pie CHART Select a chart from top pane, expand it in the page under Summary section Dbl click chart tab> “chart tab†> edit chart properties> tab “chart dataâ€> tab “Detailsâ€> You need to enter the following details here and it would give you the output. Key Expression : $F{year_month} Value expression : $F{no_of_messages_sent} Label Expression : $F{year_month} Bar-chart Dbl click chart > “chart tab†> edit chart properties> tab “chart dataâ€> tab “Detailsâ€> Category series Add a category …with these values Series Expression : $F{year_month} Category expression : $F{year_month} Value Expression : $F{no_of_messages_sent} Label: empty Post edited by: Mbhardwaj, at: 2007/11/16 04:11
  2. Hi all I too had this issue of blank images popping in the HTML file every time I printed the report (ireport version 2.0.0 and 2.0.1 ) EASY Solution : goto OPTIONS >EXPORT OPTIONS Under HTML EXPORTER > untick [is using images to align] and you get the desired output ! Cheers (simplifying solutions)
  3. Hi all I too had this issue of blank images popping in the HTML file every time I printed the report (ireport version 2.0.0 and 2.0.1 ) EASY Solution : goto OPTIONS >EXPORT OPTIONS Under HTML EXPORTER > untick [is using images to align] and you get the desired output ! Cheers (simplifying solutions)
×
×
  • Create New...