How to add negative numbers such as tax credits and discounts in an expanding table. The "Total" field only adds the purchases which are debits but does not add the credits.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi there,
you can use the Math.abs(); which puts any number value to positive value and use the negative sign in front.. like the following :
Views
Replies
Total Likes
Hi there,
you can use the Math.abs(); which puts any number value to positive value and use the negative sign in front.. like the following :
Views
Replies
Total Likes
Thanks, it worked like a charm!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies