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

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -