Jump to content

jkalten

Members
  • Posts

    16
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by jkalten

  1. And is it also possible (regarding to the question above) not only to display the value column in the report, but also to display the visible query columns being set?

    f.eg.:

     1)create input control "Machines" --> single select query, value column: "id", 
     + visible query columns: "name", "description"
     2) name + description are also Input Controls in the report
     3) If the user is asked to select a value for the Input-control  "Machines" (see also step 1), can this selection automatically affect the Input-controls of step 2). Moreover, these Inputcontrols shouldn't be changed by the user. 

    The aim is, also to be able to use id and description in the report. Is this somehow possible?

     

    Thanks! Julia
     



    Post Edited by jkalten at 07/30/2009 10:39
  2. Hi!

    When defining an input control as a single select query and forcing the user to 
    select values from the drop-down list, I also want him to know, what the content 
    of these columns are. f.eg. in the drop down list there are data like:

    Bühler 1400          ID12345
    Idra 3412               BUI1390
    ...

    For a user, who has no experience in the content of the table, it would be quite
    helpful to have the column header displayed, so that the drop down list would 
    for example appear as the following:

    decription              name // <-- bold, can't be selected by the user
    Bühler 1400          ID12345
    Idra 3412               BUI1390
    ...

    Is this somehow possible? (except to write this in the Label of the input control)
    Thanks in advance!
    Julia

     

     

  3. Hi!

    I have created a waterfallchart-diagram with JFreeChart and in connection with .jrxml (diagramm is inserted in the report as an image). I'm working with iReport 3.5.2 and Jasperserver 3.5.0. I know, that this isn't the Jasperserver-forum, but maybe you can give me a hint: I want to be able to execute this report with the appropriate java-File in Jasperserver from the Webbrowser. I have changed the java-file to an executeable .jar File and uploaded it to the repository of Jasperserver as a resource. Then I've connected this resource with that .jrxml File. When executing this report, I just get all the surroundigns, which I have formerly defined in iReports, without the diagram. Which further steps have to be taken, in order to be able to see the diagram there?

    Hope you can help me.

    Kind regards, Julia

  4. Hi!
     

    Thank you for your answer. I, however, do have a question: I've an existing report and there I want to insert an image in this way. How is it possible to upload this existing report with the report wizard?

    Thank you!

    Julia 

  5. Hi!

    I want to insert an image into a report, so that it doesn't get lost if the location of the report or of the image itself changes. I'm working with iReport 3.5.2. How can it be done? 

    Thanks in advance,

    Julia 

  6. Hi!

    Thank you - I've found out how to set whenNoDataType="AllSectionsNoDetail".

    One thing, I still don't understand is the fact, that I have already defined some data in the ChartTest.java:

    public static void createDataset() {
      DefaultPieDataset dataset = new DefaultPieDataset();
      dataset = new JREmptyDataSource();
      dataset.setValue("One", new Double(43.2));
      dataset.setValue("Two", new Double(10.0));
      dataset.setValue("Three", new Double(27.5));
      dataset.setValue("Four", new Double(17.5));
      dataset.setValue("Five", new Double(1.8));
      return dataset;
     }
     

    Isn't this already our datasource?

    Thanks in advance - It's my first time to include an exteranal chart with JFreeChart into IReport. 

    Julia



    Post Edited by jkalten at 07/16/2009 08:18
  7. Hello!

    When I want to set the default-language to German in Jasperserver 3.5.0 (not English), what steps have to be taken, so that the menu is displayed in German?

    Moreover, can I get rid of those many language options when choosing "Show locale & timezone", like ro, ja, fr, it...?

    Thanks in advance!

    Julia

  8. Hi!

    I'm sorry - I've messed it up. I wanted to delete my post and instead of beginning a new thread without noticing that you've already answered. 

                   "whenNoDataType="AllSectionsNoDetail" in your report and things should change."

    I've already done this: Abschnitte --> no Data -->  Anzeigen wenn "AllSectionsNoDetail", or is this not correct?

    Thanks in advance!

     

     

  9. Hi there!

    I have an important question regarding charts:

    According to me, the charts in irreport are a little bit unflexible, how is it possible to implement addtional chart-functionality?

    For example: multi-axis chart problem - namely two-axis charts, which show any prozent-values up to 100% - they should be overlayered. The problem, however is, that the maximum value of the y-axis can't be adjusted, so that the height of the balks don't have the right relation. The same is also valid for the x-axis, if for example the data-sources both charts don't have the same values. 

    Any ideas? Or is there just a setting, which I've overseen in iReports 3.0.0?

    Thanks!

×
×
  • Create New...