Forum Discussion
MikeTamoush
2 years agoQrew Elite
Can you explain what fields you have?
Is this correct?
Service Type
Amount Field 1
Amount Field 2
If so, make a formula numeric field:
var number TotalAmount = [Amount Field 1] + [AmountField 2];
If(
 ([Service Type] = "Reconstruction" or [Service Type]= "Dry Out") and $TotalAmount > XXX,
$TotalAmount
  )
------------------------------
Mike Tamoush
------------------------------