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

mgeise

Members
  • Posts

    584
  • 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 mgeise

  1. your solution for #3 should work...just a matter of parsing the values out for your needs. In fact, if your query ends up with something like Where ABC IN (123,456,789), your format may work to your advantage.
  2. The community edition is certified only for Tomcat or JBoss for the application server and PostrgeSQL for the repository DB. There is no tested/validated installation of this edition on any other platforms.
  3. The order in which your Variables are defined matters. Since the LCIncr_Total actually uses LC_Increase, LC_Increase needs to appear before LCIncr_Total. In the report inspector panel, you should be able to just grab the LC_Increase variable and move it up higher in the list (before LCIncr_Total, but after LCUpPrice since LCUpPrice is used to define LC_Increase). Try that and see if it solves things for you.
  4. I'll take a shot at this... 1. There is no built in way to add security to topics that are not built on domains. This is one of the main benefits of using a domain. If the reports/topcs created in Jaspersoft Studio or iReport are done so using domains, then the security of the domain will apply to the report/topic. 2. The only way I can think of to manage this would be by creating a custom datasource that requires the SITE as defined in a user profile attribute and catch it at that level. Our professional services team has created things like this for customers who need a datasource that goes runs queries against a different DB based on the organization passed in, so I am confident something like this is possible. 3. I am not entirely clear on what you are proposing. My first reaction is that you may want to log your use case in the tracker to justify the need for a larger profile attribute column and see if an enhancement can be made. In the mean time, doing some level of mapping of short name/value attributes would be in order. I hope this helps. Thanks!
  5. Are you putting the dates into the prompts using the right format? What is your locale and what are you entering into the prompts?
  6. The Enterprise edition includes auditing that would allow you to track which reports have been used, how long they take to run, who runs them, etc. But this is not available in other editions.
  7. This is something that is done via a DNS entry. If your server has a public IP address, you need to register a DNS entry that points to that IP address.
  8. Posting solution as an answer: "I figured it out. I had to change the $P!{start_date} to $P{start_date}"
  9. Check the From and To date that you are passing in when you run the report. The date you pass in is likely filtering out the other two records.
  10. There are some JVM options described in section 6.2 of the installation guide that are specific to Tomcat/JBoss, but they should give you a good idea for Websphere as well. You will need to tune based on the IBM JVM that comes with websphere, but the key setting for garbage collection are: -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled In addition, you will want to play with the amount of memory allocated to both your min/max heap size as well as the PermSize/MaxPermSize.
  11. Commonly reports are developed in iReport using a SQL query, in this week's topic we'll take an in-depth look at creating Domain based iReport reports. These can be handy for centralizing security and potentially making report development easier. We'll cover topics like: * What can you do in a Domain query and what you have to do in the Jaspersoft library? * Domain driven input controls * Sub-reports * Sub-datasets/Table component * Domain security See more information about this episode at: http://www.jaspersoft.com/tech-talks-Using-iReport-with-a-Domain See the schedule and archive of Jaspersoft Tech Talks at: http://www.jaspersoft.com/tech-talks
  12. Commonly reports are developed in iReport using a SQL query, in this week's topic we'll take an in-depth look at creating Domain based iReport reports. These can be handy for centralizing security and potentially making report development easier. We'll cover topics like: * What can you do in a Domain query and what you have to do in the Jaspersoft library? * Domain driven input controls * Sub-reports * Sub-datasets/Table component * Domain security See more information about this episode at: http://www.jaspersoft.com/tech-talks-Using-iReport-with-a-Domain See the schedule and archive of Jaspersoft Tech Talks at: http://www.jaspersoft.com/tech-talks
  13. Did you join the table in your SQL Query? " SELECT x FROM firsttable f JOIN secondtable s ON f.id=s.f_id" Try running the query directly against your database and see what error is given.
  14. Are you using the Sun/Oracle JDK? I am able to find some similar issues when trying to use a different JDK resulting in the reflection not working correctly. The other thing that comes to mind is that there may be some file permission issues, but I suspect that you would be getting a different set of errors claiming that the files did not exist.
  15. When you install the product, the Foodmart DB is one of the sample DBs loaded into Postgres - The sample is using this DB.
  16. Sucheta, I just downloaded and it took about 4 minutes. Are you able to determine your download speed? (I believe you are in the US, so your location should not be a factor) I just want to verify that we don't have a major issue here. Having this level of frustration in downloading our products is not acceptable and I want to be sure I get it fixed if needed. Thanks!
  17. The way to do this is to use the same repository with two different app servers. Turning the scheduler off on the server with the users and taking the other out of your load balancer rotation. See here: http://www.jaspersoft.com/configuring-report-scheduler
  18. Are you looking to embed JasperReports Server into your PHP application? Our in-house PHP expert will guide you through a few finer points of integrating Jaspersoft reports, dashboards and ad-hoc into your PHP application. You'll learn about the following topics: * Single Sign On/Users * REST API * iFrame vs API integration * New PHP wrapper in version 5.0 The original iReport project was released almost 10 years ago, in today's show you'll meet some of the original developers of the tool who are working on the next generation designer for Jaspersoft; Jaspersoft Studio. We'll have four developers from the team (Giulio, Massimo, Marco, and Slavic) show off their favorite features of Studio including the XML & REST interfaces, the expression editor, HTML5 charting and more. We'll cover off these features: * XML & REST interfaces * Expression editor * HTML 5 Charting For related Q&A, see: * http://www.jaspersoft.com/embedding-jaspersoft-into-your-php-application For more Jaspersoft Tech Talks, see: * http://www.jaspersoft.com/tech-talks
  19. Are you looking to embed JasperReports Server into your PHP application? Our in-house PHP expert will guide you through a few finer points of integrating Jaspersoft reports, dashboards and ad-hoc into your PHP application. You'll learn about the following topics: * Single Sign On/Users * REST API * iFrame vs API integration * New PHP wrapper in version 5.0 The original iReport project was released almost 10 years ago, in today's show you'll meet some of the original developers of the tool who are working on the next generation designer for Jaspersoft; Jaspersoft Studio. We'll have four developers from the team (Giulio, Massimo, Marco, and Slavic) show off their favorite features of Studio including the XML & REST interfaces, the expression editor, HTML5 charting and more. We'll cover off these features: * XML & REST interfaces * Expression editor * HTML 5 Charting For related Q&A, see: * http://www.jaspersoft.com/embedding-jaspersoft-into-your-php-application For more Jaspersoft Tech Talks, see: * http://www.jaspersoft.com/tech-talks
  20. JasperReports Server Authentication Cookbook
  21. Jaspersoft OLAP Ultimate Guide
  22. JasperReports Server Ultimate Guide
  23. The original iReport project was released almost 10 years ago, in today's show you'll meet some of the original developers of the tool who are working on the next generation designer for Jaspersoft; Jaspersoft Studio. We'll have four developers from the team (Giulio, Massimo, Marco, and Slavic) show off their favorite features of Studio including the XML & REST interfaces, the expression editor, HTML5 charting and more. We'll cover off these features: * XML & REST interfaces * Expression editor * HTML 5 Charting http://www.jaspersoft.com/tech-talks-meet-Jaspersoft-studio-team For more Jaspersoft Tech Talks, see: http://www.jaspersoft.com/tech-talks
  24. The original iReport project was released almost 10 years ago, in today's show you'll meet some of the original developers of the tool who are working on the next generation designer for Jaspersoft; Jaspersoft Studio. We'll have four developers from the team (Giulio, Massimo, Marco, and Slavic) show off their favorite features of Studio including the XML & REST interfaces, the expression editor, HTML5 charting and more. We'll cover off these features: * XML & REST interfaces * Expression editor * HTML 5 Charting http://www.jaspersoft.com/tech-talks-meet-Jaspersoft-studio-team For more Jaspersoft Tech Talks, see: http://www.jaspersoft.com/tech-talks
×
×
  • Create New...