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

nittu02

Members
  • Posts

    44
  • 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 nittu02

  1. Hello, I have a set of textboxes which are aligned and grouped. I have some four rows, and in each row, there are two textboxes which i have grouped together, and allowed to stretch. I have set the property "Relative to Tallest Object" for each element group. The idea is that, as one box stretches, the other box in that row should also stretch accordingly. My problem is that, when there is too much data, The last couple of rows seem to get truncated. I have set the position to 'Float', and ideally, as the data overflows, it should push the rows below, and the band height also should increase. In my case, i guess the band height is not increasing. The last row does not appear when there is a lot of data in the first rows. I have put my elements in a dummy group footer. Does anyone know the solution to this? It will be greatly appreciated. Thanks, Nitu.
  2. The height of the detail band will be repeated for as many times as the number of rows. So, if you want to remove the blank space, minimise the height of the detail band so that it holds the elements and not too much extra space.
  3. Thanks, but that will remove only the first ] right? I have multiple phrases like that..
  4. Have you chosen the correct Report preview? and make sure you have specified the right Database connection parameters
  5. Hi, am using Oracle, And i need a biggg help from any of you DB Gurus. I have some values in a column in the DB, which goes something like this: [03-Jan-2008 21:53(GMT) Username] Test for notification [03-Jan-2008 21:53(GMT) Username] Initialization Each row will contain the first part [03-Jan-2008 21:53(GMT) Username] multiple times. My problem is that i need to remove this from the row while displaying, so that it will appear like this: Test for notification Initialization How do i remove everything between the [ and ] ???
  6. Hi, am using Oracle, And i need a biggg help from any of you DB Gurus. I have some values in a column in the DB, which goes something like this: [03-Jan-2008 21:53(GMT) Username] Test for notification [03-Jan-2008 21:53(GMT) Username] Initialization Each row will contain the first part [03-Jan-2008 21:53(GMT) Username] multiple times. My problem is that i need to remove this from the row while displaying, so that it will appear like this: Test for notification Initialization How do i remove everything between the [ and ] ???
  7. It depends upon on what basis you are taking the number 1 and number 2 values right?? you need to put that expression in the key expression there. Or, if you are saying you need to put the same expression and different values, in the query, put the static value for the field you are selecting.
  8. It depends upon on what basis you are taking the number 1 and number 2 values right?? you need to put that expression in the key expression there. Or, if you are saying you need to put the same expression and different values, in the query, put the static value for the field you are selecting.
  9. yeah, i guessed as much.. could be a bug. And yeah, i had tried moving it around to the other bands as well..Didn't work out. Anyways thanks for the help...
  10. I mean, i place the elements next to each other, and i create an element group for these text elements. I attach a sample file in which i use element grouping.[file name=CASEPRINT_GENERAL.jrxml size=55206]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/CASEPRINT_GENERAL.jrxml[/file] Post edited by: nittu02, at: 2007/08/14 07:54
  11. am sorry, you are printing a String right? depending on the condition. So you just need to put this as the expression, and set the type to String:Code:new String($V{planedDuration}.intValue()/24<1?"1 DAY":$V{planedDuration}.intValue()/24+" Days"«»)
  12. Your print when expression should be something like this:Code:new Boolean(($V{planedDuration}.intValue()) /(24) < 1 ? "<1 DAY" : ($V{planedDuration}.intValue()) /(24)+" DAYS" )
  13. Can we achieve this using the LineandShapeRenderer Class? using customizer class?
  14. i attach my screenshot. size=398]http://www.jasperforge.org/components/com_joomlaboard/uploaded/images/broken_line_in_green.JPG
  15. Hi, I am using ireports 1.2.2 with jasperreports 1.2.2. I'm creating a Line chart with different series and category values. My question is that, when the graph is plotted, i observed that if for one category there are no values for a particular series, the line breaks. And the line starts AGAIN from the next data point. Is there anyway in which we can connect ALL the points in a particular series, so that it will be one continuous single line instead of broken lines and dots?? Any help would be greatly appreciated. Post edited by: nittu02, at: 2007/08/13 11:34
  16. okay, No one?? am still wondering what causes this problem. is it some bug ?
  17. The number of columns in the report define in how many columns the data will be printed. that is, if you set the column count to 3, then the data will be printed in a newspaper fashion, with the detail band in 3 columns. and about the pdf problem, quiet a number of people have got the same problem in pdf encoding. See this post: http://www.jasperforge.org/index.php?option=com_joomlaboard&Itemid=&func=view&catid=8&id=2777#2777 about the page number, am not sure. try reducing the summary band height and print. you better check around in the forum for this problem.;)
  18. cant you set that using patterns in ireport??
  19. No problem. and hey, if you discover something else made it working, post that too k... just wanna know what else might make it work.. Post edited by: nittu02, at: 2007/08/09 13:52
  20. am not sure.. just try it see if its working..
  21. am not sure.. just try it see if its working..
  22. oh okay.. i got it. from the main report to your first subreport, pass the subreport variable as a parameter expression--subreport properties-->add parameter. and i guess you'd better pass it from the first Subreport to the Second subreport too. in my case i just tried with null values for the locations in all three reports and it worked when i passed the variable from the first to the second.
  23. okay.. hey i noticed that u have set the column count to 6 in the report properties. will setting it to 1 affect your functionality?? if not, set the column count to 1 and then try. now am not getting that overlapping problem.
×
×
  • Create New...