I am looking at a report with following formula
Formula Name:
SalesTaxClassDisplay
Formula:
WhilePrintingRecords;
CurrencyVar curSalesTaxClass;
WhilePrintingRecords and CurrencyVar is system function
but where did curSalesTaxClass come from ? there are no formulas or fields with that exact name.
I need to lookup tax rate but not sure how to go about it.
DB1 Info.Name, State, Wage
DB2 Rate.State, RatePercent
On report: Name State Wage Tax
Tax = db1 info.wage * db2 Rate.ratepercent
there are multiple states in db2 and not sure how to lookup the rate and use it for...
I have two tables
Table1.applicantid
Table1.state
Table2.applicantid
Table2.deductions
applicantid State deductions (a-z)
1 NY D < hide
1 NY N < hide
2 NY N < hide
3 NY O < show
4 NJ D < show
5...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.