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

Sukanya Parisa

Members
  • Posts

    22
  • 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 Sukanya Parisa

  1. I think it is considering as string like 15,16,17,18,19,2,21,22,23...it is considering numbers starting with 1 then again starting with 2, May be resolved by changing the variable type to integer if it is string type

  2. For this case, you need to execute that subreport before the textfield, then only you will get correct return value .

    And in the properties of SubReport to can find the ReturnValues tab, there you need to add SubReport Variable and Main Report Variable abd calucation type nothing.

    While creating the variable in main report the caluclation type should be System.

     

    Hope this will work :)

  3. Follow the functions syntax mentioned in "applicationContext-semanticLayer.xml", If u want to add your own functions  then u can add also.

    After add any functions restart ur jasper.

    Better take backup file before changes.

  4. if you have ur mail like

    name@company.e.com

    then also it will work, end ur email with ".com" or some thing else u have, and check, it will work .

    I think no need to disable validations for this .

  5. For this try to manage in drill report query, In the query pass the date after change the date format....like

    your DateField=Cast(DateParameterValue from URL,'mm-dd-yyyy')

    If u manage like this in ur drill report query , then what ever the date format from url, throught query automatically it will change.

×
×
  • Create New...