0
次の文字列出力をBigDecimalに変換するにはどうすればよいですか?ireportの文字列をbigdecimalに変換する
new java.text.DecimalFormat("#,##0.00").format( new Double(( $V{xHrAdm}.doubleValue()*$V{xHrAdm}.doubleValue() + $V{xFodaBnB}.doubleValue()*$V{xFodaBnB}.doubleValue() + $V{xChem}.doubleValue()*$V{xChem}.doubleValue() + $V{xSCMnQA}.doubleValue()*$V{xSCMnQA}.doubleValue() + $V{xPCO}.doubleValue()*$V{xPCO}.doubleValue() + $V{xComp.Eng}.doubleValue() * $V{xComp.Eng}.doubleValue())/6))
あなたがBigDecimalのに最初にし、文字列に変換する必要がありますなぜ私も)上記の式