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

simo.tuokko

Members
  • Posts

    8
  • Joined

  • Last visited

Community Answers

  1. simo.tuokko's post in Problem when using Cascading Input Control was marked as the answer   
    I forgot that I made this question here. Solution was quite simple, just added clause that list should not be empty list:
    AND '$P!{listFromFirstInputControl}' !=  '[]'
  2. simo.tuokko's post in Same parameters for JSON datasource in Jasper Reports Server as in JasperSoft Studio was marked as the answer   
    I ended up importing the DataSourceAdapter.xml from studio to JasperReports Server.
    Also needed to change in the report's .jrxml property (as it was suggested somewhere in this forum)
    from: <property name="com.jaspersoft.studio.data.defaultdataadapter" value="DataSourceAdapter"/>
    to:<property name="net.sf.jasperreports.data.adapter" value="repo:/yyyy/DataSourceAdapter.xml"/>
    This way report creates the connection succesfully.
  3. simo.tuokko's post in Certificate for JSON datasource with HTTPS url was marked as the answer   
    Finally got this resolved. I was trying to connect directly with IP address but the certificate required connection to be made with server's name. 
×
×
  • Create New...