Jump to content
Changes to the Jaspersoft community edition download ×

naresh.kabra_1

Members
  • Posts

    48
  • 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 naresh.kabra_1

  1. PLEASE HELP..HOW TO DISPLAY THE BELOW CROSS TAB ,THE TEST1, TEST2 ...ARE FROM DATABASE FOR EACH we have "File","Time Min","Time Max" FIXED..THE HEADERS ARE FROM DATABASE X1X2X3X4X5X6X7X8X9x10x11x12x13TEST1Files Time Min Time Max TEST2Files Time Min Time Max
  2. Hi All, We are using the Jsper with Redshift. The performance is very very poor. We have done all kind of tuning at Jasper server like - Vistualizzer, HTTP Compression, Increasing the size of JVM heap..but nio major performance gain. Please suggest if the Jasper is compatable with th AWS.? Please suggest how we can increase the performance. The current performance is wrost.... PLEASE HELP
  3. Can some one please help me, How to encrypt the DB and JNDI password in jasper server without RE-INSTALLING the jasper server. we are using the commercial version of Jasper server on UNIX box. Please help urgently!!!!!!. t
  4. Hi..we have installed the Jasper server on the UNIX box using the binary WAR file. We have made certain JNDI connection. Now the requirement is that we need to encyprt DB password, JNDI password.. During Initial installation we have not set the encrypt = on in jasper properties file. Now we would likce to encrypt but we would not like to touch the configuration which we have made. Please help.
  5. Hi ..How can i fix teh column name in Jasper cross tab. My requirement is that I need to display "Total1","Total2","Total3" as column of cross tab which will contains the respective mesaure. Please help.
  6. How to set the initial value for datetui,e control in jasper server including time. we would like to set value as '23/02/2017:00:00:00 and 23/02/2017:23:59:59 on the jasper date time control. please suggest.
  7. Hi ..I have created two reports which shared the same parameter and set the value of these parameter as mandotry. This works fine in the Jasper server when I run both the report individually. But when I have create a dashboard using both report and mapped the parameter using the dashboard mapping icon. The mandotry message is not firing if no value is specified for the input parameter. Please suggest where is the problem,. We are using version 6.3.0. Is this bug in product.Please help urgently!!!! Regards Naresh Kabra
  8. Have you able to resolve this. I am getting same problem. Please help
  9. Hi ..Can some one please help me. I am trying to authenticate Jasper community version with LDAP/AD and getting following errorm user is authenticated but after that it's open a blank page mentioning j_spring_security_check a nd will be thank full if some one can reply ..I am frustered in last 4-5 days and problem us still not resolved after going through lot of articles.
  10. Hi..I am using the jasper server community edition and successfuly able to authenticate with the AD, I am able to see the AD role in the jasper server. I wanted to map a AD role to the jasper server admin role. I have done the chnages suggested on the jasper site for mapping role. But in actual role is not mapping to Jasper admin role. Please suggest where can be the problem.
  11. Hi ..I have created two reports which shared the same parameter and set the value of these parameter as mandotry. This works fine in the Jasper server when I run both the report individually. But when I have create a dashboard using both report and mapped the parameter using the dashboard mapping icon. The mandotry message is not firing if no value is specified for the input parameter. Please suggest where is the problem,.
  12. We have a Jasper report where on cell of the first record contains the large value of data. On the dispay this record move to net page of the jasper and on the first page we are only geting the header of the report. We are using the version 6.3.0 of the Jasper. How to avoid this split, we need everything in the continiution. another problem is that these data fit in tow page so in the second page jasper display few record and on third page it display the remaning data of the cell but it omits the bounder of the table, we are using the tabe component. Can some one please help urgently. I have tried prevent, imeediate..option of the Band Split bot not working. Regards NAresh
  13. Thanks for the answer, But the issue is that I can't use the $P{Parameter} in SQL query. The purpose of this parameter is only to enable the type of report which I need to call.
  14. Hi..I have a main report which internally calls three sub report. I have one parameter and based on the valye of teh parameter I need to show only one sub report and need to hide remaning two report. I have added thre detailed band and in each detailed band I have added the three sub reports. I can use print when expression for the hiding of the band ..but can some one please suggest how this pront when expression works. will all the sub report hit the databse and fetch the records and at run time Jasper will disbale the remaning two sub reports which are in the detailed band which need to be hide. What is the bease way to write conditional query in Jaspper..we are using styudio 6.3.0. Can some one please suggest..
  15. How Can I Display a conditional hyper link in the jasper table component. E.G if the status is "Open" than we should have a hyper link else not.
  16. Hi Can I use hyperlink in jasper table component. I would lie to create a conditional hyperlink in the jasper table component and based on click of that hyper link I would like to call another report. This can be doable in a report which dont have the table component. But does the table component support this.
  17. Hi Need help on follow, If we are opening a report on weekends the Jasper server date control should display the date of Friday.How I can do this please
  18. Have any one bind the value of Jsper calander control with scriptlet. Please suggest and if possible share the code.
  19. Hi....Can some one please suggest me if I can execute some validation on the input parameter in Jasper server. Like I have one parameter by name country and if user tries to enter more than 20 character in this I would like to display an message on click of apply button " Please enter the less then 20 character"..I have searched many articles on the internet but there is no colclude answer. some where i seen change the customform.jsp..but even changing this also not works. so it it possible or I am just wasting my time in searching....
  20. How can i assign a value from database to the Jasper datecontrol. I have a date control on the Jasper report and would like to assign a date value which will be populated from the DB. Please suggest some proven way.
  21. Hi ..I can set a date value from DB in date picker control of Jasper. e.g I have a table in DB which has date column. I would like to set the date picker default value to the MAX(Date) from this table on load of the jasper report.
  22. We need to perform some Javscript validation on the Parameter on the jasper server. Like entered value in a parameter ot type string should not be more than 50 on click if apply button. I have searched the internet and gone thorugh various help but there is no working example. I also tried to modify the CustomForm.JSP and InputControlTemplae.jsp but not working. There is only 2-3 link on the internet which I have already tried. http://stackoverflow.com/questions/20632309/how-to-fire-a-script-with-input-controls-of-jasper-server Just wanted to know do we have such kind of validation on the Jasper server. Have any one tried this, Can some one please help me ..I would be very thank ful to him as we need to resolve this asap.
  23. We wanted to put some javascript validation on the Input parameter on a report or any other type of Validation. e.g we have one parameter Name type of string I would like to restrict user to enter only 50 Character. If user us entering more than 50 an message should be appear on click of apply button when we run this report in the server. I have tried changing security.properties under WEB-INF for the new parameter but this is not working. Regards Naresh
  24. Hi, I am using a table component on a report. When there is no data returned from the DB wanted to display "No Data Found". How to do this in a report which is haveing table component. we are using Jasper soft Studio - 6.3.0
×
×
  • Create New...