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

santhosh.devadurga

Members
  • Posts

    8
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by santhosh.devadurga

  1. I would suggest you to create a one more parameter like, Parameter Name: LanguageValue Class: String Expression: $P{language} + "_article_view_full" ( better handle the null or empty value cases for $P{language} ) Then query like, SELECT * FROM $P!{languageValue} ( ! should be there ) Let me know if you have any concerns
  2. Make sure you have restrated the server for the property to take effect. Still if it does not work, then try this. Make the value to false for property security.validation.sql.on=true in file WEB-INFclassesesapisecurity-config.properties and restart the application server for the property to take effect.
  3. Try using forward slash instead of colon (":") for providing service name (in your case MYDB), like java.sql.DriverManager.getConnection("jdbc:oracle:thin:@"+$F{SERVER}+":"+$F{PORT}+"/"+$F{SERVICE}, $F{USERNAME},$F{PWD})
  4. Hello CaPsLoCkEr, please share the logic/expressions used for creating 2 variables: 1, firstDayOfLastMonth and 2, lastDayOfLastMonth.
  5. Yes, it can be done by using subreports. While adding a sub report it will ask for a connection, instead of selecting "Use same JDBC connection used to fill the master report" select "Use another connection" and provide the expression to your required DB. Sample expression : java.sql.DriverManager.getConnection("jdbc:oracle:thin:@"+$F{SERVER}+":"+$F{PORT}+"/"+$F{SERVICE}, $F{USERNAME},$F{PWD}) Hope it will resolve your problem.
  6. Yes, it can be done by using subreports. While adding a sub report it will ask for a connection, instead of selecting "Use same JDBC connection used to fill the master report" select "Use another connection" and provide the expression to your required DB. Sample expression : java.sql.DriverManager.getConnection("jdbc:oracle:thin:@"+$F{SERVER}+":"+$F{PORT}+"/"+$F{SERVICE}, $F{USERNAME},$F{PWD}) Hope it will resolve your problem.
  7. Hi Manohar, Putting all those fields(Above the Grade sheet) into one frame may solve your problem. And even try work around with the Opaque property of the fields. Hope this will help you.
×
×
  • Create New...