Simple Calculation
I have a simple report which brings through some sales prices and totals from a SQL database. This all works fine but I want to calculate the ex VAT price in the report
The current Text field is [Report_printInvoices.SalePrice] and this shows for each data line.
Now I want this value divided by 1.2 but just get an error or the value and then / 1.2 as text
I assume I am missing something really simple but can't see it. - I was expecting to just type [Report_printInvoices.SalePrice] / 1.2
The current Text field is [Report_printInvoices.SalePrice] and this shows for each data line.
Now I want this value divided by 1.2 but just get an error or the value and then / 1.2 as text
I assume I am missing something really simple but can't see it. - I was expecting to just type [Report_printInvoices.SalePrice] / 1.2
Comments
You forgot to enclose whole expression in the brackets:
[[Report_printInvoices.SalePrice] / 1.2]
Error Thanks for your help in advance
Resolved after playing with that use curly brackets
after use the above calculation as aim to see the %Achieve simply change the format of the field to to % with two decimal points and display as expected
Thanks
Thanks
in your textobject: