Jump to content
Changes to the Jaspersoft community edition download ×

JSS Localisation XML/Json file as Data source


zeldakr

Recommended Posts

New user of JRS and JSS.
My Jasper Studio Report call a web service which can return XML/Json file.

Our client/organisation can select a default language and will be able to make their own changes their own language file

Will have multiple organisations/sub-organisations on one reportserver

I have attached both a xml and json file

  • Response contain the Values need to display
  • ResponseSchema contain the lables/column headings I need to use

Expected Results

TitlesExpiredTitlesDescriptionTitlesAbbreviation
falseMadamMrs
falseMissusMs
falseMisterMr
falseSirSir

Results:

  • XML
    • can display the values in table BUT then the headers is not correct
    • tied to using 2 tables one for values one for the headers
      • wanted to make use of expression for the headers "IF($F{DisplayName}.toString()=="TitlesExpired",$F{TransName}.toString(),$F{ColumnName}.toString())"
  • Json (make use of jsonql)
    • Do not how to return both objects in report dataset and query dialog.
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...