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

idstewart

Members
  • Posts

    23
  • Joined

  • Last visited

idstewart's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. I've already put a ticket in about it. Heavens know if they will do anything about it. http://community.jaspersoft.com/jasperreports-server/issues/3683
  2. Jasper is picky, as I have come to learn. As soon as you said the Group Header, I know that was the issue. I'm no guru at Jasper, but I can tell you that Variables don't get calculated until the detail band (from what I have seen) so you can do one of two things in this instance: 1. use a parameter instead of a variable. It can be used more than just for the user to enter a value. 2. change the evaluation time for the text field. The default evaluation time is Now. So in your case when when it got to the TextField, the value was still null. Thus for the group band, you can switch the eval time to Group[nameofthegroup] but do not use Auto. From what I have read, it is not worth it and ends up using more resources
  3. just to make sure I'm understanding correctly, the data in the blob is like <html> <head>stuff here </head> <body> more stuff here </body> <html> correct?
  4. I know how you feel lolz! First off, I've never used the dateformat so let's scrap that part. That leaves us with your TextField with the expression of TODAY( ) Click on the TextField and look at the properties window there is a section on there called Pattern this is where you will format the date. you can type MMMMyyyy directly in the field since that should work but they also have some built in templates that you can check out too. To see the templates, there is a button to the right of the pattern field with ... on it Hope this helps ya out and feel free to ask any follow up questions!
  5. Changed Resolution from Open to Suspended Changed Status from New to Closed Changed Assigned User from - to @User_306070 I will be recreating the ticket with better information
  6. Is anyone else having massive gaps in their embedded html reports? I have been trying and researching but I haven't found a way to get rid of these gaps yet. If I do a direct export to HTML it looks fine. It only seems to be messed up when I try to embed to an email notification. Any help or tips is appreciated. Thanks in advance
  7. Sadly, I do. But the plus side is that it has been a great learning opportunity for me to figure out how can I recreate those reports and if I can improve them in Jasper.
  8. I have been currently doing it manually (dual monitors is a plus) since I don't know the JRXML perfectly yet and I do not have to time to write a Java program to do the migration. It is possible though, but I know the people at Jasper legally cannot make a program to do it. I do not know if an individual, who is not affiliated with either company, would have legal issues or not with making a program that could covert to either format.
  9. Just an FYI I'm still some what new to JasperReports myself, but I will try to not mislead you. I personally have never seen $X in any of my source code. Also, I do not see any out of box IN functions either. If I am understanding what you want, you could configure your main query to pull those location codes you want. If you are wanting to do the location codes as a parameter where people can select multiple locations, then that will have to be set up on the JasperReports Server.
  10. I've searched and searched and haven't any luck so maybe someone can help me out. What I am trying to do is have a dynamic date elements that I can put into the email subject. subject examples: Report fubar for (TODAY)Report fubar for (MONTH)Report fubar for (YEAR)Report fubar for (DATEWHATEVER)I'm figuring that I am going to have to make some custom code since I haven't seen anything in any of the docs or fourm. Any help or pointing me the right direction is appreciated.
  11. Shouldn't this be a ticket? or are they not listening there?
  12. expanding off of this article (meaning you have already done everything in the article to make a custom function) you export you custom functions package as a JAR now, go to your JasperReports Server directory put the JAR here -> /jasperserver/WEB-INF/lib and put jasperreports_extension.properties here -> /jasperserver/WEB-INF/classes then restart the JasperReports Server
×
×
  • Create New...