Hi all,
I am using the formula below to look up the tax rate based on the zip from another datafield but I am having a hard time adding it to the subtotal datafield (DataCardValue16_1) in order to get the total.
If(Form1.Mode=FormMode.New,LookUp(TaxRates,ZipCode=DataCardValue22_1.Text,EstimatedCombinedRate),Parent.Default)
Anyone know why?