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

jkalten

Members
  • Posts

    16
  • 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 jkalten

  1. Hi! Has this problem above been fixed in the version 3.5.0? If not, is there some way to solve it? (the selection of the one input control depends on the result of the selection of the input control before) Thanks, Julia
  2. Hi! How is it possible to transfer the input controls from one jasperserver to another? Is there something available, like an export-functionality? Thanks in advance! Julia
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. Hi! Thank you - I've solved my problem! Kind regards - Julia
  9. 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
  10. Hi! Thanks - this has given me the hint - now I will have to look for a german-bundle (jasperserver_messages_de.properties) so that I don't have to translate all labels and buttons. Kind regards, Julia
  11. 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
  12. Hi! I've tried to overtake the samples of the code posted before, but when running the report, no pages could be printed, although I have created a new dataset and tried to set whenNoDataType="AllSectionsNoDetail" Thanks in advance, Julia Post Edited by jkalten at 07/13/2009 09:29
  13. 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!
  14. Hi! I've tried to overtake the samples of the code posted before, but when running the report, no pages could be printed, although I have created a new dataset. Thanks in advance, Julia Post Edited by jkalten at 07/13/2009 09:27
  15. And where can I adjust the interval lengths of the axis, f.eg.: i don't want to have the values 10 - 20 - 30 - 40- but for example in such way: 50 - 100- 150 - 200 ? Thanks in advance! Julia
  16. 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...