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?
How to build a tax field?
Hello,
You can use following expression:
Thank you.
You can use following expression:
Code: Select all
{Totals.Sum(DataSource1,VERKAUF.netval)*(VERKAUF.TAX)/100}
Thank you.
How to build a tax field?
Great, thx!
How to build a tax field?
Hi
We are glad that everything worked, please let us know if any help is required.
Thank you.
We are glad that everything worked, please let us know if any help is required.
Thank you.