You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with this sum ( standard+ connect+ other ) is not coming
currently getting this
'total_admin_fee': [ { 'connect': 0.0,
'other': 0.0,
'standard': 10.0},
{ 'connect': 0.0,
'other': 0.0,
'standard': 20.0}]
but i want 'total_admin_fee': 30.0
The text was updated successfully, but these errors were encountered:
total_admin_fee:$(?P[\d,]+.\d{2})\s+$ (?P[\d,]+.\d{2})\s+$(?P[\d,]+.\d{2})
parser: lines
start: Total Claims\s+Admin Fee
end: Totals
line:
-
types:
standard: float
connect: float
other: float
group: sum
but i want 'total_admin_fee': 30.0
The text was updated successfully, but these errors were encountered: