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

How to edit the jrxml file in jasper server (not in eclipse)


rajasekhar_1

Recommended Posts

Hi,

            I am new to jasper , I want to edit / add the content of .jrxml file which is already uploaded in jasper server .is it possible . except download the jrxml and editing .

I want to add  one field for data switching in so many reports and charts .

Kindly suggest the above

Thank you

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Sort of.

Easy option: Export everything you want to edit in a single zip. Multi file replace/add what you want to change in all jrxmls from that archive. Any advanced file editor should be able to do that. Overwrite the contents of the archive and import. (Make sure you back up server contents before this). You can use the command line version of import/export if you have multiple complex paths and only want certain reports to be exported.

Complex option: Jasper server stores everything in the repository in a postgre database(by default). It's not really documented as far as i know but its relational and pretty easy to understand. Figure out your query for uniquely identifying the reports you want to change and update the value with your new jrxml contents. This is basically what import export does behind the scenes. Again....backup first.

If you are looking to edit within  the server interface. There's no such thing

 

Link to comment
Share on other sites

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...