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

shatad0101

Members
  • Posts

    33
  • 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 shatad0101

  1. I have a Line chart where i have four series of categories like :- Revenue, Target, Cost and Gross Margin. And chart will have all four categories by default. Now I want to pass these categories through parameter(check-box) where user can select which category he wants to see in chart because sometime he just want to see revenue trend and not interested in target trend over the months for a year. Default value for the input control will be Revenue and if he wants to see target he can add a category series for Target by selecting Target check-box parameter. Something like this :-
  2. I am using JasperReport Server 4.5 and iReport 4.5 community edition and in community edition we do not have any HTML 5 chart library like enterprise edition in iReport. HTML 5 Charts Is there any way to integrate these HTML 5 charts with community edition iReport?
  3. Hi Rasmi, Could you explain me how to use these chart customizer in iReport, because i have no idea about java.
  4. Hi, thanks for this post , I also have been trying this for last one month , So if you could tell me in detail how can i do this in my jasperserver?
  5. Hello, I am trying to create a hyperlinked table report where I can click anywhere in table and open a new report based on clicked value but I am not able to pass that clicked value to new hyperlinked report. I am using JasperReport server 4.5 , So how can I create a report like this?
  6. Hi0 down vote favorite Hi I am using JR Server 4.5 and I want to link a OLAP cube with any graph or text So I can create a drill down report. I am able to hyperlink any other report to any graph or text but i am not able to link OLAP report, its showing bellow error. How can I link a OLAP report to any graph or text?
  7. Hi, I am using JR Server 4.5 and I want to link a OLAP cube with any graph or text So I can create a drill down report. I am able to hyperlink any other report to any graph or text but i am not able to link OLAP report, its showing bellow error. The server has encountered an error. Please excuse the inconvenience. Error Message java.lang.IllegalArgumentException: No matching action map for resource class How can I link a OLAP report to any graph or text?
  8. I am also facing the same problem in passing parameter as input control from Main report to subreort report through Hyperlink in JR server 4.7, means if main report contain one input control and child report contains three input controls, you linked child report to main report then you can’t select even input control are not visible in the child report, even i am not able to pass any input parameter. Is there any solution two solve this issue? Is this is a bug or a feature of JR server 4.7?
  9. I am also facing the same problem in passing parameter as input control from Main/Parent report to child report through Hyperlink in JR server 4.7, means if main report contain one input control and child report contains three input controls, you linked child report to main report then you can’t select even input control are not visible in the child report. Is there any solution two solve this issue? Is this is a bug or a feature of JR server 4.7?
  10. I am also facing the same problem, this problem is not only with date parameter, because i have tested with other type of input parameters, how did you solve this issue?
  11. Hi I am also trying to ByPass Login credentials in jasper server 4.5, so user can login directly without entering any username and password, this I have done by passing username and password directly in URL *http://localhost:8080/jasperserver/flow.html?_flowId=searchFlow& j_username=jasperadmin&j_password=jasperadmin * Now I want to hide these user credentials, so nobody can see the username and password. How can I hide these credentials? Post Edited by shatad0101 at 06/29/2012 14:27
  12. Hi I am also trying to ByPass Login credentials in jasper server 4.5, so user can login directly without entering any username and password, this I have done by passing username and password directly in URL *http://localhost:8080/jasperserver/flow.html?_flowId=searchFlow& j_username=jasperadmin&j_password=jasperadmin * Now I want to hide these user credentials, so nobody can see the username and password. How can I hide these credentials? Post Edited by shatad0101 at 06/29/2012 14:25
  13. What actually u r trying to do? do u want to show subreports with master report?
  14. Hi, I am trying to use image or any text field over the graph but i am getting only image not graph in jasperserver but its working in Ireport . In Ireport i am able to see botk graph and image. Please help me? Post Edited by shatad0101 at 12/06/2011 06:50
  15. Hi,i am new in jasperserver and trying to build jasperserver4.2.1 from its sources .I have downloaded jasperreports-server-cp-.2.1-src.zip file with jasperserver installation guide. I got stuck in chapter 3, step 3.4.12 it says- copy C:Program Files (x86)jasperreports-server-cp-4.2.1-srcjasperserverbuildomaticsample_conf mysql_master.properties file to C:Program Files (x86)jasperreports-server-cp-4.2.1-srcjasperserverbuildomatic and rename it to default_master.properties. Edit the new default_master.properties file and set the properties to your local settings:-- I have some confusion here does it required to set maven properties? I have added Tomcat path already. and in step 3.4.2 Refreshing your Buildomatic Settings i am not able to find clean-config and gen-config file in js-ant In step 3.5 Building JasperReports Server im anot able to find this path-- <js-src>/jasperserver/buildomatic/build_conf/default Can anyone help me to install Jasperserver4.2.1? I am giving you the code of default_master.properties file. Code: Post Edited by shatad0101 at 11/18/2011 06:00 Post Edited by shatad0101 at 11/18/2011 06:01
  16. Hi, i am new in jasperserver and trying to build jasperserver4.2.1 from its sources .I have downloaded jasperreports-server-cp-.2.1-src.zip file with jasperserver installation guide. I got stuck in chapter 3, step 3.4.12 it says- copy C:Program Files (x86)jasperreports-server-cp-4.2.1-srcjasperserverbuildomaticsample_conf mysql_master.properties file to C:Program Files (x86)jasperreports-server-cp-4.2.1-srcjasperserverbuildomatic and rename it to default_master.properties. Edit the new default_master.properties file and set the properties to your local settings:-- I have some confusion here does it required to set maven properties? I have added Tomcat path already. and in step 3.4.2 Refreshing your Buildomatic Settings i am not able to find clean-config and gen-config file in js-ant In step 3.5 Building JasperReports Server i am not able to find this path-- <js-src>/jasperserver/buildomatic/build_conf/default Can anyone help me to install Jasperserver4.2.1? i am giving the code of default_master.propertief file. Code: Post Edited by shatad0101 at 11/18/2011 05:55
  17. Hi kevinchristian , I am new in ireport and jasper server can you guide me how to create my first olap report in jasper server. I dont know how to create cube and schema plz help me.
  18. Hi i want to know how to change the localhost to a static IP on the server where Jasperserver is installed? if any one knowsplz help me. Post Edited by shatad0101 at 07/27/2011 09:36
  19. Hi , Thanx for reply Actually when i installed sql server it didnt ask me for any user name and password in windows authentication. Driver name --com.microsoft.sqlserver.jdbc.SQLServerDriver URL--jdbc:sqlserver://ServerName:1433:databaseName=Mydatabase; i have downloaded ---- Microsoft SQL Server JDBC Driver 3.0 and put Sqljdbc4.jar in this -----location C:\Program Files\jasperreports-server-cp-4.0.0\apache-tomcat\webapps\jasperserver\WEB-INF\lib can you check whether it is right or wrong
  20. Hi I have one problem with connection of Ms Sql 2008 R2 for 32 bit with ireport 4.0.0, i have downloaded mn sql driver http://www.microsoft.com/download/en/confirmation.aspx?id=2505 and put sqljdbc4.jar file in program file but still i am not able to connect. Actually i installed ms sql with windows authentication and when i try to make coooonection in i report and jasper server it asking for user name ,and password in jasper server as well as in ireport. any one can help me please,
  21. Hi I am new in this field and i want to create my first mdx query in jasperserver but i dont have any idea about cube,schema.Please anyboby suggest me how to make cube,schema all these thing. and i m using jasperserver 4.0.0.Should i install any software for olap cube. Post Edited by shatad0101 at 07/01/2011 11:44
  22. shatad0101 Wrote: now i am trying to submit my ireport into the jasperreportserver but i m getting error- Code: Post Edited by shatad0101 at 07/27/2011 09:48
  23. my email id is sharad0101@ymail.com if u have any ebook related to ireport plz send me
×
×
  • Create New...