How to build a tax field?

Stimulsoft Reports.NET discussion
Post Reply
Bensn
Posts: 7
Joined: Thu Feb 11, 2010 3:49 am
Location: Germany

How to build a tax field?

Post 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
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

How to build a tax field?

Post by Jan »

Hello,

You can use following expression:

Code: Select all

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

Thank you.
Bensn
Posts: 7
Joined: Thu Feb 11, 2010 3:49 am
Location: Germany

How to build a tax field?

Post by Bensn »

Great, thx!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How to build a tax field?

Post by Edward »

Hi

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

Thank you.
Post Reply