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

kunkasurendra

Members
  • Posts

    96
  • 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 kunkasurendra

  1. Hi, I am new to Jasper reports, I am using the iReport2.0.2, I am developing the reports, these reports is having the nore than 2 pages, I want to display one message in Pagefooter like "Continue to next page", but when it reaches to the last page , it should not display the "Continue to nxt page" message. But i don not want to use the last page footer for this purpose. Please help me on this , how to place the condition for the message to display in Pagefooter, but not in lastpage? Please give me some solution, What type of condition I wnat to use here? Thanks in advance, Surendra.
  2. Hi, I am new to Jasper reports, I am using the iReport2.0.2, I am developing the reports, these reports is having the nore than 2 pages, I want to display one message in Pagefooter like "Continue to next page", but when it reaches to the last page , it should not display the "Continue to nxt page" message. But i don not want to use the last page footer for this purpose. Please help me on this , how to place the condition for the message to display in Pagefooter, but not in lastpage? Please give me some solution, What type of condition I wnat to use here? Thanks in advance, Surendra.
  3. Hi , I am new to java,I am trying to add the two BigDecimal values, Please help some one, How to add BigDecimal values. Thanks in advance, Surendra
  4. This is what I did to get return value from sub report- 1.Add a varible (e.g. - val), and setting calculation Type- System 2.In sub report properties of master report, in Return Values Box, add sub report variable ( e.g- subval) and destination variable as created above- val . 3.Add variable ( subVal ) in sub report design properties and set a string (e.g. "Return this Value") in variable expression. 4.Add a textfield ( setting $V{val} as expression) in main report to show the content of return variable from subreport. NB. All variables are of type- String Yet, I cant see the string( "Return this Value") which is returned from sub report through" subVal " into the variable- " val " Is there anything missing in my process? PLS help One more thing when should I use "System" as calculation Type. Thanks in advance, Surendra Babu.K
  5. Hi, I am getting the field from the database as a Double. Based on the condition,I want to display the values. If portfolioPerformance == null ? "N/A" : portfolioPerformance But if it is a String we can do easily. But it is a Double value. Can anyone help on this validation. Thanks in advance, Surendra Babu.K.
  6. Hi, I am generating the txt file from the java code, while generating the PDF file ,i am getting correct output.there is no allignment issues, means, there is no spaces between the rows, It is like that, One group having the 50 records, Printing like that, there is no space between the 50 records,this is the case,if you generate the PDF. If you generate the txt file from the java code, i am getting the spaces between the records, Please check the java code and output file, Please help me here,It's blocked my work. Please find the attachment... [file name=Line_output.txt size=4007]
  7. Hi , I am generting the txt file,with some records, From those records, I want to count the Tranaction type i have to count and sum of the the amt Ex : Total Neu 14 172.119,86 Please see the output and give some idea,how to do that. Give me some steps ..... Please help me,it is very urgent. Thanks in advance, Surendra Babu.K. how to caolulate the based on the tranasction type [file name=output-889811f4aa9e3ac02f7f9ef929972f84.txt size=2920]
  8. Hi , I am generting the txt file,with some records, Please check the output and give some idea,how to do that. Give me some steps ..... Please help me,it is very urgent. Thanks in advance, Surendra Babu.K. [file name=output-75af90977d195793865119b405e6e63b.txt size=2809]
  9. Hi , I am generting the txt file,with some records, Please check the output and give some idea,how to do that. Give me some steps ..... Please help me,it is very urgent. Thanks in advance, Surendra Babu.K. [file name=output.txt size=2809]
  10. In jasper reports(ireport as tool), if the bigdecimal value for($F{FLD_FAX}) is zero,then the particular row should not be displayed. what validation can be placed for a particular field, suppose : $R{PHR_FAX} $F{FLD_FAX}:(both are bigdecimal) As mentioned above both the fields($R) & ($F), should be blank.
  11. In jasper reports(iReport as tool), if the data is made dynamic in a query ,then we are not able to run the report and if the query was static ,we are getting the data,i.e., able to run the report.
  12. Hi, I am generating one report in which some fields are there which will be shown based on some conditions. When those fields are not shown I want the other fields that are placed adjacent right to them should move to their place dynamically. Is there any option like 'Remove Line When Blank' or I need to write some condition based on which the fields can move from left to right or vice-versa. Can anyone help? Thanks in advance. Surendra
  13. Hi , I am getting the values from the database as String type, If any one gives the solution for String to BigDecimal,it should fine, I want to convert to a String to BigDecimal These are like that, 2.019.668.477.161,38 43.090,08 24.077,04 1.130.654.900,51 23.025,89 1.000,00 8.881,03 295.661.481.663,43 I want to sum all these values, please tell me how to do that.. Thanks and regards, Surendra Babu.K.
  14. Hi, I am getting date as a string from DB. I have to display it in my report in format like 01 JUN 2008 but it coming like 01 Jun 2008. I don't know how to display it in the above mentioned format in iReports? can any one help me out? Thanks in advance.
  15. Hi, I am getting date as a string from DB. I have to display it in my report in format like 01 JUN 2008 but it coming like 01 Jun 2008. I don't know how to display it in above mentioned format. can any one help me out? Thanks in advance.
  16. Hi, Thank you very much for the replying this, but I am developing the simple reports only,I don't want to use the cross tabs in my development. Please tell me,is there any way to develop the content My Output is comming like that, No 1 2 3 4 5 6 7 8 9 But it should be like that No 1 2 3 4 5 6 7 8 9 Please help me on that. Thanks in advance, Surendra.
  17. Hi, I have to display the result as displayed. Please find the attached screenshot,and give me the solution for that, My Output is comming like that, No 1 2 3 4 5 6 7 8 9 But it should be like that No 1 2 3 4 5 6 7 8 9 Please help me on that. Thanks in advance, Surendra.
  18. Hi, I have to sum the columns,based on the position no. If position no is "0" then i have to add the price of related positionno. Please find the attachment of screen shot and jrxml file [file name=positions-12e4807cb1e6e34e7e818fea5a69ad28.zip size=2244]
  19. Hi, I have to sum the columns,based on the position no. If position no is "0" then i have to add the price of related positionno. Please find the attachment of screen shot and jrxml file [file name=positions.zip size=2244]
  20. Hi, I am new to this type of reports. CASE : I have to sum the columns based on the type. If type=10 I have to sum the Amount column. I have to group the columns like that, I am sending the screenshot of the result. Please help me on this how to generate the this type of out puts. Post edited by: kunkasurendra, at: 2008/06/10 10:49
  21. Hi, I am new to this type of reports. CASE : I have to sum the columns based on the type. If type=10 I have to sum the Amount column. I have to group the columns like that, I am sending the screenshot of the result. Please help me on this how to generate the this type of out puts.
  22. Hi, I am new to this type of reports. CASE : I have to sum the columns based on the type. If type=10 I have to sum the Amount column. I have to group the columns like that, I am sending the screenshot of the result. Please help me on this how to generate the this type of out puts.
  23. Hi, I am new to this type of reports. CASE : I have to sum the columns based on the type. If type=10 I have to sum the Amount column. I have to group the columns like that, I am sending the screenshot of the result. Please help me on this how to generate the this type of out puts.
  24. Hi, I am trying to generate the text preview from iReport,but it is not giving proplerly aligned data. the issues that I am facing is as follows: 1) PDF, HTML preview's are fine, the outputs are coming fine in the iReport designer. 2) For Text preview, the fields are truncated. I have to adjust the length of the field to see the whole value/label. Is there any parameters needs to be set to iReport? Please help me and reply as soon as possible. Thanks in advance. Surendra
  25. Hi, I am trying to generate the text preview,but all the data is comming in the same line. Please tell me,is there any settings for generating the text preview? PDF is generating fine. 1) If I am using the Text Preview (iReport),It's not giving the proper allignment. 2) If i am using the Text Preview(JR),it's giving the error like Error exporting print... Character or page width must be specified Please can any one help me. Thanks in advance, surendra
×
×
  • Create New...