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

vishal29bhp

Members
  • Posts

    143
  • 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 vishal29bhp

  1. It is a Maven2 Build Project so NetBeans pick the source code. but must give the profile of the Project.Have you did some work on Cascading Input Control. Vishal
  2. Which version of iReport are you using try with iReport 3.5 version. Vishal
  3. Any way the I have made the environment in NetBeans 6.5. Vishal
  4. Code:Hi Do i increase or set the Display time of the tooltip on charts? Any Suggestion. Vishal
  5. I used the parameter for it.which is also of type collection , Now by using java.util.Arrys.asList($P{linkParameter}.split(",")) expression setting the default value expression but it is not working. Vishal;
  6. Yes I am doing the same also getting the values from the link parameter in the Expression $X(IN,<Field>,<Parameter>) and query is excuting but when setting this link parameter values in default expression, so that i can show the selected values in child report , it is not working there. Vishal
  7. As you say you have defined list of values it means you have created the Single select list of values . Now must add this control to the report by just following the instruction by the jsps ,
  8. Hi, Can i build the source code of Jasper community with NetBeans or Eclipse or MyEclipse .I tried once but gives the dependencies error. Vishal. Post Edited by Vishal Chawre at 04/17/09 05:31
  9. Hello Giulio, I am passing multiselect values from Main report to Child Report as link parameter by doing some Scriptlet , tricks. I am getting the desired result . But I need to show the selected values of Main report remain selected to Child Report as well in Jasper . Any Suggestions Plz. Vishal
  10. Hello JasperServerians, I am passing multiselect values from Main report to Child Report as link parameter by doing some Scriptlet , tricks. I am getting the desired result . But I need to show the selected values of Main report remain selected to Child Report as well in Jasper . Any Suggestions Plz. Vishal Code: Post Edited by Vishal Chawre at 04/15/09 10:07 Post Edited by Vishal Chawre at 04/15/09 10:10
  11. Hi Guilio, I am able to get the values of linkParameter and convert it into collection but i need to show the selected value of Main report to Child Report . I am using Scriptlet method which is returning collection in Default Value Exprression of inputControlParameter but not getting the desired result. Vishal
  12. I am able to run the scriptlet which convert the String into Collection. The lang is java. Vishal Post Edited by Vishal Chawre at 04/14/09 04:13
  13. Hi Mike , I followed ur instruction described above but at rutime i am getting java.lang.NoSuchMethodError . How do i overcome this issue. Plz help. Vishal
  14. I am able to compile the report but now i am getting this stack trace where it gives java.lang.NoSuchMethodsError. Any body any suggestion Vishal Code:ErrorÂfillingÂprint...ÂErrorÂevaluatingÂexpressionÂ: ÂÂÂÂSourceÂtextÂ:Â$P{REPORT_SCRIPTLET}.helloScriptlet() ScriptletÂRunning net.sf.jasperreports.engine.fill.JRExpressionEvalException:ÂErrorÂevaluatingÂexpressionÂ: ÂÂÂÂSourceÂtextÂ:Â$P{REPORT_SCRIPTLET}.helloScriptlet() ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JREvaluator.evaluate(JREvaluator.java:197) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRCalculator.evaluate(JRCalculator.java:537) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRCalculator.evaluate(JRCalculator.java:505) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRFillElement.evaluateExpression(JRFillElement.java:826) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRFillTextField.evaluateText(JRFillTextField.java:368) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRFillTextField.evaluate(JRFillTextField.java:353) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:275) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRFillBand.evaluate(JRFillBand.java:426) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:1380) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:692) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:255) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:113) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:879) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:801) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:89) ÂÂÂÂatÂnet.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:601) ÂÂÂÂatÂnet.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:517) ÂÂÂÂatÂit.businesslogic.ireport.IReportCompiler.run(IReportCompiler.java:910) ÂÂÂÂatÂjava.lang.Thread.run(UnknownÂSource) CausedÂby:Âjava.lang.NoSuchMethodError:ÂMyReportScriptlet.helloScriptlet()Ljava/lang/String; ÂÂÂÂatÂMyReport_1239617268156_860852.evaluate(MyReport_1239617268156_860852:167) ÂÂÂÂatÂnet.sf.jasperreports.engine.fill.JREvaluator.evaluate(JREvaluator.java:186)Â
  15. Hi Every Body, When i Complie a Report which uses Scriptlet it shows Error msg. like: The method helloScriptlet() is undefined for the type MyReportScriptlet How do i remove this error so that my srciptlet will run. Thanks in Advance. Vishal
  16. Hi Guilio, I have created the hyperlinks on chart data.also linkParameter i created are of text type and not visible and inputControlParameter are of multiselect query type. I think if i am getting only one value at second report so there should be a Scriplet at child report which will convert the String into Object []. Plz Suggest me how to do this. Vishal
  17. Hi Guilio, I am able to get the value but when see the result it only shows the result of the first value. Let me explain this a bit more: Suppose i am sending String "Gent Footwear,Ladies Footwear,Kids Footwear" as link parameter then the child report would only run for the Gents Footwear and thats it ,becoz of Split method split the String by comma I think i am clear to you. Vishal.
  18. Hi Guilio , Attached are Jrxml file . Plz have a look on these. i am really following your instruction but having no success. Vishal Post Edited by Vishal Chawre at 04/10/09 06:15
  19. Hi Guilio, I tried a lot but i am not getting the values of main report on child report it is showing child report empty. Vishal
  20. I am trying but no luck the architecture of JS is new to me . Will let the forum if i get success.
  21. Thanks Guilio for your support i will let you know if it works Vishal
  22. Yes Guilio, I am using JasperServer ,Do i need to add Java Class as a jar Resource . Vishal
  23. Hi Guilio, Can you explain it a bit more. I can write java code for this . Waiting for your valueable suggestions. Vishal;
  24. Hello Sam, thanx fro replying , Do you tried Cascading Input Control patch. I try a bit but stuck at how i get the HTTP value to run the report. Vishal
×
×
  • Create New...