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

Areport

Members
  • Posts

    46
  • 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

Posts posted by Areport

  1. Hi,

    I am trying to use a Multi Select Query InputControl for creating a list of timestamps.

    Later on I would like to use this parameter with a $X{IN ...} clause to filter for the selected timestamps.

    Unfortunately the Input Control doesn't pass  the milliseconds of the timestamp to the report.

    How does the Multi Select Query InputControl work? Is it calling the toString() method?

    best Regards

  2. Hi,

    right now it is possible to pass an array to a chart with Array.AsList.

    Is it possible to pass an object instead of an array. The object could be by an simple groovy statement. e.g.: [["key1":val1,"key2":val2]]

    If I pass this example to a chart, the execution fails.

  3. Hello,

    is there any documentaion about the new CFC capabilites in Jaspersoft 6.2

    Especially I am interested in the possibilites of JSON configurations. 

    In case of the standard CVC (Radial Progress and figures) the dataset section is completly missing. Is it possible to declare a data configuration within the JSON file?

    Best regards

     

  4. Hello,

    the calendar2, which supports relative dates and is used in the adhoc views closes automatically after every selection, so for select a relative timestamp I have to open the Widget 3 times 

    1. Select Time Period -> automatically closed
    2. Select Adjustment -> automatically closed
    3. Select Number-> automatically closed

    Same for fixed timestamps: 

    1. Select date -> automatically closed
    2. Select hour -> automatically closed

    Opening the date widget becomes annoying after some time.

    Is there any known workaround?

    Best regards

  5. Hello, 

    in the new jaspersoft 6.1 it is not possible to view HTML 5 charts, if the corresponding data set returns 0 rows.

    In that case the loading popup of the JasperReport Server doesn't disappear because of an JavaScript error.

    Uncaught TypeError: Cannot read property 'length' of undefined

    These reports were working in JS 6.0. 

    Is there any "No Data" porperty for charts? Or is it bug in JS 6.1?

    Best regards

  6. Hello,

    I've tried to create a QR code with Jaspersoft 6.1.

    The component works fine in the Jaspersoft Studio.

    On the JasperReport Server the QR Code is blank(only the background is shown. All the components are working fine.

    Any idea, why the qr code is not working?

  7. Hello,

    when i try to load Visualize.js (https://host:8443/jasperserver-pro/client/visualize.js) I get an error page  : 

     ERROR SystemErrorController,http-8443-2:81 - Internal server error
    org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/jsp/modules/visualize.jsp at line 19
     
    16:
    17: <c:choose>
    18:     <c:when test="${optimizeJavascript == true}">
    19:         <jsp:include page="${scriptsFolderInternal}/bower_components/visualize-js/build/visualize.js" />
    20:         <%-- Workaround to fix jquery.ui.datepicker in case if optimization is enabled. In this case __jrsConfigs__ will not be global --%>
    21:         visualize.__jrsConfigs__["userLocale"] = "${userLocale}";
    22:         visualize.__jrsConfigs__["avaliableLocales"] = ["de", "en", "es", "fr", "it", "ja", "ro", "zh_TW", "zh_CN"];
     
    The file /bower_components/visualize-js/build/visualize.js exists.
    Is there something wrong with visualize.js in Jaspersoft 6.0.1?
     
    Best regards
×
×
  • Create New...