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

rajesh.sirsikar

Members
  • Posts

    135
  • 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 rajesh.sirsikar

  1. Hi sct999.1 I have resolved your specific issue in my below blog. Please check the same http://www.rajeshsirsikar.com/display-value-of-each-slice-inside-pie-chart-slices-jaspersoft-studio/ Thanks, Rajesh S
  2. Hi vhp1990, Your syntax for runningSP with multiple parameter is correct. But the issue can be at the format of teh parameter field created. Can you confirm you have created param1 as Integer and Param2 as DateTime? Thanks, Rajesh S
  3. Hello All!!! Was bit busy with my work and could not find much time to do this. But this made me write this blog. This is a simple step by step explanation to create a cross tab report. 1) For this tutorial, I have created a simple .csv file with the test data provided by […]
  4. Hi Tech_sb, The best way to achieve what you want is to use Cross Tab report. For your specific issue and all others who wants to know how to create cross tab report, I have created a blog. (With data in your example). http://www.rajeshsirsikar.com/jaspersoft-studio-creating-cross-tab-report-for-2-dim-data-display/ Thanks Rajesh Sirsikar
  5. HI Emrizwan, I have used Integer_Values() function because my data from the datasource was in string and to perform my math calculation i had to convert it in to integer. But in your case, since it is decimal you need not add "Decimal_Value" (On top of it, I don't think there is any expression called Decimal_Value)..So just put your expression as follows IF($F{txn_cr})==0,-$F{txn_dr},$F{txn_cr}) Thanks, Rajesh S
  6. Please check this https://community.jaspersoft.com/questions/823038/passing-main-parameter-sub-datasets-jasperstudio Thanks, Rajesh S
  7. Hi emrizwan. Check my comment below. Follow the steps in my blog and you will get what you need. If you find teh answer helpful. Upvote teh answer so taht otehr can get benifits. Thanks, rajesh
  8. Hi emrizwan. Raul from this community had teh same issue http://community.jaspersoft.com/questions/844022/variable-initial-value-and-re-use-same-variable I have answered that in my blog here http://www.rajeshsirsikar.com/creating-running-total-in-jaspersoft-studio/ Check and vote
  9. Hi Dane, The Best Possible solution for your problem is Conditional Query. Please see the link below for the same http://www.rajeshsirsikar.com/conditional-query-using-parameters-in-jaspersoft-studio/ Thanks, Rajesh S
  10. Hi Jhustinel, I have created a workaround for exact same problem Raul Mendez had and you will find the solution here. http://www.rajeshsirsikar.com/creating-running-total-in-jaspersoft-studio/ Thanks, Rajesh Sirsikar
  11. Thanks Ian, Please upvote my answer, which will enable it to be visible to users looking for similar answers. Thanks Rajesh S
  12. Hi Ian, I tried recreating your issue, but in Jaspersoft Studio 6.0.0, I am able to see teh table data present in Subreport in Main report. I have attached 2 report files here. They use inbuilt datasource so it would be easier for you to test it. Thanks, Rajesh S
  13. Refer to this post http://community.jaspersoft.com/wiki/how-add-percentage-html5-pie-chart-labels Thanks, Rajesh
  14. Hi Peter, Atre your subreports in a Group footer? Thanks, Rajesh S
  15. Hi Brossow, Check my bolg link below. If you find the solution helpful, please upvote so that others can take advantage. Thanks, Rajesh S
  16. Hi Brossow, Please check my blog to create a increment number based on a field. http://www.rajeshsirsikar.com/increment-a-variable-in-jaspersoft-studio/ Thanks, Rajesh S
  17. Hi Joseph, Couple of questions 1) What is the datasource for eeh report and do you have a SQL to fetch teh data? 2) Are you running the report from Jasperserver or Jaspersoft Studio? Thanks, Rajesh S
  18. Hey Emilly, Watch this video. This will give you a clear picture of how to run yjaser reports using java app. https://www.youtube.com/watch?v=HpO3qotpxNg Thanks, Rajesh S
  19. 1) Yes. Jasperserver is a webserver. It is teh central repository of jaspersoft. here you can Cretae Datasources, Dashboards, Schedule Reports, Create Control Inputs and lots more. 2) You can achieve your requirement using Community edition itself. 3) In Jasperserver, drill down means connecting your one report to another report or webpage or document which will open in a seperate page. So you can create a connection directly to your web page and provide the parameter as Userid.
  20. To Create a Variable which Subtracts the Current Row Value from Previous Row Value of teh same column, please follow the below steps. 1) Create a Variable “Previous_Value” and add $V{Current_Value} as the expression. This will Give a Invalid error as the Current_Value field is not created yet. 2) Create Current_Value Field and ass your […]
  21. Hi Henrik, Please follow the steps as below. 1) Create a Variable "Previous_Value" and in the expression Window write $V{Current_Value}. 2) Now Create Variable "Current_Value" and choose the Field "Total" 3) Now Create the Diff Variable with Expression $V{Current_Value}-$V{Previous_Value} The Trick here is to create Previous Value field first so that Jasper runs it first at the runtime. Check My blog http://www.rajeshsirsikar.com/subtract-current-value-from-previous-value-in-jaspersoft-studio/ for Images and Info. Please Up -Vote If you find this answer useful. Thanks, Rajesh Sirsikar
  22. Hi Emilly, There are two ways to achieve what you are intending to do. 1) using Sub Reports : Here you can create two reports. a) A main report where you will fetch User Records. b) A Sub Report where you will fetch Address Data with a parameter "User Id" c) Connect Main Report with Sub Report with this parameter and you will have your desired output. For more info on how to create sub report please refer http://www.rajeshsirsikar.com/329/ 2) Using JasperServer. a) Create Two Reports as explained in the Previous example. b) Publish both Reports in Jasperserver. c) Cretae a Hyperlink to Userid Field in the main report with Parameter as Userid and link it to Sub Report. Hopefully this helps!!! Thanks, Rajesh Sirsikar
  23. 1) In Jasperserver 6.0.1 Pro edition, the Report bursting is provided inbox. (As earlier this was an out of the box functionality using Jaspersoft ETL). 2) The step by step approach to achieve this is as follows. a. Stop Jasperserver b. Navigate to the following link C:\Jaspersoft\jasperreports-server-your-version\apache-tomcat\webapps\jasperserver-pro\WEB-INF\js.quartz.properties Update the file with information colored in yellow […]
×
×
  • Create New...