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've tried to link the two tables with all different ways but result still same, multiple records for each state in command.statecode
db1 and db2
name state
wage tax%
state
What I needto see:
NY
Name Wage Tax% tax State
person1 1000 1%...
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...
Thanks lbass,
1 more issue,
If {table.state} = "NY" and there are no deductions at all, it needs to appear.
With the above conditions, where {table.state} = "NY" and there are no deductions to compare to, it is skipped. and doesn't show on report.
Tried to add "or {table.state} = "NY" and...
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.