carlos4457
31-07-2017
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.
Magus069
MVP
01-08-2017
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 :
02-08-2017
Thanks, it worked like a charm!