I had a datasources which has some encrypted fileds like name, email etc. I would like to handle or decrypted it in jasper server / may be at jasper studio jrxml file . how this can be achieved in jasper server ?
1 Answer:
Posted on June 23, 2017 at 8:52am
Hi, to decrypt the data coming from the DB you will need to do that at the Java Layer in the JRXML by using my custom class to process it.
You can achieve that using scriptlets or custom functions in Jaspersoft Studio check this link http://community.jaspersoft.com/wiki/jaspersoft-studio-expression-editor...
Thanxs marianol. It worked well