Page 1 of 1

How to build a tax field?

Posted: Mon Feb 15, 2010 1:27 am
by Bensn
Hi,

i want to create a invoice-report. To calculate the tax in crystalreports i used the following formula:
{Sum(Table1,VERKAUF.netval)}*({VERKAUF.TAX})/100

How can i use this formula in stimulsoft reports?

best regards,

bensn

How to build a tax field?

Posted: Mon Feb 15, 2010 1:58 am
by Jan
Hello,

You can use following expression:

Code: Select all

{Totals.Sum(DataSource1,VERKAUF.netval)*(VERKAUF.TAX)/100}

Thank you.

How to build a tax field?

Posted: Mon Feb 15, 2010 2:53 am
by Bensn
Great, thx!

How to build a tax field?

Posted: Tue Feb 16, 2010 6:11 pm
by Edward
Hi

We are glad that everything worked, please let us know if any help is required.

Thank you.