F
felix1093
Probably a dumb question, but I am new in Infopath, I'm trying to anyway
develop a report for my company.
In a field, I am computing the Net Loss after insurance value. The insurance
value is , let's say 100 USD, so, if the Loss is above this value, the
NetLoss = Loss - 100, and if Loss is below 100, NetLoss = Loss.
In total, a good formula is: NetLoss = Loss - max (Loss - 100,0)
How can I compute this in a field, since all math functions appear to only
relate to repetitive fields from tables?
Regards,
FH
develop a report for my company.
In a field, I am computing the Net Loss after insurance value. The insurance
value is , let's say 100 USD, so, if the Loss is above this value, the
NetLoss = Loss - 100, and if Loss is below 100, NetLoss = Loss.
In total, a good formula is: NetLoss = Loss - max (Loss - 100,0)
How can I compute this in a field, since all math functions appear to only
relate to repetitive fields from tables?
Regards,
FH