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

ag201

Members
  • Posts

    23
  • Joined

  • Last visited

ag201's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. guys, i have a textfield which is displaying the value of a variable. this variable contains for example, (text1='hello') AND (text2='world') now i need to only display the values. i mean i need to display hello,world. so i have put a text field expression, $P{fstring}.split("-")[1] which picks up hello and i have $P{fstring}.split("-")[2] which picks up world separately. i need to somehow put them together so that it picks up both at the same time and displays just the values separated by commas in one text field. can somebody guide me in this. thanks.
  2. am getting the same problem. everytime I save my report using iReports, it generates a file and overtime it just clutters my folder, which then I have to manually cleanup. if anybody can provide a fix to this, it would be great.
  3. Thanks, I appreciate it. As long as I know that its not possible, its fine.
  4. guys, when i am producing a PDF report, i am frequently getting this error, JRException occurred net.sf.jasperreports.engine.JRException: The report filling thread was interrupted. just to add, this is my tomcat log message, net.sf.jasperreports.engine.JRException: The report filling thread was interrupted. at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:67) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:402) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:234) at net.sf.jasperreports.engine.JasperRunManager.runReportToPdf(JasperRunManager.java:203) if i wait for a few seconds or in some instances restart tomcat, it works back again. but i am unable to find the source of this problem. i have a event driven app, but i cant see any events coming when the report is being generated, so am not sure what the problem is. can somebody help. thanks. Post edited by: ag201, at: 2007/04/04 05:53
  5. rotate your graph so that its vertical and not horizontal, that will give the labels some more space.
  6. can you share your solution. i dont think there is a way around PDF as its a static page.
  7. no mate. not yet. have been working on it for some time now, but cant a way around it. can you help.
  8. guys, i have this bar graph, and it displays the label values of the individual bars within the bar itself. now if all the bars within the graph are not within the same range and hence dont scale well, the label value number is not displayed within the bar. so is there a way for me to display the label values on top of the bar graph, so that irrespective the size of the bar, the values will always show up. please help. thanks.
  9. guys, sorry am posting it again here, i have posted this already by mistake in the ireport section. sometimes when my jasper report takes a while to generate, i get the following error, net.sf.jasperreports.engine.JRException: The report filling thread was interrupted. looking at my logs, I have noticed that I usually get an event just before the report fails with the above exception. what is the work around this. has anybody experienced this too. please help. thanks.
  10. guys, sometimes when my jasper report takes a while to generate, i get the following error, net.sf.jasperreports.engine.JRException: The report filling thread was interrupted. looking at my logs, I have noticed that I usually get an event just before the report fails with the above exception. what is the work around this. has anybody experienced this too. please help. thanks.
  11. guys, i have implemented alternate row colours within my jasper report and its all working fine. but my problem is that if there is an entry which flows on to the next page from the previous page, such that half of it is on the previous page and the rest on the next one, then only the previous page entry contains the background colour and the next page left over entry does not contain the background colour (so its half coloured). i have selected stretch type relative to band height and it still doesnt work. does anybody know why is this happening. thanks.
  12. guys, i have this implementation, when the user clicks on a show report button, a PDF report is generated and the user is able to view it internally within the IE browser using the PDF viewer. now when the user clicks on save a copy on the adobe toolbar, it always saves the report as app.pdf. can i set up my report in such a way, that when the user clicks on save a copy, a meaningfull name shows up. i have this so far, response.setHeader ("Content-Disposition", "inline;filename="pdf-" + getCurrentTime() + ".pdf""); but this doesnt help me set the name. any help guys. thanks.
  13. guys, i have this wierd problem, when i use the stacked bar graph if i have only one entry then the one bar becomes very wide and occupies the entire width of the graph and looks funny. and if i use the normal bar graph, then if i have only one entry then the one bar becomes very thin and it occupies very less space and is very very thin as compared to the rest of the width of the report. so my question is, is there a graph which displays a reasonably thin bar when there is only one entry, and automatically resizes for multiple entries. thanks.
  14. guys, in a time series graph is it possible to change the format of the graph lines, i mean make them dashes or any other format. in my graph some of my lines overlap each other and i lose track of the underlying line, so i was thinking if i could have them in different formats, they might be visible. any ideas. thanks.
  15. guys, in a time series report, for every single data point (dot that is) how can i display its exact value. in my graph in most of the cases the data point is inbetween the range and hence the user to sort of guess its exact value. in some other reports, i can display the exact value of the data point, how can i do something similar in a time series report. thanks.
×
×
  • Create New...