java - How to do complex calculation in Jasper Reports / JRXML -


i new jasper reports. can tell me how complex calculation (like 1-((x/(y*somevalue))+somevalue)) in jasper reports/jrxml?

you can use expression that


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -