XReport Simple Mathematics

Is it possible to do simple mathematics (addition,division,multiplication and substration) on the XReports

Can you give an example?

When I am dragging values to the report, can I for example divide two dragged values and multiply them by 100

Yes you should be able to do so. Here is an example: http://uat01.openmrs.org:8080/openmrs/module/xreports/reportDesigner.form?reportId=2&refApp=true

The key is to give each item a binding property which is later on used in the calculations for the source value property. For the above example, the source value is: (${patients}/${forms}) * 100

Thank you, Will try out and get back to you