iam having problem with assigning one big decimal value to another
so i am trying such as creating one temp big decimal and add 0 to another big decimal
BigDecimal temp = new BigDecimal(0);
dropStartValue = temp.add(newCounterValue);
i only want simply do the operation below on big decimals
dropStartValue = newCounterValue