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

nittu02

Members
  • Posts

    44
  • Joined

  • Last visited

nittu02'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. 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
×
×
  • Create New...