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

kaushiklokesh123

Members
  • Posts

    17
  • 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

Posts posted by kaushiklokesh123

  1. Hi,

    I have created a dashboard consisting multiple dashlets, nnow some of these dashlets have a big name, so User is not able to see the full title. Is there any way to wrap the title or reducing the font size of dashlet title or some hover property to show the full name of dashlet.

     

    /Thanks

  2. or you can set the java path in iReport itself by:

    Edit the file <ireport install dir>/etc/ireport.conf

    there is a line to set a specific jre to use  (jdkhome="/path/to/jdk")

    Uncomment it (removing the #) and set your favorite jdk. I assume you can use a jre too instead of a jdk

     

    if it is a new system please check if you have installed java or not

  3. Hi,

     

    Detail band will be shown for every row of your resultset of your query. If 5 out of 10 rows have Code='COD' then then it will be only shown for those 5 rows

    Can you please share sample resultset and jrxml.

    Thanks

  4. Hi adrianzazu_1,

    if you are using $P!{} then the parameter should be of string type.

    If you want to run the report for date range, I suggest you use multiple parameters like WHERE field_date  between $P{Start_Date} and $P{End_Date} and both parametrs should of date type.

×
×
  • Create New...