JAXB error in PM

when i pass the value to the code am getting below error 

if(
  null(ac!convertWord_txt),
  "zero",
  convertnumbertoword(
    trim(split(ac!convertWord_txt, ".").[1]),
    ""
  )
)

what might be the issue here

  Discussion posts and replies are publicly visible

Parents Reply
  • yes, am checking null check over 2nd line, we have our own rule to check null check so i just mentioned here null

    it's a numeric value i'll change it line 5

    yes we can get value for lengthy numbers but while saving to it db it is storing with exponent value post saving to db will fetch the value and converting the integer to word and showing on the UI in other place 

Children