var totalamountAlocation = filterAlocation.reduce(
    (a, b) => parseInt(a) + parseInt(b),
    0
);