${data.TEST_COL18 != null ? [S3/M3*100] : ""} I think it is right, bu" /> ${data.TEST_COL18 != null ? [S3/M3*100] : ""} I think it is right, bu" /> ${data.TEST_COL18 != null ? [S3/M3*100] : ""} I think it is right, bu"/>

How to use jxls excel fuction with ternary operator

234 Views Asked by At

this is my jxls code :

<jx:forEach var="data" items="${dataList}">

  ${data.TEST_COL18 != null ? [S3/M3*100] : ""} 

</jx:forEach>

I think it is right, but it returns strange String like this '[l@5c6f3524'

How can I solve this problem?

0

There are 0 best solutions below