i am working on .net crystal reports.
i have a field tax which gives me the tax %age and
i have amount field.
i want to calculate this tax percentage on sum of amounts say tax% is 5
and amts are 100,800,100
so result shiuld be 5/100*1000
how should i write it.
further i want to add this tax to total amount..
i have a field tax which gives me the tax %age and
i have amount field.
i want to calculate this tax percentage on sum of amounts say tax% is 5
and amts are 100,800,100
so result shiuld be 5/100*1000
how should i write it.
further i want to add this tax to total amount..