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

anaghaphadke

Members
  • Posts

    28
  • Joined

  • Last visited

anaghaphadke's Achievements

Explorer

Explorer (4/14)

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

Recent Badges

0

Reputation

  1. I am also facing same error. If I open ireport 3.0 version jasper file in ireport 4.5.0 and add some fields in the same report query and press read fields button. I have get same Error:null message. Please give me the solution on the same. -Anagha
  2. Hello adamp99, It is not allowing me to do this in variables expression Thanks & Regards, -Anagha
  3. Hello All, Please solve my problem, I want to use round function which will round variable to nearest 10. e.g Variable amount 12 then 10. variable amount 19 then 20. variable amount 15 then20. Thanks in advance. Thanks & Regards, -Anagha
  4. Hello, I am new in i-report. The version which I am using is i-report 3.0. The problem is "Some reports are showing in bold and some are normal". I changed 'look and feel' function but reset it to defalut. But some reports are not changed to normal, it is still showing in bold. Could anyone please help me and tell me how to do it? I would appreciate such help. Thanks in advance. Thanks & Regards, -Anagha
  5. Hello All, I have a Address field, I want to bifurcate this filed in two three fields because of length problem. E.g - 1112/3 Raja Ram Apt Udhav Nagar Near Mahadev School Pune 411000 Maharashtra I have two three fields like Address 1,Address 2, Address 3 how should I bifurcate this in these address fields So I use substring but data is not bifurcating as I expected Data is showing like this Address 1 - substring(e.address,1,30) - 1112/3 Raja Ram Apt Udhav Naga Address 2 - substring(e.address,31,30) - r Near Mahadev School Pune 411 Address 3 - substring(e.address,61,30) -000 Maharashtra Address 4 - substring(e.address,91,30) Address 5 - substring(e.address,121,30) Have to show like this Address 1 - substring(e.address,1,30) - 1112/3 Raja Ram Apt Udhav Nagar Address 2 - substring(e.address,31,30) - Near Mahadev School Pune 411000 Address 3 - substring(e.address,61,30) - Maharashtra Address 4 - substring(e.address,91,30) Address 5 - substring(e.address,121,30) Address should be bifurcate selecting 30 character after space Please give me solution on urgent basis Thanks & Regards, -Anagha
  6. yes it is possible, right click on field and go to properties. In properties, click on color box which is right to background text select your color using RGB Color Thanks & Regards, -Anagha
  7. Hello, You can write this way: Define field name as 'Del Flg', case (Fieldname with table) when 'N' then 'User Created' eles 'User Deleted' end as 'Del Flg Text' Please try this Thanks & Regards, -Anagha
  8. Hello averias, Please joint all right text boxes to left and right also align it properly. Attaching herewith aligned jrxml Please check at your end Thanks & Regards, -Anagha
  9. Hello jelmello, I am also facing same problem so I gave page footer to main report only. Thanks & Regards, -Anagha
  10. Hello Jilmello, Can you send me photo copy of the same for ref. -Anagha
  11. Hello Jastin, Please set the scale type to Retain Shap and resize the image which you want to disply. -Anagha
  12. Hello Coolif, Please check band properties of the this band which details are jumping to next page and untick on split allowed function. I think it will work -Anagha
  13. dydredt, Please make all text field properties as follows: Text Box 1 - Posistion Type - Fix relative to Top Text Box 2 - Posistion Type - Flot, Tick On - Print When expression and Strech with overflow Text Box 3 - Posistion Type - Fix relative to Top, Stretch Type - Relative to band height and Tick On - Strech with overflow This should solve your problem -Anagha
×
×
  • Create New...