Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
row1.columnName==false?new BigDecimal(0) :new BigDecimal(1)
row1.columnName==false?0:1
row1.columnName==false?new BigDecimal(0) :new BigDecimal(1)
However I am still getting the message "Exception in thread "main" java.lang.Error: Unresolved compilation problems: ".