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

mmceldow

Members
  • Posts

    11
  • 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 mmceldow

  1. When I run a report the initial (default) zoom is "100%" for the page width. How can I change that to default to "Fit Width" as the initial zoom of a report?
  2. Many thanks to @hal_1. Cascading parameters worked perfectly in my situation. I simply used a "$P{}" tag in the second input's query and it updates as the selection in the first control changes. Mike
  3. I am running the reports from Jasper Server, and I too use the community edition. Thanks for your reply. I hadn't tried including the first parameter in the second query yet, I didn't now if it would be that simple. Sometimes even the simple things seem to be hard to accomplish easily with this software :) Mike
  4. For Jasperserver I need to be able to have two parameters for the report to be based on querys, and I need the results of the second parameter "lookup" to be based on the results of the first parameter value. I know it sounds confusing, so here is an example. I have multiple facilities (buildings), and in each facility there are multiple locations (departments). I want to first select facility A from the first parameter, then have the second parameter only have locations from facility A (filtered) FacilitiesLocationsADoctor Jones Doctor SmithBDoctor Walker Doctor BrownSo when I select "A" for my facility in the first parameter, I want to only see "Doctor Jones" and "Doctor Smith" in the second parameter, not all 4 doctors. I know how to do the query based parameter from this excellent, post: https://community.jaspersoft.com/questions/542182/selecting-parameter-values-sql-query but I need to take it just one step further. Anyone know how to do this? Thanks, Mike
  5. This is happening on both 6.8.0 and 6.9.0 (Linux Kubuntu and Debian) in the property pane for static text and text fields. On the borders tab, the font for the values in the spinners for all padding settings and the pen width setting has the same color as the background. The only way to see the value is to click in the field and then highlight all the text. How do I change the font color from white to black so I can see the setting? This shows the "invisible" text: But it's there when I highlight it:
  6. This isn't just occuring with parameters. No fields "$F{}" are displaying in group, page, or title headers. I'm creating the reports in JasperStudio, and in Studio they work correctly. I then upload(save) them to Jasperserver via Studio and they run, they just have blank fields in the header bands. Product Version: 6.2.1 Build: 20160330_2253 Any help is appreciated.
  7. I've designed a report in Jaspersoft Studio with a text field in the header band that is bound to an input parameter. When I run the report in Jaspersoft Studio the text field displays the value entered in the parameter prompt, but when I run the same report in JasperServer and enter the same parameter the field is blank. Is there a trick to getting the parameters for prompting to appear in the header? Thanks, Mike
  8. I am attempting to deploy JS 3.0 on Sunappserver 9 (glassfish). Once the application is deployed and I try to access it ( http://localhost:8080/jasperserver) I get a 503 file not found error. Checking the JS log shows this: Code:08:09:36,637 ERROR ContextLoader,Thread-517783:205 - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in ServletContext resource [/WEB-INF/applicationContext-datasource.xml]: Invocation of init method failed; nested exception is javax.naming.NameNotFoundException: jasperserver not found Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in ServletContext resource [/WEB-INF/applicationContext-datasource.xml]: Invocation of init method failed; nested exception is javax.naming.NameNotFoundException: jasperserver not found Caused by: javax.naming.NameNotFoundException: jasperserver not found What am I missing here? I'm not an expert in java application servers. Thanks, Mike Post edited by: mmceldow, at: 2008/06/10 13:34 Post edited by: mmceldow, at: 2008/06/10 13:34
  9. I have just installed Jasper Server 2.1, have successfully created a report with the iReport wizard, and then deployed the same report on the JasperServer. I get my data on the webpage, but none of the background colors or shading are there, and the font is icky. If I click on the "pdf" button, I get a beautiful report with all the background colors ( alternating gray and white background on the detail section, etc.) Known problem? I've used two different browsers, two different computers, and two different operating systems with the same result. Thanks Mike
×
×
  • Create New...